Merge commit '35dec7c96f7ee3eb17dd444f7067f0c776fb56ae'

This commit is contained in:
Bjørn Erik Pedersen
2023-12-04 15:24:01 +01:00
810 changed files with 24147 additions and 7766 deletions

View File

@@ -1,3 +1,7 @@
---
# Do not remove front matter.
---
## Editions
Hugo is available in two editions: standard and extended. With the extended edition you can:

View File

@@ -1,3 +1,7 @@
---
# Do not remove front matter.
---
## Prerequisites
Although not required in all cases, [Git], [Go], and [Dart Sass] are commonly used when working with Hugo.

View File

@@ -1,9 +1,12 @@
---
# Do not remove front matter.
---
## Prebuilt binaries
Prebuilt binaries are available for a variety of operating systems and architectures. Visit the [latest release] page, and scroll down to the Assets section.
<!-- markdownlint-disable-next-line MD051 -->
1. Download the archive for the desired [edition], operating system, and architecture
1. Download the archive for the desired edition, operating system, and architecture
1. Extract the archive
1. Move the executable to the desired directory
1. Add this directory to the PATH environment variable
@@ -14,7 +17,6 @@ Please consult your operating system documentation if you need help setting file
If you do not see a prebuilt binary for the desired edition, operating system, and architecture, install Hugo using one of the methods described below.
[commit information]: /variables/git
[edition]: #editions
[Git]: https://git-scm.com/
[Go]: https://go.dev/
[Hugo Modules]: /hugo-modules/

View File

@@ -1,3 +1,7 @@
---
# Do not remove front matter.
---
## Build from source
To build the extended edition of Hugo from source you must:

View File

@@ -0,0 +1,13 @@
---
cascade:
_build:
list: never
publishResources: false
render: never
---
<!--
Files within this headless branch bundle are markdown snippets. Each file must contain front matter delimiters, though front matter fields are not required.
Include the rendered content using the "include" shortcode.
-->

View File

@@ -1,6 +1,10 @@
---
# Do not remove front matter.
---
### Homebrew
[Homebrew] is a free and open source package manager for macOS and Linux. This will install the extended edition of Hugo:
[Homebrew] is a free and open-source package manager for macOS and Linux. This will install the extended edition of Hugo:
```sh
brew install hugo

View File

@@ -1,3 +0,0 @@
+++
headless = true
+++