diff options
author | Bjørn Erik Pedersen <[email protected]> | 2022-04-08 13:31:50 +0200 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2022-04-08 13:31:50 +0200 |
commit | ffe3eb9195e0f3184df9fc416d5f6ee12fdba91b (patch) | |
tree | 7059b74008f57d43325ee2846538c4a3a304b445 | |
parent | d070bdf10f14d233288f7318a4e9f7555f070a65 (diff) | |
download | hugo-ffe3eb9195e0f3184df9fc416d5f6ee12fdba91b.tar.gz hugo-ffe3eb9195e0f3184df9fc416d5f6ee12fdba91b.zip |
docs: Regen CLI docs
-rw-r--r-- | docs/content/en/commands/hugo_server.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/content/en/commands/hugo_server.md b/docs/content/en/commands/hugo_server.md index 33b95d51c..7d8067386 100644 --- a/docs/content/en/commands/hugo_server.md +++ b/docs/content/en/commands/hugo_server.md @@ -64,7 +64,8 @@ hugo server [flags] --printMemoryUsage print memory usage to screen at intervals --printPathWarnings print warnings on duplicate target paths etc. --printUnusedTemplates print warnings on unused templates. - --renderToDisk render to Destination path (default is render to memory & serve from there) + --renderStaticToDisk serve static files from disk and dynamic files from memory + --renderToDisk serve all files from disk (default is from memory) --templateMetrics display metrics about template executions --templateMetricsHints calculate some improvement hints when combined with --templateMetrics -t, --theme strings themes to use (located in /themes/THEMENAME/) |