mirror of
https://github.com/gohugoio/hugo.git
synced 2024-05-11 05:54:58 +00:00
Merge commit 'efc0b1bb6c6564f54d596467dbc6a18cb206954e'
This commit is contained in:
@@ -72,6 +72,12 @@ If you are on a Windows machine and use [Chocolatey][] for package management, y
|
||||
choco install hugo -confirm
|
||||
{{< /code >}}
|
||||
|
||||
Or if you need the “extended” Sass/SCSS version:
|
||||
|
||||
{{< code file="install-extended-with-chocolatey.ps1" >}}
|
||||
choco install hugo-extended -confirm
|
||||
{{< /code >}}
|
||||
|
||||
### Scoop (Windows)
|
||||
|
||||
If you are on a Windows machine and use [Scoop][] for package management, you can install Hugo with the following one-liner:
|
||||
|
@@ -176,7 +176,7 @@ For theme specific configuration options, see the [theme site](https://github.co
|
||||
It is simple. Just call:
|
||||
|
||||
```
|
||||
hugo
|
||||
hugo -D
|
||||
```
|
||||
|
||||
Output will be in `./public/` directory by default (`-d`/`--destination` flag to change it, or set `publishdir` in the config file).
|
||||
|
Reference in New Issue
Block a user