]> git.maquefel.me Git - brevno-suite/hugo/commitdiff
dos: Regen CLI docs
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Tue, 17 Jan 2023 11:52:53 +0000 (12:52 +0100)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Tue, 17 Jan 2023 11:52:53 +0000 (12:52 +0100)
40 files changed:
docs/content/en/commands/hugo.md
docs/content/en/commands/hugo_completion.md
docs/content/en/commands/hugo_completion_bash.md
docs/content/en/commands/hugo_completion_fish.md
docs/content/en/commands/hugo_completion_powershell.md
docs/content/en/commands/hugo_completion_zsh.md
docs/content/en/commands/hugo_config.md
docs/content/en/commands/hugo_config_mounts.md
docs/content/en/commands/hugo_convert.md
docs/content/en/commands/hugo_convert_toJSON.md
docs/content/en/commands/hugo_convert_toTOML.md
docs/content/en/commands/hugo_convert_toYAML.md
docs/content/en/commands/hugo_deploy.md
docs/content/en/commands/hugo_env.md
docs/content/en/commands/hugo_gen.md
docs/content/en/commands/hugo_gen_chromastyles.md
docs/content/en/commands/hugo_gen_doc.md
docs/content/en/commands/hugo_gen_man.md
docs/content/en/commands/hugo_import.md
docs/content/en/commands/hugo_import_jekyll.md
docs/content/en/commands/hugo_list.md
docs/content/en/commands/hugo_list_all.md
docs/content/en/commands/hugo_list_drafts.md
docs/content/en/commands/hugo_list_expired.md
docs/content/en/commands/hugo_list_future.md
docs/content/en/commands/hugo_mod.md
docs/content/en/commands/hugo_mod_clean.md
docs/content/en/commands/hugo_mod_get.md
docs/content/en/commands/hugo_mod_graph.md
docs/content/en/commands/hugo_mod_init.md
docs/content/en/commands/hugo_mod_npm.md
docs/content/en/commands/hugo_mod_npm_pack.md
docs/content/en/commands/hugo_mod_tidy.md
docs/content/en/commands/hugo_mod_vendor.md
docs/content/en/commands/hugo_mod_verify.md
docs/content/en/commands/hugo_new.md
docs/content/en/commands/hugo_new_site.md
docs/content/en/commands/hugo_new_theme.md
docs/content/en/commands/hugo_server.md
docs/content/en/commands/hugo_version.md

index e51a79f484762c8b3b79d2e1997b29ca31244bca..0b42d5521a2fd3685c4990799302eed87b88ec9a 100644 (file)
@@ -30,7 +30,7 @@ hugo [flags]
       --cacheDir string            filesystem path to cache directory. Defaults: $TMPDIR/hugo_cache/
       --cleanDestinationDir        remove files from destination not found in static directories
       --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 path/config.yaml|json|toml)
+      --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
index 309af4fe9b35b9f2bb13f47befd529aa4dc3859c..5387f7aeda2ae148baa0ea548ae7e91dde9b8d1e 100644 (file)
@@ -23,7 +23,7 @@ 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 path/config.yaml|json|toml)
+      --config string              config file (default is hugo.yaml|json|toml)
       --configDir string           config dir (default "config")
       --debug                      debug output
   -e, --environment string         build environment
index d770934564c2d20b4d4a13e733985d263b52ccbf..22d9486477e99788d9662690e0e5f616768ff1a8 100644 (file)
@@ -46,7 +46,7 @@ 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 path/config.yaml|json|toml)
+      --config string              config file (default is hugo.yaml|json|toml)
       --configDir string           config dir (default "config")
       --debug                      debug output
   -e, --environment string         build environment
index 26cdb9b5f42fbfd0c52c14226ac0477ebc343467..48150704499b4e542d17faa8dce11fd971138386 100644 (file)
@@ -37,7 +37,7 @@ 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 path/config.yaml|json|toml)
+      --config string              config file (default is hugo.yaml|json|toml)
       --configDir string           config dir (default "config")
       --debug                      debug output
   -e, --environment string         build environment
