URI: 
       docs: Regen CLI docs - hugo - [fork] hugo port for 9front
  HTML git clone git@git.drkhsh.at/hugo.git
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR LICENSE
       ---
   DIR commit 66dd6ecab2b7f484a56e08c600b31027525057b7
   DIR parent ad43d137d5382836ed7b173bd33ccac4b19a0e8d
  HTML Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
       Date:   Sat, 16 Nov 2024 20:34:00 +0100
       
       docs: Regen CLI docs
       
       Diffstat:
         M docs/content/en/commands/hugo.md    |       2 --
         M docs/content/en/commands/hugo_buil… |       2 --
         M docs/content/en/commands/hugo_comp… |       2 --
         M docs/content/en/commands/hugo_comp… |       2 --
         M docs/content/en/commands/hugo_comp… |       2 --
         M docs/content/en/commands/hugo_comp… |       2 --
         M docs/content/en/commands/hugo_comp… |       2 --
         M docs/content/en/commands/hugo_conf… |       2 --
         M docs/content/en/commands/hugo_conf… |       2 --
         M docs/content/en/commands/hugo_conv… |       2 --
         M docs/content/en/commands/hugo_conv… |       2 --
         M docs/content/en/commands/hugo_conv… |       2 --
         M docs/content/en/commands/hugo_conv… |       2 --
         M docs/content/en/commands/hugo_depl… |       2 --
         M docs/content/en/commands/hugo_env.… |       2 --
         M docs/content/en/commands/hugo_gen.… |       2 --
         M docs/content/en/commands/hugo_gen_… |       2 --
         M docs/content/en/commands/hugo_gen_… |       2 --
         M docs/content/en/commands/hugo_gen_… |       2 --
         M docs/content/en/commands/hugo_impo… |       2 --
         M docs/content/en/commands/hugo_impo… |       2 --
         M docs/content/en/commands/hugo_list… |       2 --
         M docs/content/en/commands/hugo_list… |       2 --
         M docs/content/en/commands/hugo_list… |       2 --
         M docs/content/en/commands/hugo_list… |       2 --
         M docs/content/en/commands/hugo_list… |       2 --
         M docs/content/en/commands/hugo_list… |       2 --
         M docs/content/en/commands/hugo_mod.… |       2 --
         M docs/content/en/commands/hugo_mod_… |       2 --
         M docs/content/en/commands/hugo_mod_… |       2 --
         M docs/content/en/commands/hugo_mod_… |       2 --
         M docs/content/en/commands/hugo_mod_… |       2 --
         M docs/content/en/commands/hugo_mod_… |       2 --
         M docs/content/en/commands/hugo_mod_… |       2 --
         M docs/content/en/commands/hugo_mod_… |       2 --
         M docs/content/en/commands/hugo_mod_… |       2 --
         M docs/content/en/commands/hugo_mod_… |       2 --
         M docs/content/en/commands/hugo_new.… |       2 --
         M docs/content/en/commands/hugo_new_… |       2 --
         M docs/content/en/commands/hugo_new_… |       2 --
         M docs/content/en/commands/hugo_new_… |       2 --
         M docs/content/en/commands/hugo_serv… |       2 --
         M docs/content/en/commands/hugo_serv… |       2 --
         M docs/content/en/commands/hugo_vers… |       2 --
       
       44 files changed, 0 insertions(+), 88 deletions(-)
       ---
   DIR diff --git a/docs/content/en/commands/hugo.md b/docs/content/en/commands/hugo.md
       @@ -33,7 +33,6 @@ hugo [flags]
              --config string              config file (default is hugo.yaml|json|toml)
              --configDir string           config dir (default "config")
          -c, --contentDir string          filesystem path to content directory
       -      --debug                      debug output
          -d, --destination string         filesystem path to write files to
              --disableKinds strings       disable different kind of pages (home, RSS etc.)
              --enableGitInfo              add Git revision, date, author, and CODEOWNERS info to the pages
       @@ -64,7 +63,6 @@ hugo [flags]
          -t, --theme strings              themes to use (located in /themes/THEMENAME/)
              --themesDir string           filesystem path to themes directory
              --trace file                 write trace to file (not useful in general)
       -  -v, --verbose                    verbose output
          -w, --watch                      watch filesystem for changes and recreate as needed
        ```
        
   DIR diff --git a/docs/content/en/commands/hugo_build.md b/docs/content/en/commands/hugo_build.md
       @@ -33,7 +33,6 @@ hugo build [flags]
              --config string              config file (default is hugo.yaml|json|toml)
              --configDir string           config dir (default "config")
          -c, --contentDir string          filesystem path to content directory
       -      --debug                      debug output
          -d, --destination string         filesystem path to write files to
              --disableKinds strings       disable different kind of pages (home, RSS etc.)
              --enableGitInfo              add Git revision, date, author, and CODEOWNERS info to the pages
       @@ -64,7 +63,6 @@ hugo build [flags]
          -t, --theme strings              themes to use (located in /themes/THEMENAME/)
              --themesDir string           filesystem path to themes directory
              --trace file                 write trace to file (not useful in general)
       -  -v, --verbose                    verbose output
          -w, --watch                      watch filesystem for changes and recreate as needed
        ```
        
   DIR diff --git a/docs/content/en/commands/hugo_completion.md b/docs/content/en/commands/hugo_completion.md
       @@ -25,7 +25,6 @@ See each sub-command's help for details on how to use the generated script.
              --clock string               set the clock used by Hugo, e.g. --clock 2021-11-06T22:30:00.00+09:00
              --config string              config file (default is hugo.yaml|json|toml)
              --configDir string           config dir (default "config")
       -      --debug                      debug output
          -d, --destination string         filesystem path to write files to
          -e, --environment string         build environment
              --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       @@ -34,7 +33,6 @@ See each sub-command's help for details on how to use the generated script.
          -M, --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
        ```
        
        ### SEE ALSO
   DIR diff --git a/docs/content/en/commands/hugo_completion_bash.md b/docs/content/en/commands/hugo_completion_bash.md
       @@ -48,7 +48,6 @@ hugo completion bash
              --clock string               set the clock used by Hugo, e.g. --clock 2021-11-06T22:30:00.00+09:00
              --config string              config file (default is hugo.yaml|json|toml)
              --configDir string           config dir (default "config")
       -      --debug                      debug output
          -d, --destination string         filesystem path to write files to
          -e, --environment string         build environment
              --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       @@ -57,7 +56,6 @@ hugo completion bash
          -M, --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
        ```
        
        ### SEE ALSO
   DIR diff --git a/docs/content/en/commands/hugo_completion_fish.md b/docs/content/en/commands/hugo_completion_fish.md
       @@ -39,7 +39,6 @@ hugo completion fish [flags]
              --clock string               set the clock used by Hugo, e.g. --clock 2021-11-06T22:30:00.00+09:00
              --config string              config file (default is hugo.yaml|json|toml)
              --configDir string           config dir (default "config")
       -      --debug                      debug output
          -d, --destination string         filesystem path to write files to
          -e, --environment string         build environment
              --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       @@ -48,7 +47,6 @@ hugo completion fish [flags]
          -M, --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
        ```
        
        ### SEE ALSO
   DIR diff --git a/docs/content/en/commands/hugo_completion_powershell.md b/docs/content/en/commands/hugo_completion_powershell.md
       @@ -36,7 +36,6 @@ hugo completion powershell [flags]
              --clock string               set the clock used by Hugo, e.g. --clock 2021-11-06T22:30:00.00+09:00
              --config string              config file (default is hugo.yaml|json|toml)
              --configDir string           config dir (default "config")
       -      --debug                      debug output
          -d, --destination string         filesystem path to write files to
          -e, --environment string         build environment
              --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       @@ -45,7 +44,6 @@ hugo completion powershell [flags]
          -M, --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
        ```
        
        ### SEE ALSO
   DIR diff --git a/docs/content/en/commands/hugo_completion_zsh.md b/docs/content/en/commands/hugo_completion_zsh.md
       @@ -50,7 +50,6 @@ hugo completion zsh [flags]
              --clock string               set the clock used by Hugo, e.g. --clock 2021-11-06T22:30:00.00+09:00
              --config string              config file (default is hugo.yaml|json|toml)
              --configDir string           config dir (default "config")
       -      --debug                      debug output
          -d, --destination string         filesystem path to write files to
          -e, --environment string         build environment
              --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       @@ -59,7 +58,6 @@ hugo completion zsh [flags]
          -M, --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
        ```
        
        ### SEE ALSO
   DIR diff --git a/docs/content/en/commands/hugo_config.md b/docs/content/en/commands/hugo_config.md
       @@ -34,7 +34,6 @@ hugo config [command] [flags]
              --clock string               set the clock used by Hugo, e.g. --clock 2021-11-06T22:30:00.00+09:00
              --config string              config file (default is hugo.yaml|json|toml)
              --configDir string           config dir (default "config")
       -      --debug                      debug output
          -d, --destination string         filesystem path to write files to
          -e, --environment string         build environment
              --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       @@ -43,7 +42,6 @@ hugo config [command] [flags]
          -M, --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
        ```
        
        ### SEE ALSO
   DIR diff --git a/docs/content/en/commands/hugo_config_mounts.md b/docs/content/en/commands/hugo_config_mounts.md
       @@ -28,7 +28,6 @@ hugo config mounts [flags] [args]
              --clock string               set the clock used by Hugo, e.g. --clock 2021-11-06T22:30:00.00+09:00
              --config string              config file (default is hugo.yaml|json|toml)
              --configDir string           config dir (default "config")
       -      --debug                      debug output
          -d, --destination string         filesystem path to write files to
          -e, --environment string         build environment
              --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       @@ -37,7 +36,6 @@ hugo config mounts [flags] [args]
          -M, --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
        ```
        
        ### SEE ALSO
   DIR diff --git a/docs/content/en/commands/hugo_convert.md b/docs/content/en/commands/hugo_convert.md
       @@ -27,7 +27,6 @@ See convert's subcommands toJSON, toTOML and toYAML for more information.
              --clock string               set the clock used by Hugo, e.g. --clock 2021-11-06T22:30:00.00+09:00
              --config string              config file (default is hugo.yaml|json|toml)
              --configDir string           config dir (default "config")
       -      --debug                      debug output
          -d, --destination string         filesystem path to write files to
          -e, --environment string         build environment
              --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       @@ -36,7 +35,6 @@ See convert's subcommands toJSON, toTOML and toYAML for more information.
          -M, --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
        ```
        
        ### SEE ALSO
   DIR diff --git a/docs/content/en/commands/hugo_convert_toJSON.md b/docs/content/en/commands/hugo_convert_toJSON.md
       @@ -28,7 +28,6 @@ hugo convert toJSON [flags] [args]
              --clock string               set the clock used by Hugo, e.g. --clock 2021-11-06T22:30:00.00+09:00
              --config string              config file (default is hugo.yaml|json|toml)
              --configDir string           config dir (default "config")
       -      --debug                      debug output
          -d, --destination string         filesystem path to write files to
          -e, --environment string         build environment
              --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       @@ -39,7 +38,6 @@ hugo convert toJSON [flags] [args]
          -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
       -  -v, --verbose                    verbose output
        ```
        
        ### SEE ALSO
   DIR diff --git a/docs/content/en/commands/hugo_convert_toTOML.md b/docs/content/en/commands/hugo_convert_toTOML.md
       @@ -28,7 +28,6 @@ hugo convert toTOML [flags] [args]
              --clock string               set the clock used by Hugo, e.g. --clock 2021-11-06T22:30:00.00+09:00
              --config string              config file (default is hugo.yaml|json|toml)
              --configDir string           config dir (default "config")
       -      --debug                      debug output
          -d, --destination string         filesystem path to write files to
          -e, --environment string         build environment
              --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       @@ -39,7 +38,6 @@ hugo convert toTOML [flags] [args]
          -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
       -  -v, --verbose                    verbose output
        ```
        
        ### SEE ALSO
   DIR diff --git a/docs/content/en/commands/hugo_convert_toYAML.md b/docs/content/en/commands/hugo_convert_toYAML.md
       @@ -28,7 +28,6 @@ hugo convert toYAML [flags] [args]
              --clock string               set the clock used by Hugo, e.g. --clock 2021-11-06T22:30:00.00+09:00
              --config string              config file (default is hugo.yaml|json|toml)
              --configDir string           config dir (default "config")
       -      --debug                      debug output
          -d, --destination string         filesystem path to write files to
          -e, --environment string         build environment
              --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       @@ -39,7 +38,6 @@ hugo convert toYAML [flags] [args]
          -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
       -  -v, --verbose                    verbose output
        ```
        
        ### SEE ALSO
   DIR diff --git a/docs/content/en/commands/hugo_deploy.md b/docs/content/en/commands/hugo_deploy.md
       @@ -38,7 +38,6 @@ hugo deploy [flags] [args]
              --clock string               set the clock used by Hugo, e.g. --clock 2021-11-06T22:30:00.00+09:00
              --config string              config file (default is hugo.yaml|json|toml)
              --configDir string           config dir (default "config")
       -      --debug                      debug output
          -d, --destination string         filesystem path to write files to
          -e, --environment string         build environment
              --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       @@ -47,7 +46,6 @@ hugo deploy [flags] [args]
          -M, --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
        ```
        
        ### SEE ALSO
   DIR diff --git a/docs/content/en/commands/hugo_env.md b/docs/content/en/commands/hugo_env.md
       @@ -27,7 +27,6 @@ hugo env [flags] [args]
              --clock string               set the clock used by Hugo, e.g. --clock 2021-11-06T22:30:00.00+09:00
              --config string              config file (default is hugo.yaml|json|toml)
              --configDir string           config dir (default "config")
       -      --debug                      debug output
          -d, --destination string         filesystem path to write files to
          -e, --environment string         build environment
              --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       @@ -36,7 +35,6 @@ hugo env [flags] [args]
          -M, --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
        ```
        
        ### SEE ALSO
   DIR diff --git a/docs/content/en/commands/hugo_gen.md b/docs/content/en/commands/hugo_gen.md
       @@ -23,7 +23,6 @@ Generate documentation for your project using Hugo's documentation engine, inclu
              --clock string               set the clock used by Hugo, e.g. --clock 2021-11-06T22:30:00.00+09:00
              --config string              config file (default is hugo.yaml|json|toml)
              --configDir string           config dir (default "config")
       -      --debug                      debug output
          -d, --destination string         filesystem path to write files to
          -e, --environment string         build environment
              --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       @@ -32,7 +31,6 @@ Generate documentation for your project using Hugo's documentation engine, inclu
          -M, --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
        ```
        
        ### SEE ALSO
   DIR diff --git a/docs/content/en/commands/hugo_gen_chromastyles.md b/docs/content/en/commands/hugo_gen_chromastyles.md
       @@ -33,7 +33,6 @@ hugo gen chromastyles [flags] [args]
              --clock string               set the clock used by Hugo, e.g. --clock 2021-11-06T22:30:00.00+09:00
              --config string              config file (default is hugo.yaml|json|toml)
              --configDir string           config dir (default "config")
       -      --debug                      debug output
          -d, --destination string         filesystem path to write files to
          -e, --environment string         build environment
              --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       @@ -42,7 +41,6 @@ hugo gen chromastyles [flags] [args]
          -M, --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
        ```
        
        ### SEE ALSO
   DIR diff --git a/docs/content/en/commands/hugo_gen_doc.md b/docs/content/en/commands/hugo_gen_doc.md
       @@ -33,7 +33,6 @@ hugo gen doc [flags] [args]
              --clock string               set the clock used by Hugo, e.g. --clock 2021-11-06T22:30:00.00+09:00
              --config string              config file (default is hugo.yaml|json|toml)
              --configDir string           config dir (default "config")
       -      --debug                      debug output
          -d, --destination string         filesystem path to write files to
          -e, --environment string         build environment
              --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       @@ -42,7 +41,6 @@ hugo gen doc [flags] [args]
          -M, --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
        ```
        
        ### SEE ALSO
   DIR diff --git a/docs/content/en/commands/hugo_gen_man.md b/docs/content/en/commands/hugo_gen_man.md
       @@ -30,7 +30,6 @@ hugo gen man [flags] [args]
              --clock string               set the clock used by Hugo, e.g. --clock 2021-11-06T22:30:00.00+09:00
              --config string              config file (default is hugo.yaml|json|toml)
              --configDir string           config dir (default "config")
       -      --debug                      debug output
          -d, --destination string         filesystem path to write files to
          -e, --environment string         build environment
              --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       @@ -39,7 +38,6 @@ hugo gen man [flags] [args]
          -M, --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
        ```
        
        ### SEE ALSO
   DIR diff --git a/docs/content/en/commands/hugo_import.md b/docs/content/en/commands/hugo_import.md
       @@ -25,7 +25,6 @@ Import requires a subcommand, e.g. `hugo import jekyll jekyll_root_path target_p
              --clock string               set the clock used by Hugo, e.g. --clock 2021-11-06T22:30:00.00+09:00
              --config string              config file (default is hugo.yaml|json|toml)
              --configDir string           config dir (default "config")
       -      --debug                      debug output
          -d, --destination string         filesystem path to write files to
          -e, --environment string         build environment
              --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       @@ -34,7 +33,6 @@ Import requires a subcommand, e.g. `hugo import jekyll jekyll_root_path target_p
          -M, --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
        ```
        
        ### SEE ALSO
   DIR diff --git a/docs/content/en/commands/hugo_import_jekyll.md b/docs/content/en/commands/hugo_import_jekyll.md
       @@ -30,7 +30,6 @@ hugo import jekyll [flags] [args]
              --clock string               set the clock used by Hugo, e.g. --clock 2021-11-06T22:30:00.00+09:00
              --config string              config file (default is hugo.yaml|json|toml)
              --configDir string           config dir (default "config")
       -      --debug                      debug output
          -d, --destination string         filesystem path to write files to
          -e, --environment string         build environment
              --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       @@ -39,7 +38,6 @@ hugo import jekyll [flags] [args]
          -M, --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
        ```
        
        ### SEE ALSO
   DIR diff --git a/docs/content/en/commands/hugo_list.md b/docs/content/en/commands/hugo_list.md
       @@ -25,7 +25,6 @@ List requires a subcommand, e.g. hugo list drafts
              --clock string               set the clock used by Hugo, e.g. --clock 2021-11-06T22:30:00.00+09:00
              --config string              config file (default is hugo.yaml|json|toml)
              --configDir string           config dir (default "config")
       -      --debug                      debug output
          -d, --destination string         filesystem path to write files to
          -e, --environment string         build environment
              --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       @@ -34,7 +33,6 @@ List requires a subcommand, e.g. hugo list drafts
          -M, --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
        ```
        
        ### SEE ALSO
   DIR diff --git a/docs/content/en/commands/hugo_list_all.md b/docs/content/en/commands/hugo_list_all.md
       @@ -27,7 +27,6 @@ hugo list all [flags] [args]
              --clock string               set the clock used by Hugo, e.g. --clock 2021-11-06T22:30:00.00+09:00
              --config string              config file (default is hugo.yaml|json|toml)
              --configDir string           config dir (default "config")
       -      --debug                      debug output
          -d, --destination string         filesystem path to write files to
          -e, --environment string         build environment
              --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       @@ -36,7 +35,6 @@ hugo list all [flags] [args]
          -M, --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
        ```
        
        ### SEE ALSO
   DIR diff --git a/docs/content/en/commands/hugo_list_drafts.md b/docs/content/en/commands/hugo_list_drafts.md
       @@ -27,7 +27,6 @@ hugo list drafts [flags] [args]
              --clock string               set the clock used by Hugo, e.g. --clock 2021-11-06T22:30:00.00+09:00
              --config string              config file (default is hugo.yaml|json|toml)
              --configDir string           config dir (default "config")
       -      --debug                      debug output
          -d, --destination string         filesystem path to write files to
          -e, --environment string         build environment
              --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       @@ -36,7 +35,6 @@ hugo list drafts [flags] [args]
          -M, --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
        ```
        
        ### SEE ALSO
   DIR diff --git a/docs/content/en/commands/hugo_list_expired.md b/docs/content/en/commands/hugo_list_expired.md
       @@ -27,7 +27,6 @@ hugo list expired [flags] [args]
              --clock string               set the clock used by Hugo, e.g. --clock 2021-11-06T22:30:00.00+09:00
              --config string              config file (default is hugo.yaml|json|toml)
              --configDir string           config dir (default "config")
       -      --debug                      debug output
          -d, --destination string         filesystem path to write files to
          -e, --environment string         build environment
              --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       @@ -36,7 +35,6 @@ hugo list expired [flags] [args]
          -M, --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
        ```
        
        ### SEE ALSO
   DIR diff --git a/docs/content/en/commands/hugo_list_future.md b/docs/content/en/commands/hugo_list_future.md
       @@ -27,7 +27,6 @@ hugo list future [flags] [args]
              --clock string               set the clock used by Hugo, e.g. --clock 2021-11-06T22:30:00.00+09:00
              --config string              config file (default is hugo.yaml|json|toml)
              --configDir string           config dir (default "config")
       -      --debug                      debug output
          -d, --destination string         filesystem path to write files to
          -e, --environment string         build environment
              --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       @@ -36,7 +35,6 @@ hugo list future [flags] [args]
          -M, --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
        ```
        
        ### SEE ALSO
   DIR diff --git a/docs/content/en/commands/hugo_list_published.md b/docs/content/en/commands/hugo_list_published.md
       @@ -27,7 +27,6 @@ hugo list published [flags] [args]
              --clock string               set the clock used by Hugo, e.g. --clock 2021-11-06T22:30:00.00+09:00
              --config string              config file (default is hugo.yaml|json|toml)
              --configDir string           config dir (default "config")
       -      --debug                      debug output
          -d, --destination string         filesystem path to write files to
          -e, --environment string         build environment
              --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       @@ -36,7 +35,6 @@ hugo list published [flags] [args]
          -M, --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
        ```
        
        ### SEE ALSO
   DIR diff --git a/docs/content/en/commands/hugo_mod.md b/docs/content/en/commands/hugo_mod.md
       @@ -34,7 +34,6 @@ See https://gohugo.io/hugo-modules/ for more information.
              --clock string               set the clock used by Hugo, e.g. --clock 2021-11-06T22:30:00.00+09:00
              --config string              config file (default is hugo.yaml|json|toml)
              --configDir string           config dir (default "config")
       -      --debug                      debug output
          -d, --destination string         filesystem path to write files to
          -e, --environment string         build environment
              --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       @@ -43,7 +42,6 @@ See https://gohugo.io/hugo-modules/ for more information.
          -M, --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
        ```
        
        ### SEE ALSO
   DIR diff --git a/docs/content/en/commands/hugo_mod_clean.md b/docs/content/en/commands/hugo_mod_clean.md
       @@ -34,7 +34,6 @@ hugo mod clean [flags] [args]
              --clock string               set the clock used by Hugo, e.g. --clock 2021-11-06T22:30:00.00+09:00
              --config string              config file (default is hugo.yaml|json|toml)
              --configDir string           config dir (default "config")
       -      --debug                      debug output
          -d, --destination string         filesystem path to write files to
          -e, --environment string         build environment
              --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       @@ -43,7 +42,6 @@ hugo mod clean [flags] [args]
          -M, --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
        ```
        
        ### SEE ALSO
   DIR diff --git a/docs/content/en/commands/hugo_mod_get.md b/docs/content/en/commands/hugo_mod_get.md
       @@ -58,7 +58,6 @@ hugo mod get [flags] [args]
              --clock string               set the clock used by Hugo, e.g. --clock 2021-11-06T22:30:00.00+09:00
              --config string              config file (default is hugo.yaml|json|toml)
              --configDir string           config dir (default "config")
       -      --debug                      debug output
          -d, --destination string         filesystem path to write files to
          -e, --environment string         build environment
              --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       @@ -67,7 +66,6 @@ hugo mod get [flags] [args]
          -M, --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
        ```
        
        ### SEE ALSO
   DIR diff --git a/docs/content/en/commands/hugo_mod_graph.md b/docs/content/en/commands/hugo_mod_graph.md
       @@ -35,7 +35,6 @@ hugo mod graph [flags] [args]
              --clock string               set the clock used by Hugo, e.g. --clock 2021-11-06T22:30:00.00+09:00
              --config string              config file (default is hugo.yaml|json|toml)
              --configDir string           config dir (default "config")
       -      --debug                      debug output
          -d, --destination string         filesystem path to write files to
          -e, --environment string         build environment
              --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       @@ -44,7 +43,6 @@ hugo mod graph [flags] [args]
          -M, --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
        ```
        
        ### SEE ALSO
   DIR diff --git a/docs/content/en/commands/hugo_mod_init.md b/docs/content/en/commands/hugo_mod_init.md
       @@ -39,7 +39,6 @@ hugo mod init [flags] [args]
              --clock string               set the clock used by Hugo, e.g. --clock 2021-11-06T22:30:00.00+09:00
              --config string              config file (default is hugo.yaml|json|toml)
              --configDir string           config dir (default "config")
       -      --debug                      debug output
          -d, --destination string         filesystem path to write files to
          -e, --environment string         build environment
              --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       @@ -48,7 +47,6 @@ hugo mod init [flags] [args]
          -M, --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
        ```
        
        ### SEE ALSO
   DIR diff --git a/docs/content/en/commands/hugo_mod_npm.md b/docs/content/en/commands/hugo_mod_npm.md
       @@ -27,7 +27,6 @@ hugo mod npm [command] [flags]
              --clock string               set the clock used by Hugo, e.g. --clock 2021-11-06T22:30:00.00+09:00
              --config string              config file (default is hugo.yaml|json|toml)
              --configDir string           config dir (default "config")
       -      --debug                      debug output
          -d, --destination string         filesystem path to write files to
          -e, --environment string         build environment
              --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       @@ -36,7 +35,6 @@ hugo mod npm [command] [flags]
          -M, --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
        ```
        
        ### SEE ALSO
   DIR diff --git a/docs/content/en/commands/hugo_mod_npm_pack.md b/docs/content/en/commands/hugo_mod_npm_pack.md
       @@ -42,7 +42,6 @@ hugo mod npm pack [flags] [args]
              --clock string               set the clock used by Hugo, e.g. --clock 2021-11-06T22:30:00.00+09:00
              --config string              config file (default is hugo.yaml|json|toml)
              --configDir string           config dir (default "config")
       -      --debug                      debug output
          -d, --destination string         filesystem path to write files to
          -e, --environment string         build environment
              --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       @@ -51,7 +50,6 @@ hugo mod npm pack [flags] [args]
          -M, --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
        ```
        
        ### SEE ALSO
   DIR diff --git a/docs/content/en/commands/hugo_mod_tidy.md b/docs/content/en/commands/hugo_mod_tidy.md
       @@ -28,7 +28,6 @@ hugo mod tidy [flags] [args]
              --clock string               set the clock used by Hugo, e.g. --clock 2021-11-06T22:30:00.00+09:00
              --config string              config file (default is hugo.yaml|json|toml)
              --configDir string           config dir (default "config")
       -      --debug                      debug output
          -d, --destination string         filesystem path to write files to
          -e, --environment string         build environment
              --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       @@ -37,7 +36,6 @@ hugo mod tidy [flags] [args]
          -M, --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
        ```
        
        ### SEE ALSO
   DIR diff --git a/docs/content/en/commands/hugo_mod_vendor.md b/docs/content/en/commands/hugo_mod_vendor.md
       @@ -34,7 +34,6 @@ hugo mod vendor [flags] [args]
              --clock string               set the clock used by Hugo, e.g. --clock 2021-11-06T22:30:00.00+09:00
              --config string              config file (default is hugo.yaml|json|toml)
              --configDir string           config dir (default "config")
       -      --debug                      debug output
          -d, --destination string         filesystem path to write files to
          -e, --environment string         build environment
              --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       @@ -43,7 +42,6 @@ hugo mod vendor [flags] [args]
          -M, --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
        ```
        
        ### SEE ALSO
   DIR diff --git a/docs/content/en/commands/hugo_mod_verify.md b/docs/content/en/commands/hugo_mod_verify.md
       @@ -33,7 +33,6 @@ hugo mod verify [flags] [args]
              --clock string               set the clock used by Hugo, e.g. --clock 2021-11-06T22:30:00.00+09:00
              --config string              config file (default is hugo.yaml|json|toml)
              --configDir string           config dir (default "config")
       -      --debug                      debug output
          -d, --destination string         filesystem path to write files to
          -e, --environment string         build environment
              --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       @@ -42,7 +41,6 @@ hugo mod verify [flags] [args]
          -M, --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
        ```
        
        ### SEE ALSO
   DIR diff --git a/docs/content/en/commands/hugo_new.md b/docs/content/en/commands/hugo_new.md
       @@ -30,7 +30,6 @@ Ensure you run this within the root directory of your site.
              --clock string               set the clock used by Hugo, e.g. --clock 2021-11-06T22:30:00.00+09:00
              --config string              config file (default is hugo.yaml|json|toml)
              --configDir string           config dir (default "config")
       -      --debug                      debug output
          -d, --destination string         filesystem path to write files to
          -e, --environment string         build environment
              --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       @@ -39,7 +38,6 @@ Ensure you run this within the root directory of your site.
          -M, --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
        ```
        
        ### SEE ALSO
   DIR diff --git a/docs/content/en/commands/hugo_new_content.md b/docs/content/en/commands/hugo_new_content.md
       @@ -42,7 +42,6 @@ hugo new content [path] [flags]
              --clock string               set the clock used by Hugo, e.g. --clock 2021-11-06T22:30:00.00+09:00
              --config string              config file (default is hugo.yaml|json|toml)
              --configDir string           config dir (default "config")
       -      --debug                      debug output
          -d, --destination string         filesystem path to write files to
          -e, --environment string         build environment
              --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       @@ -51,7 +50,6 @@ hugo new content [path] [flags]
          -M, --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
        ```
        
        ### SEE ALSO
   DIR diff --git a/docs/content/en/commands/hugo_new_site.md b/docs/content/en/commands/hugo_new_site.md
       @@ -31,7 +31,6 @@ hugo new site [path] [flags]
              --clock string               set the clock used by Hugo, e.g. --clock 2021-11-06T22:30:00.00+09:00
              --config string              config file (default is hugo.yaml|json|toml)
              --configDir string           config dir (default "config")
       -      --debug                      debug output
          -d, --destination string         filesystem path to write files to
          -e, --environment string         build environment
              --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       @@ -40,7 +39,6 @@ hugo new site [path] [flags]
          -M, --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
        ```
        
        ### SEE ALSO
   DIR diff --git a/docs/content/en/commands/hugo_new_theme.md b/docs/content/en/commands/hugo_new_theme.md
       @@ -30,7 +30,6 @@ hugo new theme [name] [flags]
              --clock string               set the clock used by Hugo, e.g. --clock 2021-11-06T22:30:00.00+09:00
              --config string              config file (default is hugo.yaml|json|toml)
              --configDir string           config dir (default "config")
       -      --debug                      debug output
          -d, --destination string         filesystem path to write files to
          -e, --environment string         build environment
              --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       @@ -39,7 +38,6 @@ hugo new theme [name] [flags]
          -M, --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
        ```
        
        ### SEE ALSO
   DIR diff --git a/docs/content/en/commands/hugo_server.md b/docs/content/en/commands/hugo_server.md
       @@ -81,7 +81,6 @@ hugo server [command] [flags]
              --clock string               set the clock used by Hugo, e.g. --clock 2021-11-06T22:30:00.00+09:00
              --config string              config file (default is hugo.yaml|json|toml)
              --configDir string           config dir (default "config")
       -      --debug                      debug output
          -d, --destination string         filesystem path to write files to
          -e, --environment string         build environment
              --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       @@ -90,7 +89,6 @@ hugo server [command] [flags]
          -M, --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
        ```
        
        ### SEE ALSO
   DIR diff --git a/docs/content/en/commands/hugo_server_trust.md b/docs/content/en/commands/hugo_server_trust.md
       @@ -24,7 +24,6 @@ hugo server trust [flags] [args]
              --clock string               set the clock used by Hugo, e.g. --clock 2021-11-06T22:30:00.00+09:00
              --config string              config file (default is hugo.yaml|json|toml)
              --configDir string           config dir (default "config")
       -      --debug                      debug output
          -d, --destination string         filesystem path to write files to
          -e, --environment string         build environment
              --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       @@ -33,7 +32,6 @@ hugo server trust [flags] [args]
          -M, --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
        ```
        
        ### SEE ALSO
   DIR diff --git a/docs/content/en/commands/hugo_version.md b/docs/content/en/commands/hugo_version.md
       @@ -27,7 +27,6 @@ hugo version [flags] [args]
              --clock string               set the clock used by Hugo, e.g. --clock 2021-11-06T22:30:00.00+09:00
              --config string              config file (default is hugo.yaml|json|toml)
              --configDir string           config dir (default "config")
       -      --debug                      debug output
          -d, --destination string         filesystem path to write files to
          -e, --environment string         build environment
              --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       @@ -36,7 +35,6 @@ hugo version [flags] [args]
          -M, --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
        ```
        
        ### SEE ALSO