commit 855e5869c60ef8f41d5145bbbeeb7a0efbbef468 parent 1c7759028ed02170f128c1ede3b098e470803a26 Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com> Date: Sun, 8 May 2022 16:57:29 +0200 docs: Regen CLI docs Diffstat:
40 files changed, 40 insertions(+), 0 deletions(-) diff --git a/docs/content/en/commands/hugo.md b/docs/content/en/commands/hugo.md @@ -29,6 +29,7 @@ hugo [flags] -F, --buildFuture include content with publishdate in the future --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) --configDir string config dir (default "config") -c, --contentDir string filesystem path to content directory diff --git a/docs/content/en/commands/hugo_completion.md b/docs/content/en/commands/hugo_completion.md @@ -22,6 +22,7 @@ See each sub-command's help for details on how to use the generated script. ### Options inherited from parent commands ``` + --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) --configDir string config dir (default "config") --debug debug output diff --git a/docs/content/en/commands/hugo_completion_bash.md b/docs/content/en/commands/hugo_completion_bash.md @@ -45,6 +45,7 @@ hugo completion bash ### Options inherited from parent commands ``` + --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) --configDir string config dir (default "config") --debug debug output diff --git a/docs/content/en/commands/hugo_completion_fish.md b/docs/content/en/commands/hugo_completion_fish.md @@ -36,6 +36,7 @@ hugo completion fish [flags] ### Options inherited from parent commands ``` + --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) --configDir string config dir (default "config") --debug debug output diff --git a/docs/content/en/commands/hugo_completion_powershell.md b/docs/content/en/commands/hugo_completion_powershell.md @@ -33,6 +33,7 @@ hugo completion powershell [flags] ### Options inherited from parent commands ``` + --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) --configDir string config dir (default "config") --debug debug output diff --git a/docs/content/en/commands/hugo_completion_zsh.md b/docs/content/en/commands/hugo_completion_zsh.md @@ -43,6 +43,7 @@ hugo completion zsh [flags] ### Options inherited from parent commands ``` + --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) --configDir string config dir (default "config") --debug debug output diff --git a/docs/content/en/commands/hugo_config.md b/docs/content/en/commands/hugo_config.md @@ -24,6 +24,7 @@ hugo config [flags] ### Options inherited from parent commands ``` + --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) --configDir string config dir (default "config") --debug debug output diff --git a/docs/content/en/commands/hugo_config_mounts.md b/docs/content/en/commands/hugo_config_mounts.md @@ -20,6 +20,7 @@ hugo config mounts [flags] ### Options inherited from parent commands ``` + --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) --configDir string config dir (default "config") --debug debug output diff --git a/docs/content/en/commands/hugo_convert.md b/docs/content/en/commands/hugo_convert.md @@ -24,6 +24,7 @@ See convert's subcommands toJSON, toTOML and toYAML for more information. ### Options inherited from parent commands ``` + --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) --configDir string config dir (default "config") --debug debug output diff --git a/docs/content/en/commands/hugo_convert_toJSON.md b/docs/content/en/commands/hugo_convert_toJSON.md @@ -25,6 +25,7 @@ hugo convert toJSON [flags] ### Options inherited from parent commands ``` + --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) --configDir string config dir (default "config") --debug debug output diff --git a/docs/content/en/commands/hugo_convert_toTOML.md b/docs/content/en/commands/hugo_convert_toTOML.md @@ -25,6 +25,7 @@ hugo convert toTOML [flags] ### Options inherited from parent commands ``` + --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) --configDir string config dir (default "config") --debug debug output diff --git a/docs/content/en/commands/hugo_convert_toYAML.md b/docs/content/en/commands/hugo_convert_toYAML.md @@ -25,6 +25,7 @@ hugo convert toYAML [flags] ### Options inherited from parent commands ``` + --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) --configDir string config dir (default "config") --debug debug output diff --git a/docs/content/en/commands/hugo_deploy.md b/docs/content/en/commands/hugo_deploy.md @@ -34,6 +34,7 @@ hugo deploy [flags] ### Options inherited from parent commands ``` + --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) --configDir string config dir (default "config") --debug debug output diff --git a/docs/content/en/commands/hugo_env.md b/docs/content/en/commands/hugo_env.md @@ -27,6 +27,7 @@ hugo env [flags] ### Options inherited from parent commands ``` + --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) --configDir string config dir (default "config") --debug debug output diff --git a/docs/content/en/commands/hugo_gen.md b/docs/content/en/commands/hugo_gen.md @@ -16,6 +16,7 @@ A collection of several useful generators. ### Options inherited from parent commands ``` + --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) --configDir string config dir (default "config") --debug debug output diff --git a/docs/content/en/commands/hugo_gen_chromastyles.md b/docs/content/en/commands/hugo_gen_chromastyles.md @@ -29,6 +29,7 @@ hugo gen chromastyles [flags] ### Options inherited from parent commands ``` + --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) --configDir string config dir (default "config") --debug debug output diff --git a/docs/content/en/commands/hugo_gen_doc.md b/docs/content/en/commands/hugo_gen_doc.md @@ -31,6 +31,7 @@ hugo gen doc [flags] ### Options inherited from parent commands ``` + --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) --configDir string config dir (default "config") --debug debug output diff --git a/docs/content/en/commands/hugo_gen_man.md b/docs/content/en/commands/hugo_gen_man.md @@ -27,6 +27,7 @@ hugo gen man [flags] ### Options inherited from parent commands ``` + --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) --configDir string config dir (default "config") --debug debug output diff --git a/docs/content/en/commands/hugo_import.md b/docs/content/en/commands/hugo_import.md @@ -22,6 +22,7 @@ Import requires a subcommand, e.g. `hugo import jekyll jekyll_root_path target_p ### Options inherited from parent commands ``` + --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) --configDir string config dir (default "config") --debug debug output diff --git a/docs/content/en/commands/hugo_import_jekyll.md b/docs/content/en/commands/hugo_import_jekyll.md @@ -27,6 +27,7 @@ hugo import jekyll [flags] ### Options inherited from parent commands ``` + --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) --configDir string config dir (default "config") --debug debug output diff --git a/docs/content/en/commands/hugo_list.md b/docs/content/en/commands/hugo_list.md @@ -22,6 +22,7 @@ List requires a subcommand, e.g. `hugo list drafts`. ### Options inherited from parent commands ``` + --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) --configDir string config dir (default "config") --debug debug output diff --git a/docs/content/en/commands/hugo_list_all.md b/docs/content/en/commands/hugo_list_all.md @@ -24,6 +24,7 @@ hugo list all [flags] ### Options inherited from parent commands ``` + --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) --configDir string config dir (default "config") --debug debug output diff --git a/docs/content/en/commands/hugo_list_drafts.md b/docs/content/en/commands/hugo_list_drafts.md @@ -24,6 +24,7 @@ hugo list drafts [flags] ### Options inherited from parent commands ``` + --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) --configDir string config dir (default "config") --debug debug output diff --git a/docs/content/en/commands/hugo_list_expired.md b/docs/content/en/commands/hugo_list_expired.md @@ -24,6 +24,7 @@ hugo list expired [flags] ### Options inherited from parent commands ``` + --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) --configDir string config dir (default "config") --debug debug output diff --git a/docs/content/en/commands/hugo_list_future.md b/docs/content/en/commands/hugo_list_future.md @@ -24,6 +24,7 @@ hugo list future [flags] ### Options inherited from parent commands ``` + --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) --configDir string config dir (default "config") --debug debug output diff --git a/docs/content/en/commands/hugo_mod.md b/docs/content/en/commands/hugo_mod.md @@ -59,6 +59,7 @@ See https://gohugo.io/hugo-modules/ for more information. ### Options inherited from parent commands ``` + --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) --configDir string config dir (default "config") --debug debug output diff --git a/docs/content/en/commands/hugo_mod_clean.md b/docs/content/en/commands/hugo_mod_clean.md @@ -32,6 +32,7 @@ hugo mod clean [flags] ### Options inherited from parent commands ``` + --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) --configDir string config dir (default "config") --debug debug output diff --git a/docs/content/en/commands/hugo_mod_get.md b/docs/content/en/commands/hugo_mod_get.md @@ -50,6 +50,7 @@ hugo mod get [flags] ### Options inherited from parent commands ``` + --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) --configDir string config dir (default "config") --debug debug output diff --git a/docs/content/en/commands/hugo_mod_graph.md b/docs/content/en/commands/hugo_mod_graph.md @@ -26,6 +26,7 @@ hugo mod graph [flags] ### Options inherited from parent commands ``` + --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) --configDir string config dir (default "config") --debug debug output diff --git a/docs/content/en/commands/hugo_mod_init.md b/docs/content/en/commands/hugo_mod_init.md @@ -31,6 +31,7 @@ hugo mod init [flags] ### Options inherited from parent commands ``` + --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) --configDir string config dir (default "config") --debug debug output diff --git a/docs/content/en/commands/hugo_mod_npm.md b/docs/content/en/commands/hugo_mod_npm.md @@ -24,6 +24,7 @@ hugo mod npm [flags] ### Options inherited from parent commands ``` + --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) --configDir string config dir (default "config") --debug debug output diff --git a/docs/content/en/commands/hugo_mod_npm_pack.md b/docs/content/en/commands/hugo_mod_npm_pack.md @@ -34,6 +34,7 @@ hugo mod npm pack [flags] ### Options inherited from parent commands ``` + --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) --configDir string config dir (default "config") --debug debug output diff --git a/docs/content/en/commands/hugo_mod_tidy.md b/docs/content/en/commands/hugo_mod_tidy.md @@ -20,6 +20,7 @@ hugo mod tidy [flags] ### Options inherited from parent commands ``` + --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) --configDir string config dir (default "config") --debug debug output diff --git a/docs/content/en/commands/hugo_mod_vendor.md b/docs/content/en/commands/hugo_mod_vendor.md @@ -27,6 +27,7 @@ hugo mod vendor [flags] ### Options inherited from parent commands ``` + --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) --configDir string config dir (default "config") --debug debug output diff --git a/docs/content/en/commands/hugo_mod_verify.md b/docs/content/en/commands/hugo_mod_verify.md @@ -26,6 +26,7 @@ hugo mod verify [flags] ### Options inherited from parent commands ``` + --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) --configDir string config dir (default "config") --debug debug output diff --git a/docs/content/en/commands/hugo_new.md b/docs/content/en/commands/hugo_new.md @@ -60,6 +60,7 @@ hugo new [path] [flags] ### Options inherited from parent commands ``` + --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) --configDir string config dir (default "config") --debug debug output diff --git a/docs/content/en/commands/hugo_new_site.md b/docs/content/en/commands/hugo_new_site.md @@ -28,6 +28,7 @@ hugo new site [path] [flags] ### Options inherited from parent commands ``` + --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) --configDir string config dir (default "config") --debug debug output diff --git a/docs/content/en/commands/hugo_new_theme.md b/docs/content/en/commands/hugo_new_theme.md @@ -27,6 +27,7 @@ hugo new theme [name] [flags] ### Options inherited from parent commands ``` + --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) --configDir string config dir (default "config") --debug debug output diff --git a/docs/content/en/commands/hugo_server.md b/docs/content/en/commands/hugo_server.md @@ -76,6 +76,7 @@ hugo server [flags] ### Options inherited from parent commands ``` + --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) --configDir string config dir (default "config") --debug debug output diff --git a/docs/content/en/commands/hugo_version.md b/docs/content/en/commands/hugo_version.md @@ -24,6 +24,7 @@ hugo version [flags] ### Options inherited from parent commands ``` + --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) --configDir string config dir (default "config") --debug debug output