mirror of
https://github.com/theNewDynamic/gohugo-theme-ananke.git
synced 2025-06-08 17:22:46 +00:00
Add alternative method for running prod to the readme (#273)
This commit is contained in:
parent
13e5a35cdc
commit
19f1926be7
@ -157,6 +157,12 @@ To run in production (e.g. to have Google Analytics show up), run `HUGO_ENV=prod
|
|||||||
HUGO_ENV=production hugo
|
HUGO_ENV=production hugo
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Note: The above command will not work on Windows. If you are running a Windows OS, use the below command:
|
||||||
|
|
||||||
|
```
|
||||||
|
hugo --environment production
|
||||||
|
```
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
If you find a bug or have an idea for a feature, feel free to use the [issue tracker](https://github.com/budparr/gohugo-theme-ananke/issues) to let me know.
|
If you find a bug or have an idea for a feature, feel free to use the [issue tracker](https://github.com/budparr/gohugo-theme-ananke/issues) to let me know.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user