Add prod step

This commit is contained in:
Will Faught
2025-03-09 20:50:03 -07:00
parent fd273859a0
commit d43df169a0

View File

@@ -157,7 +157,14 @@ please share it by [posting a link](https://github.com/willfaught/paige/discussi
$ hugo server --buildDrafts
```
8. Update the Paige module:
8. Build the site for production:
```sh
$ cd yoursite
$ hugo --environment production --minify
```
9. Update the Paige module:
```sh
$ cd yoursite