hugo-server: add example (#14932)

This commit is contained in:
Nelson Figueroa
2024-11-24 00:04:52 -08:00
committed by GitHub
parent 58087eed48
commit c5a0825267

View File

@@ -15,6 +15,10 @@
`hugo server --minify`
- Build and serve a site in the production environment with full re-renders while minifying supported formats:
`hugo server --environment {{production}} --disableFastRender --minify`
- Display help:
`hugo server --help`