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. |