index 85bf878365bc29b19d177f0758c0533afb71291b..7e6abb9f4751ad9cdfdf1c6be08c74bd6f928d04 100644 (file)
@@ -34,7 +34,7 @@ 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 path/config.yaml|json|toml)
+      --config string              config file (default is hugo.yaml|json|toml)
       --configDir string           config dir (default "config")
       --debug                      debug output
   -e, --environment string         build environment
index 7e4e15ac9ab4c3e43c2283bf6741fceb1eaf0c77..9612817e38d739d593c72ed51f89ac88c3f0f4b0 100644 (file)
@@ -48,7 +48,7 @@ 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 path/config.yaml|json|toml)
+      --config string              config file (default is hugo.yaml|json|toml)
       --configDir string           config dir (default "config")
       --debug                      debug output
   -e, --environment string         build environment
index f1a875ab537ef946e97d6a4aadd2ab39375705f2..ca73bbe4b6a93e865028daa9abc95160083b5445 100644 (file)
@@ -29,7 +29,7 @@ hugo config [flags]
 ### Options inherited from parent commands
 
 ```
-      --config string      config file (default is path/config.yaml|json|toml)
+      --config string      config file (default is hugo.yaml|json|toml)
       --configDir string   config dir (default "config")
       --debug              debug output
       --log                enable Logging
index 0bcc3ac78db9966b3891a6800a5088bde599f091..825ddf1b5918eb5f1667d356623f52a9994a4458 100644 (file)
@@ -21,7 +21,7 @@ hugo config mounts [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 path/config.yaml|json|toml)
+      --config string              config file (default is hugo.yaml|json|toml)
       --configDir string           config dir (default "config")
       --debug                      debug output
   -e, --environment string         build environment
index b85bfb7e0fe0fad0f978b4db5fa2ccd8b65d7c9e..e8015a5b5f7fa426925258fba2d38059e0ceaed1 100644 (file)
@@ -29,7 +29,7 @@ See convert's subcommands toJSON, toTOML and toYAML for more information.
 ### Options inherited from parent commands
 
 ```
-      --config string      config file (default is path/config.yaml|json|toml)
+      --config string      config file (default is hugo.yaml|json|toml)
       --configDir string   config dir (default "config")
       --debug              debug output
       --log                enable Logging
index 2c437d13aaa1b970d87a1127f6e1e4190d828851..162c42d0a917c26137bc6b3cad8e48d76a49419d 100644 (file)
@@ -26,7 +26,7 @@ hugo convert toJSON [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 path/config.yaml|json|toml)
+      --config string              config file (default is hugo.yaml|json|toml)
       --configDir string           config dir (default "config")
       --debug                      debug output
   -e, --environment string         build environment
index d45935beb1231cd8cab9787c6055a5967b1582f5..50c0c9ebf230509e996a3fe5c5b320bb3b290221 100644 (file)
@@ -26,7 +26,7 @@ hugo convert toTOML [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 path/config.yaml|json|toml)
+      --config string              config file (default is hugo.yaml|json|toml)
       --configDir string           config dir (default "config")
       --debug                      debug output
   -e, --environment string         build environment
index 113efcd6b0203b17da55d453db3fb888aba54f6b..bf2d28421f42912fb55a4ba232290e3af40b6de5 100644 (file)
@@ -26,7 +26,7 @@ hugo convert toYAML [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 path/config.yaml|json|toml)
+      --config string              config file (default is hugo.yaml|json|toml)
       --configDir string           config dir (default "config")
       --debug                      debug output
   -e, --environment string         build environment
