docs(fix): add note about powershell environment

Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
This commit is contained in:
Patrick Kollitsch 2024-09-26 10:06:08 +07:00
parent b1f6a2834f
commit c1530b7c0d
No known key found for this signature in database
GPG key ID: 3F549359A1CA269A

View file

@ -371,6 +371,13 @@ set HUGO_ENV=production
hugo hugo
``` ```
Or in Powershell:
```
$ENV:HUGO_ENV = 'production'
hugo
```
## Contributing ## Contributing
If you find a bug or have an idea for a feature, feel free to use the [issue tracker](https://github.com/theNewDynamic/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/theNewDynamic/gohugo-theme-ananke/issues) to let me know.