From: Bjørn Erik Pedersen Date: Tue, 8 Mar 2022 18:40:50 +0000 (+0100) Subject: docs: Regenerate CLI docs X-Git-Tag: v0.94.0~11 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=7182809d96a1decf937074556ef9f6370b145c4f;p=brevno-suite%2Fhugo docs: Regenerate CLI docs --- diff --git a/docs/content/en/commands/hugo_server.md b/docs/content/en/commands/hugo_server.md index cd9a85ca..044b5ece 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/)