index f9d8e83fbaf1c91dcecbf809ff6aeb926e1306f8..4e1d468b7c3d4e8c54d0eafe14879afdb2d4fcb5 100644 (file)
@@ -39,7 +39,7 @@ hugo deploy [flags]
 ### Options inherited from parent commands
 
 ```
-      --config string      config file (default is path/config.yaml|json|toml)
+      --config string      config file (default is hugo.yaml|json|toml)
       --configDir string   config dir (default "config")
       --debug              debug output
       --log                enable Logging
index c1d7b67b7cb98d3368dadcc806d6aeb34246c219..632614d50666803984e96b390064a3af2fad8ef2 100644 (file)
@@ -28,7 +28,7 @@ hugo env [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 path/config.yaml|json|toml)
+      --config string              config file (default is hugo.yaml|json|toml)
       --configDir string           config dir (default "config")
       --debug                      debug output
   -e, --environment string         build environment
index aeb5a66ca14f0f09f9919086fa6a8752e3354e7a..281669b596c66d4ea77d5c7109580638a1f1a4d7 100644 (file)
@@ -17,7 +17,7 @@ A collection of several useful generators.
 
 ```
       --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 path/config.yaml|json|toml)
+      --config string              config file (default is hugo.yaml|json|toml)
       --configDir string           config dir (default "config")
       --debug                      debug output
   -e, --environment string         build environment
index 6c39faf7d14ccf7bac01bd3e72720c3f38db129e..ed434b1c794268878503c074eb53277462df0866 100644 (file)
@@ -30,7 +30,7 @@ hugo gen chromastyles [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 path/config.yaml|json|toml)
+      --config string              config file (default is hugo.yaml|json|toml)
       --configDir string           config dir (default "config")
       --debug                      debug output
   -e, --environment string         build environment
index f8d1ab4e5aece0573a2691e9ef99a7167421d709..b6e6a99f2f9fc9e02167a7a3ee5ee0f08a218221 100644 (file)
@@ -32,7 +32,7 @@ hugo gen doc [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 path/config.yaml|json|toml)
+      --config string              config file (default is hugo.yaml|json|toml)
       --configDir string           config dir (default "config")
       --debug                      debug output
   -e, --environment string         build environment
index a01b7ccd335749bb70dd8201f12ba5bc25f08b9a..c37ca242023460ebe5d4c3e29546838464423c3c 100644 (file)
@@ -28,7 +28,7 @@ hugo gen man [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 path/config.yaml|json|toml)
+      --config string              config file (default is hugo.yaml|json|toml)
       --configDir string           config dir (default "config")
       --debug                      debug output
   -e, --environment string         build environment
index e297ff9276092bccfac56c80750ddcfe3a9e054c..70b182902a3879b08d6c64d7d3cfad616ad2f119 100644 (file)
@@ -23,7 +23,7 @@ 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 path/config.yaml|json|toml)
+      --config string              config file (default is hugo.yaml|json|toml)
       --configDir string           config dir (default "config")
       --debug                      debug output
   -e, --environment string         build environment
index 5686f511eeeabadc1efc7d39bef7c988a6af1b21..ff0ff549b4b54c6cb5ca357b06f7c3731d74e218 100644 (file)
@@ -28,7 +28,7 @@ hugo import jekyll [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 path/config.yaml|json|toml)
+      --config string              config file (default is hugo.yaml|json|toml)
       --configDir string           config dir (default "config")
       --debug                      debug output
   -e, --environment string         build environment
