1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 01:02:09 +02:00

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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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`