mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:42:08 +02:00
hugo-server: add example (#14932)
This commit is contained in:
parent
58087eed48
commit
c5a0825267
1 changed files with 4 additions and 0 deletions
|
@ -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`
|
||||
|
|
Loading…
Add table
Reference in a new issue