index 6ef2bbd68fddfddb179fa2840e2f8514e54fd0e1..e2854c568017d9f3b632a9767c7261e5d8b5b3b1 100644 (file)
@@ -27,7 +27,7 @@ List requires a subcommand, e.g. `hugo list drafts`.
 ### Options inherited from parent commands
 
 ```
-      --config string      config file (default is path/config.yaml|json|toml)
+      --config string      config file (default is hugo.yaml|json|toml)
       --configDir string   config dir (default "config")
       --debug              debug output
       --log                enable Logging
index a179df34350b12d9214f9e8934774aee813dc6b2..a6f9f94d674bd8207c04ea38763672b8109d3cdb 100644 (file)
@@ -25,7 +25,7 @@ hugo list all [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 path/config.yaml|json|toml)
+      --config string              config file (default is hugo.yaml|json|toml)
       --configDir string           config dir (default "config")
       --debug                      debug output
   -e, --environment string         build environment
index 0ef3525dd9a08e2b71e5a105a97488d961ac5c90..98c8a047cfe5d16a24ed90f9695776883e47f550 100644 (file)
@@ -25,7 +25,7 @@ hugo list drafts [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 path/config.yaml|json|toml)
+      --config string              config file (default is hugo.yaml|json|toml)
       --configDir string           config dir (default "config")
       --debug                      debug output
   -e, --environment string         build environment
index 8e43a6c14b9bd176f34453b1342035a890abf775..89c10d5011050d50d29f3826661c83a729968040 100644 (file)
@@ -25,7 +25,7 @@ hugo list expired [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 path/config.yaml|json|toml)
+      --config string              config file (default is hugo.yaml|json|toml)
       --configDir string           config dir (default "config")
       --debug                      debug output
   -e, --environment string         build environment
index db756392a909b70c3ff66899a0a327f03c3bc191..ca15b767356fb3698fa7e991cb076cb89d0cc4ce 100644 (file)
@@ -25,7 +25,7 @@ hugo list future [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 path/config.yaml|json|toml)
+      --config string              config file (default is hugo.yaml|json|toml)
       --configDir string           config dir (default "config")
       --debug                      debug output
   -e, --environment string         build environment
index 6678e433f90f4fc9d67aae70f55b1a89c97bf2de..1df6df78e5e56e1774f5874e324e1ca317b10ceb 100644 (file)
@@ -65,7 +65,7 @@ See https://gohugo.io/hugo-modules/ for more information.
 ### Options inherited from parent commands
 
 ```
-      --config string      config file (default is path/config.yaml|json|toml)
+      --config string      config file (default is hugo.yaml|json|toml)
       --configDir string   config dir (default "config")
       --debug              debug output
       --log                enable Logging
index d99db11b2aa10ec514a5ce16a3241ea03e36153e..b13b7c020b404004911929a0d18cffd5d42bbc61 100644 (file)
@@ -33,7 +33,7 @@ hugo mod clean [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 path/config.yaml|json|toml)
+      --config string              config file (default is hugo.yaml|json|toml)
       --configDir string           config dir (default "config")
       --debug                      debug output
   -e, --environment string         build environment
index 298a5808b3abf7b215b9d95593521a6cc7998e10..54eaa74deaf969cd1e0a1db06da14b4e145472f5 100644 (file)
@@ -51,7 +51,7 @@ hugo mod get [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 path/config.yaml|json|toml)
+      --config string              config file (default is hugo.yaml|json|toml)
       --configDir string           config dir (default "config")
       --debug                      debug output
   -e, --environment string         build environment
index bff68e2174cafb6fce2c7d28b184c69c759b62b9..ba8898a690656e109d38cc308be51b760f890a75 100644 (file)
@@ -27,7 +27,7 @@ hugo mod graph [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 path/config.yaml|json|toml)
+      --config string              config file (default is hugo.yaml|json|toml)
       --configDir string           config dir (default "config")
       --debug                      debug output
   -e, --environment string         build environment
index 5cd25be1a56bd39d079c493550b119944bf8ee00..21aacf1315e9f15e94f423cf334e170c9c200047 100644 (file)
@@ -32,7 +32,7 @@ hugo mod init [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 path/config.yaml|json|toml)
+      --config string              config file (default is hugo.yaml|json|toml)
       --configDir string           config dir (default "config")
       --debug                      debug output
   -e, --environment string         build environment
index c9dc16d7baad16a26c72e050d859c1e5869bb32b..0a9a43869064475c4f131487781a25d5fd806361 100644 (file)
@@ -25,7 +25,7 @@ hugo mod npm [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 path/config.yaml|json|toml)
+      --config string              config file (default is hugo.yaml|json|toml)
       --configDir string           config dir (default "config")
       --debug                      debug output
   -e, --environment string         build environment
