docs: Regen CLI docs - hugo - [fork] hugo port for 9front
 (HTM) git clone git@git.drkhsh.at/hugo.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Submodules
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 068ccde4c75d018b977f4169308b3c994c6f3031
 (DIR) parent 7cb447ab8ef6db8286c8825243d3863db8d55938
 (HTM) Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
       Date:   Wed,  7 Feb 2024 20:49:52 +0100
       
       docs: Regen CLI docs
       
       Diffstat:
         M docs/content/en/commands/hugo.md    |       2 +-
         M docs/content/en/commands/hugo_comp… |       1 +
         M docs/content/en/commands/hugo_comp… |       1 +
         M docs/content/en/commands/hugo_comp… |       1 +
         M docs/content/en/commands/hugo_comp… |       1 +
         M docs/content/en/commands/hugo_comp… |       1 +
         M docs/content/en/commands/hugo_conf… |       1 +
         M docs/content/en/commands/hugo_conf… |       1 +
         M docs/content/en/commands/hugo_conv… |       1 +
         M docs/content/en/commands/hugo_conv… |       1 +
         M docs/content/en/commands/hugo_conv… |       1 +
         M docs/content/en/commands/hugo_conv… |       1 +
         M docs/content/en/commands/hugo_depl… |       1 +
         M docs/content/en/commands/hugo_env.… |       1 +
         M docs/content/en/commands/hugo_gen.… |       1 +
         M docs/content/en/commands/hugo_gen_… |       1 +
         M docs/content/en/commands/hugo_gen_… |       1 +
         M docs/content/en/commands/hugo_gen_… |       1 +
         M docs/content/en/commands/hugo_impo… |       1 +
         M docs/content/en/commands/hugo_impo… |       1 +
         M docs/content/en/commands/hugo_list… |       1 +
         M docs/content/en/commands/hugo_list… |       1 +
         M docs/content/en/commands/hugo_list… |       1 +
         M docs/content/en/commands/hugo_list… |       1 +
         M docs/content/en/commands/hugo_list… |       1 +
         M docs/content/en/commands/hugo_mod.… |       1 +
         M docs/content/en/commands/hugo_mod_… |       1 +
         M docs/content/en/commands/hugo_mod_… |       1 +
         M docs/content/en/commands/hugo_mod_… |       1 +
         M docs/content/en/commands/hugo_mod_… |       1 +
         M docs/content/en/commands/hugo_mod_… |       1 +
         M docs/content/en/commands/hugo_mod_… |       1 +
         M docs/content/en/commands/hugo_mod_… |       1 +
         M docs/content/en/commands/hugo_mod_… |       1 +
         M docs/content/en/commands/hugo_mod_… |       1 +
         M docs/content/en/commands/hugo_new.… |       1 +
         M docs/content/en/commands/hugo_new_… |       1 +
         M docs/content/en/commands/hugo_new_… |       1 +
         M docs/content/en/commands/hugo_new_… |       1 +
         M docs/content/en/commands/hugo_serv… |      10 +++++-----
         M docs/content/en/commands/hugo_serv… |       1 +
         M docs/content/en/commands/hugo_vers… |       1 +
       
       42 files changed, 46 insertions(+), 6 deletions(-)
       ---
 (DIR) diff --git a/docs/content/en/commands/hugo.md b/docs/content/en/commands/hugo.md
       @@ -56,7 +56,7 @@ hugo [flags]
              --printPathWarnings          print warnings on duplicate target paths etc.
              --printUnusedTemplates       print warnings on unused templates.
              --quiet                      build in quiet mode
       -      --renderToMemory             render to memory (only useful for benchmark testing)
       +      --renderToMemory             render to memory (mostly useful when running the server)
          -s, --source string              filesystem path to read files relative from
              --templateMetrics            display metrics about template executions
              --templateMetricsHints       calculate some improvement hints when combined with --templateMetrics
 (DIR) diff --git a/docs/content/en/commands/hugo_completion.md b/docs/content/en/commands/hugo_completion.md
       @@ -31,6 +31,7 @@ See each sub-command's help for details on how to use the generated script.
              --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
              --logLevel string            log level (debug|info|warn|error)
              --quiet                      build in quiet mode
       +      --renderToMemory             render to memory (mostly useful when running the server)
          -s, --source string              filesystem path to read files relative from
              --themesDir string           filesystem path to themes directory
          -v, --verbose                    verbose output
 (DIR) diff --git a/docs/content/en/commands/hugo_completion_bash.md b/docs/content/en/commands/hugo_completion_bash.md
       @@ -54,6 +54,7 @@ hugo completion bash
              --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
              --logLevel string            log level (debug|info|warn|error)
              --quiet                      build in quiet mode
       +      --renderToMemory             render to memory (mostly useful when running the server)
          -s, --source string              filesystem path to read files relative from
              --themesDir string           filesystem path to themes directory
          -v, --verbose                    verbose output
 (DIR) diff --git a/docs/content/en/commands/hugo_completion_fish.md b/docs/content/en/commands/hugo_completion_fish.md
       @@ -45,6 +45,7 @@ hugo completion fish [flags]
              --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
              --logLevel string            log level (debug|info|warn|error)
              --quiet                      build in quiet mode
       +      --renderToMemory             render to memory (mostly useful when running the server)
          -s, --source string              filesystem path to read files relative from
              --themesDir string           filesystem path to themes directory
          -v, --verbose                    verbose output
 (DIR) diff --git a/docs/content/en/commands/hugo_completion_powershell.md b/docs/content/en/commands/hugo_completion_powershell.md
       @@ -42,6 +42,7 @@ hugo completion powershell [flags]
              --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
              --logLevel string            log level (debug|info|warn|error)
              --quiet                      build in quiet mode
       +      --renderToMemory             render to memory (mostly useful when running the server)
          -s, --source string              filesystem path to read files relative from
              --themesDir string           filesystem path to themes directory
          -v, --verbose                    verbose output
 (DIR) diff --git a/docs/content/en/commands/hugo_completion_zsh.md b/docs/content/en/commands/hugo_completion_zsh.md
       @@ -56,6 +56,7 @@ hugo completion zsh [flags]
              --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
              --logLevel string            log level (debug|info|warn|error)
              --quiet                      build in quiet mode
       +      --renderToMemory             render to memory (mostly useful when running the server)
          -s, --source string              filesystem path to read files relative from
              --themesDir string           filesystem path to themes directory
          -v, --verbose                    verbose output
 (DIR) diff --git a/docs/content/en/commands/hugo_config.md b/docs/content/en/commands/hugo_config.md
       @@ -39,6 +39,7 @@ hugo config [command] [flags]
              --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
              --logLevel string            log level (debug|info|warn|error)
              --quiet                      build in quiet mode
       +      --renderToMemory             render to memory (mostly useful when running the server)
          -s, --source string              filesystem path to read files relative from
              --themesDir string           filesystem path to themes directory
          -v, --verbose                    verbose output
 (DIR) diff --git a/docs/content/en/commands/hugo_config_mounts.md b/docs/content/en/commands/hugo_config_mounts.md
       @@ -33,6 +33,7 @@ hugo config mounts [flags] [args]
              --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
              --logLevel string            log level (debug|info|warn|error)
              --quiet                      build in quiet mode
       +      --renderToMemory             render to memory (mostly useful when running the server)
          -s, --source string              filesystem path to read files relative from
              --themesDir string           filesystem path to themes directory
          -v, --verbose                    verbose output
 (DIR) diff --git a/docs/content/en/commands/hugo_convert.md b/docs/content/en/commands/hugo_convert.md
       @@ -33,6 +33,7 @@ See convert's subcommands toJSON, toTOML and toYAML for more information.
              --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
              --logLevel string            log level (debug|info|warn|error)
              --quiet                      build in quiet mode
       +      --renderToMemory             render to memory (mostly useful when running the server)
          -s, --source string              filesystem path to read files relative from
              --themesDir string           filesystem path to themes directory
          -v, --verbose                    verbose output
 (DIR) diff --git a/docs/content/en/commands/hugo_convert_toJSON.md b/docs/content/en/commands/hugo_convert_toJSON.md
       @@ -35,6 +35,7 @@ hugo convert toJSON [flags] [args]
              --logLevel string            log level (debug|info|warn|error)
          -o, --output string              filesystem path to write files to
              --quiet                      build in quiet mode
       +      --renderToMemory             render to memory (mostly useful when running the server)
          -s, --source string              filesystem path to read files relative from
              --themesDir string           filesystem path to themes directory
              --unsafe                     enable less safe operations, please backup first
 (DIR) diff --git a/docs/content/en/commands/hugo_convert_toTOML.md b/docs/content/en/commands/hugo_convert_toTOML.md
       @@ -35,6 +35,7 @@ hugo convert toTOML [flags] [args]
              --logLevel string            log level (debug|info|warn|error)
          -o, --output string              filesystem path to write files to
              --quiet                      build in quiet mode
       +      --renderToMemory             render to memory (mostly useful when running the server)
          -s, --source string              filesystem path to read files relative from
              --themesDir string           filesystem path to themes directory
              --unsafe                     enable less safe operations, please backup first
 (DIR) diff --git a/docs/content/en/commands/hugo_convert_toYAML.md b/docs/content/en/commands/hugo_convert_toYAML.md
       @@ -35,6 +35,7 @@ hugo convert toYAML [flags] [args]
              --logLevel string            log level (debug|info|warn|error)
          -o, --output string              filesystem path to write files to
              --quiet                      build in quiet mode
       +      --renderToMemory             render to memory (mostly useful when running the server)
          -s, --source string              filesystem path to read files relative from
              --themesDir string           filesystem path to themes directory
              --unsafe                     enable less safe operations, please backup first
 (DIR) diff --git a/docs/content/en/commands/hugo_deploy.md b/docs/content/en/commands/hugo_deploy.md
       @@ -44,6 +44,7 @@ hugo deploy [flags] [args]
              --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
              --logLevel string            log level (debug|info|warn|error)
              --quiet                      build in quiet mode
       +      --renderToMemory             render to memory (mostly useful when running the server)
          -s, --source string              filesystem path to read files relative from
              --themesDir string           filesystem path to themes directory
          -v, --verbose                    verbose output
 (DIR) diff --git a/docs/content/en/commands/hugo_env.md b/docs/content/en/commands/hugo_env.md
       @@ -33,6 +33,7 @@ hugo env [flags] [args]
              --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
              --logLevel string            log level (debug|info|warn|error)
              --quiet                      build in quiet mode
       +      --renderToMemory             render to memory (mostly useful when running the server)
          -s, --source string              filesystem path to read files relative from
              --themesDir string           filesystem path to themes directory
          -v, --verbose                    verbose output
 (DIR) diff --git a/docs/content/en/commands/hugo_gen.md b/docs/content/en/commands/hugo_gen.md
       @@ -25,6 +25,7 @@ A collection of several useful generators.
              --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
              --logLevel string            log level (debug|info|warn|error)
              --quiet                      build in quiet mode
       +      --renderToMemory             render to memory (mostly useful when running the server)
          -s, --source string              filesystem path to read files relative from
              --themesDir string           filesystem path to themes directory
          -v, --verbose                    verbose output
 (DIR) diff --git a/docs/content/en/commands/hugo_gen_chromastyles.md b/docs/content/en/commands/hugo_gen_chromastyles.md
       @@ -38,6 +38,7 @@ hugo gen chromastyles [flags] [args]
              --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
              --logLevel string            log level (debug|info|warn|error)
              --quiet                      build in quiet mode
       +      --renderToMemory             render to memory (mostly useful when running the server)
          -s, --source string              filesystem path to read files relative from
              --themesDir string           filesystem path to themes directory
          -v, --verbose                    verbose output
 (DIR) diff --git a/docs/content/en/commands/hugo_gen_doc.md b/docs/content/en/commands/hugo_gen_doc.md
       @@ -39,6 +39,7 @@ hugo gen doc [flags] [args]
              --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
              --logLevel string            log level (debug|info|warn|error)
              --quiet                      build in quiet mode
       +      --renderToMemory             render to memory (mostly useful when running the server)
          -s, --source string              filesystem path to read files relative from
              --themesDir string           filesystem path to themes directory
          -v, --verbose                    verbose output
 (DIR) diff --git a/docs/content/en/commands/hugo_gen_man.md b/docs/content/en/commands/hugo_gen_man.md
       @@ -36,6 +36,7 @@ hugo gen man [flags] [args]
              --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
              --logLevel string            log level (debug|info|warn|error)
              --quiet                      build in quiet mode
       +      --renderToMemory             render to memory (mostly useful when running the server)
          -s, --source string              filesystem path to read files relative from
              --themesDir string           filesystem path to themes directory
          -v, --verbose                    verbose output
 (DIR) diff --git a/docs/content/en/commands/hugo_import.md b/docs/content/en/commands/hugo_import.md
       @@ -31,6 +31,7 @@ Import requires a subcommand, e.g. `hugo import jekyll jekyll_root_path target_p
              --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
              --logLevel string            log level (debug|info|warn|error)
              --quiet                      build in quiet mode
       +      --renderToMemory             render to memory (mostly useful when running the server)
          -s, --source string              filesystem path to read files relative from
              --themesDir string           filesystem path to themes directory
          -v, --verbose                    verbose output
 (DIR) diff --git a/docs/content/en/commands/hugo_import_jekyll.md b/docs/content/en/commands/hugo_import_jekyll.md
       @@ -36,6 +36,7 @@ hugo import jekyll [flags] [args]
              --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
              --logLevel string            log level (debug|info|warn|error)
              --quiet                      build in quiet mode
       +      --renderToMemory             render to memory (mostly useful when running the server)
          -s, --source string              filesystem path to read files relative from
              --themesDir string           filesystem path to themes directory
          -v, --verbose                    verbose output
 (DIR) diff --git a/docs/content/en/commands/hugo_list.md b/docs/content/en/commands/hugo_list.md
       @@ -31,6 +31,7 @@ List requires a subcommand, e.g. hugo list drafts
              --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
              --logLevel string            log level (debug|info|warn|error)
              --quiet                      build in quiet mode
       +      --renderToMemory             render to memory (mostly useful when running the server)
          -s, --source string              filesystem path to read files relative from
              --themesDir string           filesystem path to themes directory
          -v, --verbose                    verbose output
 (DIR) diff --git a/docs/content/en/commands/hugo_list_all.md b/docs/content/en/commands/hugo_list_all.md
       @@ -33,6 +33,7 @@ hugo list all [flags] [args]
              --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
              --logLevel string            log level (debug|info|warn|error)
              --quiet                      build in quiet mode
       +      --renderToMemory             render to memory (mostly useful when running the server)
          -s, --source string              filesystem path to read files relative from
              --themesDir string           filesystem path to themes directory
          -v, --verbose                    verbose output
 (DIR) diff --git a/docs/content/en/commands/hugo_list_drafts.md b/docs/content/en/commands/hugo_list_drafts.md
       @@ -33,6 +33,7 @@ hugo list drafts [flags] [args]
              --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
              --logLevel string            log level (debug|info|warn|error)
              --quiet                      build in quiet mode
       +      --renderToMemory             render to memory (mostly useful when running the server)
          -s, --source string              filesystem path to read files relative from
              --themesDir string           filesystem path to themes directory
          -v, --verbose                    verbose output
 (DIR) diff --git a/docs/content/en/commands/hugo_list_expired.md b/docs/content/en/commands/hugo_list_expired.md
       @@ -33,6 +33,7 @@ hugo list expired [flags] [args]
              --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
              --logLevel string            log level (debug|info|warn|error)
              --quiet                      build in quiet mode
       +      --renderToMemory             render to memory (mostly useful when running the server)
          -s, --source string              filesystem path to read files relative from
              --themesDir string           filesystem path to themes directory
          -v, --verbose                    verbose output
 (DIR) diff --git a/docs/content/en/commands/hugo_list_future.md b/docs/content/en/commands/hugo_list_future.md
       @@ -33,6 +33,7 @@ hugo list future [flags] [args]
              --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
              --logLevel string            log level (debug|info|warn|error)
              --quiet                      build in quiet mode
       +      --renderToMemory             render to memory (mostly useful when running the server)
          -s, --source string              filesystem path to read files relative from
              --themesDir string           filesystem path to themes directory
          -v, --verbose                    verbose output
 (DIR) diff --git a/docs/content/en/commands/hugo_mod.md b/docs/content/en/commands/hugo_mod.md
       @@ -40,6 +40,7 @@ See https://gohugo.io/hugo-modules/ for more information.
              --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
              --logLevel string            log level (debug|info|warn|error)
              --quiet                      build in quiet mode
       +      --renderToMemory             render to memory (mostly useful when running the server)
          -s, --source string              filesystem path to read files relative from
              --themesDir string           filesystem path to themes directory
          -v, --verbose                    verbose output
 (DIR) diff --git a/docs/content/en/commands/hugo_mod_clean.md b/docs/content/en/commands/hugo_mod_clean.md
       @@ -39,6 +39,7 @@ hugo mod clean [flags] [args]
              --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
              --logLevel string            log level (debug|info|warn|error)
              --quiet                      build in quiet mode
       +      --renderToMemory             render to memory (mostly useful when running the server)
          -s, --source string              filesystem path to read files relative from
              --themesDir string           filesystem path to themes directory
          -v, --verbose                    verbose output
 (DIR) diff --git a/docs/content/en/commands/hugo_mod_get.md b/docs/content/en/commands/hugo_mod_get.md
       @@ -64,6 +64,7 @@ hugo mod get [flags] [args]
              --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
              --logLevel string            log level (debug|info|warn|error)
              --quiet                      build in quiet mode
       +      --renderToMemory             render to memory (mostly useful when running the server)
          -s, --source string              filesystem path to read files relative from
              --themesDir string           filesystem path to themes directory
          -v, --verbose                    verbose output
 (DIR) diff --git a/docs/content/en/commands/hugo_mod_graph.md b/docs/content/en/commands/hugo_mod_graph.md
       @@ -40,6 +40,7 @@ hugo mod graph [flags] [args]
              --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
              --logLevel string            log level (debug|info|warn|error)
              --quiet                      build in quiet mode
       +      --renderToMemory             render to memory (mostly useful when running the server)
          -s, --source string              filesystem path to read files relative from
              --themesDir string           filesystem path to themes directory
          -v, --verbose                    verbose output
 (DIR) diff --git a/docs/content/en/commands/hugo_mod_init.md b/docs/content/en/commands/hugo_mod_init.md
       @@ -44,6 +44,7 @@ hugo mod init [flags] [args]
              --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
              --logLevel string            log level (debug|info|warn|error)
              --quiet                      build in quiet mode
       +      --renderToMemory             render to memory (mostly useful when running the server)
          -s, --source string              filesystem path to read files relative from
              --themesDir string           filesystem path to themes directory
          -v, --verbose                    verbose output
 (DIR) diff --git a/docs/content/en/commands/hugo_mod_npm.md b/docs/content/en/commands/hugo_mod_npm.md
       @@ -33,6 +33,7 @@ hugo mod npm [command] [flags]
              --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
              --logLevel string            log level (debug|info|warn|error)
              --quiet                      build in quiet mode
       +      --renderToMemory             render to memory (mostly useful when running the server)
          -s, --source string              filesystem path to read files relative from
              --themesDir string           filesystem path to themes directory
          -v, --verbose                    verbose output
 (DIR) diff --git a/docs/content/en/commands/hugo_mod_npm_pack.md b/docs/content/en/commands/hugo_mod_npm_pack.md
       @@ -47,6 +47,7 @@ hugo mod npm pack [flags] [args]
              --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
              --logLevel string            log level (debug|info|warn|error)
              --quiet                      build in quiet mode
       +      --renderToMemory             render to memory (mostly useful when running the server)
          -s, --source string              filesystem path to read files relative from
              --themesDir string           filesystem path to themes directory
          -v, --verbose                    verbose output
 (DIR) diff --git a/docs/content/en/commands/hugo_mod_tidy.md b/docs/content/en/commands/hugo_mod_tidy.md
       @@ -33,6 +33,7 @@ hugo mod tidy [flags] [args]
              --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
              --logLevel string            log level (debug|info|warn|error)
              --quiet                      build in quiet mode
       +      --renderToMemory             render to memory (mostly useful when running the server)
          -s, --source string              filesystem path to read files relative from
              --themesDir string           filesystem path to themes directory
          -v, --verbose                    verbose output
 (DIR) diff --git a/docs/content/en/commands/hugo_mod_vendor.md b/docs/content/en/commands/hugo_mod_vendor.md
       @@ -39,6 +39,7 @@ hugo mod vendor [flags] [args]
              --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
              --logLevel string            log level (debug|info|warn|error)
              --quiet                      build in quiet mode
       +      --renderToMemory             render to memory (mostly useful when running the server)
          -s, --source string              filesystem path to read files relative from
              --themesDir string           filesystem path to themes directory
          -v, --verbose                    verbose output
 (DIR) diff --git a/docs/content/en/commands/hugo_mod_verify.md b/docs/content/en/commands/hugo_mod_verify.md
       @@ -38,6 +38,7 @@ hugo mod verify [flags] [args]
              --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
              --logLevel string            log level (debug|info|warn|error)
              --quiet                      build in quiet mode
       +      --renderToMemory             render to memory (mostly useful when running the server)
          -s, --source string              filesystem path to read files relative from
              --themesDir string           filesystem path to themes directory
          -v, --verbose                    verbose output
 (DIR) diff --git a/docs/content/en/commands/hugo_new.md b/docs/content/en/commands/hugo_new.md
       @@ -36,6 +36,7 @@ Ensure you run this within the root directory of your site.
              --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
              --logLevel string            log level (debug|info|warn|error)
              --quiet                      build in quiet mode
       +      --renderToMemory             render to memory (mostly useful when running the server)
          -s, --source string              filesystem path to read files relative from
              --themesDir string           filesystem path to themes directory
          -v, --verbose                    verbose output
 (DIR) diff --git a/docs/content/en/commands/hugo_new_content.md b/docs/content/en/commands/hugo_new_content.md
       @@ -47,6 +47,7 @@ hugo new content [path] [flags]
              --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
              --logLevel string            log level (debug|info|warn|error)
              --quiet                      build in quiet mode
       +      --renderToMemory             render to memory (mostly useful when running the server)
          -s, --source string              filesystem path to read files relative from
              --themesDir string           filesystem path to themes directory
          -v, --verbose                    verbose output
 (DIR) diff --git a/docs/content/en/commands/hugo_new_site.md b/docs/content/en/commands/hugo_new_site.md
       @@ -37,6 +37,7 @@ hugo new site [path] [flags]
              --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
              --logLevel string            log level (debug|info|warn|error)
              --quiet                      build in quiet mode
       +      --renderToMemory             render to memory (mostly useful when running the server)
          -s, --source string              filesystem path to read files relative from
              --themesDir string           filesystem path to themes directory
          -v, --verbose                    verbose output
 (DIR) diff --git a/docs/content/en/commands/hugo_new_theme.md b/docs/content/en/commands/hugo_new_theme.md
       @@ -36,6 +36,7 @@ hugo new theme [name] [flags]
              --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
              --logLevel string            log level (debug|info|warn|error)
              --quiet                      build in quiet mode
       +      --renderToMemory             render to memory (mostly useful when running the server)
          -s, --source string              filesystem path to read files relative from
              --themesDir string           filesystem path to themes directory
          -v, --verbose                    verbose output
 (DIR) diff --git a/docs/content/en/commands/hugo_server.md b/docs/content/en/commands/hugo_server.md
       @@ -12,8 +12,9 @@ A high performance webserver
        Hugo provides its own webserver which builds and serves the site.
        While hugo server is high performance, it is a webserver with limited options.
        
       -'hugo server' will avoid writing the rendered and served content to disk,
       -preferring to store it in memory.
       +'hugo server' will by default write and server files from disk, but you can
       +render to memory by using the '--renderToMemory' flag. This can be faster
       +in some cases, but it will consume more memory.
        
        By default hugo will also watch your files for any changes you make and
        automatically rebuild the site. It will then live reload any open browser pages
       @@ -47,8 +48,6 @@ hugo server [command] [flags]
              --ignoreCache            ignores the cache directory
          -l, --layoutDir string       filesystem path to layout directory
              --liveReloadPort int     port for live reloading (i.e. 443 in HTTPS proxy situations) (default -1)
       -      --meminterval string     interval to poll memory usage (requires --memstats), valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h". (default "100ms")
       -      --memstats string        log memory usage to this file
              --minify                 minify any supported output format (HTML, XML etc.)
              --navigateToChanged      navigate to changed content file on live browser reload
              --noBuildLock            don't create .hugo_build.lock file
       @@ -58,12 +57,12 @@ hugo server [command] [flags]
              --panicOnWarning         panic on first WARNING log
              --poll string            set this to a poll interval, e.g --poll 700ms, to use a poll based approach to watch for file system changes
          -p, --port int               port on which the server will listen (default 1313)
       +      --pprof                  enable the pprof server (port 8080)
              --printI18nWarnings      print missing translations
              --printMemoryUsage       print memory usage to screen at intervals
              --printPathWarnings      print warnings on duplicate target paths etc.
              --printUnusedTemplates   print warnings on unused templates.
              --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/)
       @@ -86,6 +85,7 @@ hugo server [command] [flags]
              --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
              --logLevel string            log level (debug|info|warn|error)
              --quiet                      build in quiet mode
       +      --renderToMemory             render to memory (mostly useful when running the server)
          -s, --source string              filesystem path to read files relative from
              --themesDir string           filesystem path to themes directory
          -v, --verbose                    verbose output
 (DIR) diff --git a/docs/content/en/commands/hugo_server_trust.md b/docs/content/en/commands/hugo_server_trust.md
       @@ -30,6 +30,7 @@ hugo server trust [flags] [args]
              --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
              --logLevel string            log level (debug|info|warn|error)
              --quiet                      build in quiet mode
       +      --renderToMemory             render to memory (mostly useful when running the server)
          -s, --source string              filesystem path to read files relative from
              --themesDir string           filesystem path to themes directory
          -v, --verbose                    verbose output
 (DIR) diff --git a/docs/content/en/commands/hugo_version.md b/docs/content/en/commands/hugo_version.md
       @@ -33,6 +33,7 @@ hugo version [flags] [args]
              --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
              --logLevel string            log level (debug|info|warn|error)
              --quiet                      build in quiet mode
       +      --renderToMemory             render to memory (mostly useful when running the server)
          -s, --source string              filesystem path to read files relative from
              --themesDir string           filesystem path to themes directory
          -v, --verbose                    verbose output