summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2023-01-17 12:52:53 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2023-01-17 12:52:53 +0100
commit19e96056292cc1d712faa0b7d6b534272defdafc (patch)
tree50b642bc6e911d0063dcb78720b6f0a88383700a
parent80e8bd3b721bd1ef5cd9dad6f27d9158834296d9 (diff)
dos: Regen CLI docs
-rw-r--r--docs/content/en/commands/hugo.md2
-rw-r--r--docs/content/en/commands/hugo_completion.md2
-rw-r--r--docs/content/en/commands/hugo_completion_bash.md2
-rw-r--r--docs/content/en/commands/hugo_completion_fish.md2
-rw-r--r--docs/content/en/commands/hugo_completion_powershell.md2
-rw-r--r--docs/content/en/commands/hugo_completion_zsh.md2
-rw-r--r--docs/content/en/commands/hugo_config.md2
-rw-r--r--docs/content/en/commands/hugo_config_mounts.md2
-rw-r--r--docs/content/en/commands/hugo_convert.md2
-rw-r--r--docs/content/en/commands/hugo_convert_toJSON.md2
-rw-r--r--docs/content/en/commands/hugo_convert_toTOML.md2
-rw-r--r--docs/content/en/commands/hugo_convert_toYAML.md2
-rw-r--r--docs/content/en/commands/hugo_deploy.md2
-rw-r--r--docs/content/en/commands/hugo_env.md2
-rw-r--r--docs/content/en/commands/hugo_gen.md2
-rw-r--r--docs/content/en/commands/hugo_gen_chromastyles.md2
-rw-r--r--docs/content/en/commands/hugo_gen_doc.md2
-rw-r--r--docs/content/en/commands/hugo_gen_man.md2
-rw-r--r--docs/content/en/commands/hugo_import.md2
-rw-r--r--docs/content/en/commands/hugo_import_jekyll.md2
-rw-r--r--docs/content/en/commands/hugo_list.md2
-rw-r--r--docs/content/en/commands/hugo_list_all.md2
-rw-r--r--docs/content/en/commands/hugo_list_drafts.md2
-rw-r--r--docs/content/en/commands/hugo_list_expired.md2
-rw-r--r--docs/content/en/commands/hugo_list_future.md2
-rw-r--r--docs/content/en/commands/hugo_mod.md2
-rw-r--r--docs/content/en/commands/hugo_mod_clean.md2
-rw-r--r--docs/content/en/commands/hugo_mod_get.md2
-rw-r--r--docs/content/en/commands/hugo_mod_graph.md2
-rw-r--r--docs/content/en/commands/hugo_mod_init.md2
-rw-r--r--docs/content/en/commands/hugo_mod_npm.md2
-rw-r--r--docs/content/en/commands/hugo_mod_npm_pack.md2
-rw-r--r--docs/content/en/commands/hugo_mod_tidy.md2
-rw-r--r--docs/content/en/commands/hugo_mod_vendor.md2
-rw-r--r--docs/content/en/commands/hugo_mod_verify.md2
-rw-r--r--docs/content/en/commands/hugo_new.md2
-rw-r--r--docs/content/en/commands/hugo_new_site.md2
-rw-r--r--docs/content/en/commands/hugo_new_theme.md2
-rw-r--r--docs/content/en/commands/hugo_server.md2
-rw-r--r--docs/content/en/commands/hugo_version.md2
40 files changed, 40 insertions, 40 deletions
diff --git a/docs/content/en/commands/hugo.md b/docs/content/en/commands/hugo.md
index e51a79f48..0b42d5521 100644
--- a/docs/content/en/commands/hugo.md
+++ b/docs/content/en/commands/hugo.md
@@ -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
diff --git a/docs/content/en/commands/hugo_completion.md b/docs/content/en/commands/hugo_completion.md
index 309af4fe9..5387f7aed 100644
--- a/docs/content/en/commands/hugo_completion.md
+++ b/docs/content/en/commands/hugo_completion.md
@@ -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
diff --git a/docs/content/en/commands/hugo_completion_bash.md b/docs/content/en/commands/hugo_completion_bash.md
index d77093456..22d948647 100644
--- a/docs/content/en/commands/hugo_completion_bash.md
+++ b/docs/content/en/commands/hugo_completion_bash.md
@@ -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
diff --git a/docs/content/en/commands/hugo_completion_fish.md b/docs/content/en/commands/hugo_completion_fish.md
index 26cdb9b5f..481507044 100644
--- a/docs/content/en/commands/hugo_completion_fish.md
+++ b/docs/content/en/commands/hugo_completion_fish.md
@@ -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
diff --git a/docs/content/en/commands/hugo_completion_powershell.md b/docs/content/en/commands/hugo_completion_powershell.md
index 85bf87836..7e6abb9f4 100644
--- a/docs/content/en/commands/hugo_completion_powershell.md
+++ b/docs/content/en/commands/hugo_completion_powershell.md
@@ -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
diff --git a/docs/content/en/commands/hugo_completion_zsh.md b/docs/content/en/commands/hugo_completion_zsh.md
index 7e4e15ac9..9612817e3 100644
--- a/docs/content/en/commands/hugo_completion_zsh.md
+++ b/docs/content/en/commands/hugo_completion_zsh.md
@@ -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
diff --git a/docs/content/en/commands/hugo_config.md b/docs/content/en/commands/hugo_config.md
index f1a875ab5..ca73bbe4b 100644
--- a/docs/content/en/commands/hugo_config.md
+++ b/docs/content/en/commands/hugo_config.md
@@ -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
diff --git a/docs/content/en/commands/hugo_config_mounts.md b/docs/content/en/commands/hugo_config_mounts.md
index 0bcc3ac78..825ddf1b5 100644
--- a/docs/content/en/commands/hugo_config_mounts.md
+++ b/docs/content/en/commands/hugo_config_mounts.md
@@ -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
diff --git a/docs/content/en/commands/hugo_convert.md b/docs/content/en/commands/hugo_convert.md
index b85bfb7e0..e8015a5b5 100644
--- a/docs/content/en/commands/hugo_convert.md
+++ b/docs/content/en/commands/hugo_convert.md
@@ -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
diff --git a/docs/content/en/commands/hugo_convert_toJSON.md b/docs/content/en/commands/hugo_convert_toJSON.md
index 2c437d13a..162c42d0a 100644
--- a/docs/content/en/commands/hugo_convert_toJSON.md
+++ b/docs/content/en/commands/hugo_convert_toJSON.md
@@ -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
diff --git a/docs/content/en/commands/hugo_convert_toTOML.md b/docs/content/en/commands/hugo_convert_toTOML.md
index d45935beb..50c0c9ebf 100644
--- a/docs/content/en/commands/hugo_convert_toTOML.md
+++ b/docs/content/en/commands/hugo_convert_toTOML.md
@@ -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
diff --git a/docs/content/en/commands/hugo_convert_toYAML.md b/docs/content/en/commands/hugo_convert_toYAML.md
index 113efcd6b..bf2d28421 100644
--- a/docs/content/en/commands/hugo_convert_toYAML.md
+++ b/docs/content/en/commands/hugo_convert_toYAML.md
@@ -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
diff --git a/docs/content/en/commands/hugo_deploy.md b/docs/content/en/commands/hugo_deploy.md
index f9d8e83fb..4e1d468b7 100644
--- a/docs/content/en/commands/hugo_deploy.md
+++ b/docs/content/en/commands/hugo_deploy.md
@@ -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
diff --git a/docs/content/en/commands/hugo_env.md b/docs/content/en/commands/hugo_env.md
index c1d7b67b7..632614d50 100644
--- a/docs/content/en/commands/hugo_env.md
+++ b/docs/content/en/commands/hugo_env.md
@@ -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
diff --git a/docs/content/en/commands/hugo_gen.md b/docs/content/en/commands/hugo_gen.md
index aeb5a66ca..281669b59 100644
--- a/docs/content/en/commands/hugo_gen.md
+++ b/docs/content/en/commands/hugo_gen.md
@@ -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
diff --git a/docs/content/en/commands/hugo_gen_chromastyles.md b/docs/content/en/commands/hugo_gen_chromastyles.md
index 6c39faf7d..ed434b1c7 100644
--- a/docs/content/en/commands/hugo_gen_chromastyles.md
+++ b/docs/content/en/commands/hugo_gen_chromastyles.md
@@ -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
diff --git a/docs/content/en/commands/hugo_gen_doc.md b/docs/content/en/commands/hugo_gen_doc.md
index f8d1ab4e5..b6e6a99f2 100644
--- a/docs/content/en/commands/hugo_gen_doc.md
+++ b/docs/content/en/commands/hugo_gen_doc.md
@@ -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
diff --git a/docs/content/en/commands/hugo_gen_man.md b/docs/content/en/commands/hugo_gen_man.md
index a01b7ccd3..c37ca2420 100644
--- a/docs/content/en/commands/hugo_gen_man.md
+++ b/docs/content/en/commands/hugo_gen_man.md
@@ -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
diff --git a/docs/content/en/commands/hugo_import.md b/docs/content/en/commands/hugo_import.md
index e297ff927..70b182902 100644
--- a/docs/content/en/commands/hugo_import.md
+++ b/docs/content/en/commands/hugo_import.md
@@ -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
diff --git a/docs/content/en/commands/hugo_import_jekyll.md b/docs/content/en/commands/hugo_import_jekyll.md
index 5686f511e..ff0ff549b 100644
--- a/docs/content/en/commands/hugo_import_jekyll.md
+++ b/docs/content/en/commands/hugo_import_jekyll.md
@@ -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
diff --git a/docs/content/en/commands/hugo_list.md b/docs/content/en/commands/hugo_list.md
index 6ef2bbd68..e2854c568 100644
--- a/docs/content/en/commands/hugo_list.md
+++ b/docs/content/en/commands/hugo_list.md
@@ -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
diff --git a/docs/content/en/commands/hugo_list_all.md b/docs/content/en/commands/hugo_list_all.md
index a179df343..a6f9f94d6 100644
--- a/docs/content/en/commands/hugo_list_all.md
+++ b/docs/content/en/commands/hugo_list_all.md
@@ -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
diff --git a/docs/content/en/commands/hugo_list_drafts.md b/docs/content/en/commands/hugo_list_drafts.md
index 0ef3525dd..98c8a047c 100644
--- a/docs/content/en/commands/hugo_list_drafts.md
+++ b/docs/content/en/commands/hugo_list_drafts.md
@@ -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
diff --git a/docs/content/en/commands/hugo_list_expired.md b/docs/content/en/commands/hugo_list_expired.md
index 8e43a6c14..89c10d501 100644
--- a/docs/content/en/commands/hugo_list_expired.md
+++ b/docs/content/en/commands/hugo_list_expired.md
@@ -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
diff --git a/docs/content/en/commands/hugo_list_future.md b/docs/content/en/commands/hugo_list_future.md
index db756392a..ca15b7673 100644
--- a/docs/content/en/commands/hugo_list_future.md
+++ b/docs/content/en/commands/hugo_list_future.md
@@ -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
diff --git a/docs/content/en/commands/hugo_mod.md b/docs/content/en/commands/hugo_mod.md
index 6678e433f..1df6df78e 100644
--- a/docs/content/en/commands/hugo_mod.md
+++ b/docs/content/en/commands/hugo_mod.md
@@ -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
diff --git a/docs/content/en/commands/hugo_mod_clean.md b/docs/content/en/commands/hugo_mod_clean.md
index d99db11b2..b13b7c020 100644
--- a/docs/content/en/commands/hugo_mod_clean.md
+++ b/docs/content/en/commands/hugo_mod_clean.md
@@ -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 "c