index 134cb66c499a759db7b434879c9741df47d3fb8e..597b039ded17bce5e5deec3289b65ad873309789 100644 (file)
@@ -35,7 +35,7 @@ hugo mod npm pack [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 path/config.yaml|json|toml)
+      --config string              config file (default is hugo.yaml|json|toml)
       --configDir string           config dir (default "config")
       --debug                      debug output
   -e, --environment string         build environment
index 448697b1c903184cdd763234e17e84e2a67b4ee6..68279cf9b41a9abcab8b80137ab3b32181835e9b 100644 (file)
@@ -21,7 +21,7 @@ hugo mod tidy [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 path/config.yaml|json|toml)
+      --config string              config file (default is hugo.yaml|json|toml)
       --configDir string           config dir (default "config")
       --debug                      debug output
   -e, --environment string         build environment
index 5758a3b4918e3882f40624a107d011e1c2deff32..1dab295cabd09004e7ad61ee188111b25f97fb46 100644 (file)
@@ -28,7 +28,7 @@ hugo mod vendor [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 path/config.yaml|json|toml)
+      --config string              config file (default is hugo.yaml|json|toml)
       --configDir string           config dir (default "config")
       --debug                      debug output
   -e, --environment string         build environment
index 6a21c2076c26ce6e67a7062ef1ee3f6951035eec..7ffab453ef2669c9a4b0a1e38830941271768504 100644 (file)
@@ -27,7 +27,7 @@ hugo mod verify [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 path/config.yaml|json|toml)
+      --config string              config file (default is hugo.yaml|json|toml)
       --configDir string           config dir (default "config")
       --debug                      debug output
   -e, --environment string         build environment
index 5ca850c3b75a46cb0b84091f72cd6c85b4f5fcae..e0f58247be8bd80d01d3385d6b1f6f54c6d1ff85 100644 (file)
@@ -67,7 +67,7 @@ hugo new [path] [flags]
 ### Options inherited from parent commands
 
 ```
-      --config string      config file (default is path/config.yaml|json|toml)
+      --config string      config file (default is hugo.yaml|json|toml)
       --configDir string   config dir (default "config")
       --debug              debug output
       --log                enable Logging
index e0bd35c1767e8185a9a58a4f11c9ffe84387183f..e594a997911dbe97dc59e2282390ceb891f94452 100644 (file)
@@ -33,7 +33,7 @@ hugo new site [path] [flags]
 ### Options inherited from parent commands
 
 ```
-      --config string      config file (default is path/config.yaml|json|toml)
+      --config string      config file (default is hugo.yaml|json|toml)
       --configDir string   config dir (default "config")
       --debug              debug output
       --log                enable Logging
index 822bce5434a2a6dc41d15226dc687e0654464e70..48c374d9871b630db3293eda014cdfaca50f820e 100644 (file)
@@ -32,7 +32,7 @@ hugo new theme [name] [flags]
 ### Options inherited from parent commands
 
 ```
-      --config string      config file (default is path/config.yaml|json|toml)
+      --config string      config file (default is hugo.yaml|json|toml)
       --configDir string   config dir (default "config")
       --debug              debug output
       --log                enable Logging
index 62a3938e4511586fdef20c08503d7f198960222f..f80bd496e1589f2519c12105648ad9c32ba0dc74 100644 (file)
@@ -82,7 +82,7 @@ hugo server [flags]
 ### Options inherited from parent commands
 
 ```
-      --config string      config file (default is path/config.yaml|json|toml)
+      --config string      config file (default is hugo.yaml|json|toml)
       --configDir string   config dir (default "config")
       --debug              debug output
       --log                enable Logging
index e6e8fcaa14e474255a127b3385247356212567af..bdef5bbd467c554834f6950a8a55391c2525c812 100644 (file)
@@ -25,7 +25,7 @@ hugo version [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 path/config.yaml|json|toml)
+      --config string              config file (default is hugo.yaml|json|toml)
       --configDir string           config dir (default "config")
       --debug                      debug output
   -e, --environment string         build environment