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 ffdbce5787a45e8537b7a77515ca06e4deee2504
DIR parent a838a27e4c82626f9b3227e02a157119673e5dcf
HTML Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Date: Sat, 27 May 2023 17:03:14 +0200
docs: Regen CLI docs
Diffstat:
M docs/content/en/commands/hugo.md | 1 -
M docs/content/en/commands/hugo_comp… | 1 -
M docs/content/en/commands/hugo_comp… | 1 -
M docs/content/en/commands/hugo_comp… | 1 -
M docs/content/en/commands/hugo_comp… | 1 -
M docs/content/en/commands/hugo_comp… | 1 -
M docs/content/en/commands/hugo_conf… | 3 ++-
M docs/content/en/commands/hugo_conf… | 1 -
M docs/content/en/commands/hugo_conv… | 1 -
M docs/content/en/commands/hugo_conv… | 1 -
M docs/content/en/commands/hugo_conv… | 1 -
M docs/content/en/commands/hugo_env.… | 1 -
M docs/content/en/commands/hugo_gen.… | 1 -
M docs/content/en/commands/hugo_gen_… | 1 -
M docs/content/en/commands/hugo_gen_… | 1 -
M docs/content/en/commands/hugo_gen_… | 1 -
M docs/content/en/commands/hugo_impo… | 1 -
M docs/content/en/commands/hugo_impo… | 1 -
M docs/content/en/commands/hugo_list… | 1 -
M docs/content/en/commands/hugo_list… | 1 -
M docs/content/en/commands/hugo_list… | 1 -
M docs/content/en/commands/hugo_list… | 1 -
M docs/content/en/commands/hugo_mod_… | 1 -
M docs/content/en/commands/hugo_mod_… | 1 -
M docs/content/en/commands/hugo_mod_… | 1 -
M docs/content/en/commands/hugo_mod_… | 1 -
M docs/content/en/commands/hugo_mod_… | 1 -
M docs/content/en/commands/hugo_mod_… | 1 -
M docs/content/en/commands/hugo_mod_… | 1 -
M docs/content/en/commands/hugo_mod_… | 1 -
M docs/content/en/commands/hugo_mod_… | 1 -
M docs/content/en/commands/hugo_new_… | 1 +
M docs/content/en/commands/hugo_new_… | 5 ++---
M docs/content/en/commands/hugo_vers… | 1 -
34 files changed, 5 insertions(+), 35 deletions(-)
---
DIR diff --git a/docs/content/en/commands/hugo.md b/docs/content/en/commands/hugo.md
@@ -39,7 +39,6 @@ hugo [flags]
--enableGitInfo add Git revision, date, author, and CODEOWNERS info to the pages
-e, --environment string build environment
--forceSyncStatic copy all files when static is changed.
- --format string preferred file format (toml, yaml or json) (default "toml")
--gc enable to run some cleanup tasks (remove unused cache files) after the build
-h, --help help for hugo
--ignoreCache ignores the cache directory
DIR diff --git a/docs/content/en/commands/hugo_completion.md b/docs/content/en/commands/hugo_completion.md
@@ -28,7 +28,6 @@ See each sub-command's help for details on how to use the generated script.
--debug debug output
-d, --destination string filesystem path to write files to
-e, --environment string build environment
- --format string preferred file format (toml, yaml or json) (default "toml")
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--log enable Logging
--logFile string log File path (if set, logging enabled automatically)
DIR diff --git a/docs/content/en/commands/hugo_completion_bash.md b/docs/content/en/commands/hugo_completion_bash.md
@@ -51,7 +51,6 @@ hugo completion bash
--debug debug output
-d, --destination string filesystem path to write files to
-e, --environment string build environment
- --format string preferred file format (toml, yaml or json) (default "toml")
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--log enable Logging
--logFile string log File path (if set, logging enabled automatically)
DIR diff --git a/docs/content/en/commands/hugo_completion_fish.md b/docs/content/en/commands/hugo_completion_fish.md
@@ -42,7 +42,6 @@ hugo completion fish [flags]
--debug debug output
-d, --destination string filesystem path to write files to
-e, --environment string build environment
- --format string preferred file format (toml, yaml or json) (default "toml")
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--log enable Logging
--logFile string log File path (if set, logging enabled automatically)
DIR diff --git a/docs/content/en/commands/hugo_completion_powershell.md b/docs/content/en/commands/hugo_completion_powershell.md
@@ -39,7 +39,6 @@ hugo completion powershell [flags]
--debug debug output
-d, --destination string filesystem path to write files to
-e, --environment string build environment
- --format string preferred file format (toml, yaml or json) (default "toml")
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--log enable Logging
--logFile string log File path (if set, logging enabled automatically)
DIR diff --git a/docs/content/en/commands/hugo_completion_zsh.md b/docs/content/en/commands/hugo_completion_zsh.md
@@ -53,7 +53,6 @@ hugo completion zsh [flags]
--debug debug output
-d, --destination string filesystem path to write files to
-e, --environment string build environment
- --format string preferred file format (toml, yaml or json) (default "toml")
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--log enable Logging
--logFile string log File path (if set, logging enabled automatically)
DIR diff --git a/docs/content/en/commands/hugo_config.md b/docs/content/en/commands/hugo_config.md
@@ -18,7 +18,8 @@ hugo config [command] [flags]
### Options
```
- -h, --help help for config
+ --format string preferred file format (toml, yaml or json) (default "toml")
+ -h, --help help for config
```
### Options inherited from parent commands
DIR diff --git a/docs/content/en/commands/hugo_config_mounts.md b/docs/content/en/commands/hugo_config_mounts.md
@@ -26,7 +26,6 @@ hugo config mounts [flags] [args]
--debug debug output
-d, --destination string filesystem path to write files to
-e, --environment string build environment
- --format string preferred file format (toml, yaml or json) (default "toml")
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--log enable Logging
--logFile string log File path (if set, logging enabled automatically)
DIR diff --git a/docs/content/en/commands/hugo_convert_toJSON.md b/docs/content/en/commands/hugo_convert_toJSON.md
@@ -31,7 +31,6 @@ hugo convert toJSON [flags] [args]
--debug debug output
-d, --destination string filesystem path to write files to
-e, --environment string build environment
- --format string preferred file format (toml, yaml or json) (default "toml")
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--log enable Logging
--logFile string log File path (if set, logging enabled automatically)
DIR diff --git a/docs/content/en/commands/hugo_convert_toTOML.md b/docs/content/en/commands/hugo_convert_toTOML.md
@@ -31,7 +31,6 @@ hugo convert toTOML [flags] [args]
--debug debug output
-d, --destination string filesystem path to write files to
-e, --environment string build environment
- --format string preferred file format (toml, yaml or json) (default "toml")
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--log enable Logging
--logFile string log File path (if set, logging enabled automatically)
DIR diff --git a/docs/content/en/commands/hugo_convert_toYAML.md b/docs/content/en/commands/hugo_convert_toYAML.md
@@ -31,7 +31,6 @@ hugo convert toYAML [flags] [args]
--debug debug output
-d, --destination string filesystem path to write files to
-e, --environment string build environment
- --format string preferred file format (toml, yaml or json) (default "toml")
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--log enable Logging
--logFile string log File path (if set, logging enabled automatically)
DIR diff --git a/docs/content/en/commands/hugo_env.md b/docs/content/en/commands/hugo_env.md
@@ -30,7 +30,6 @@ hugo env [flags] [args]
--debug debug output
-d, --destination string filesystem path to write files to
-e, --environment string build environment
- --format string preferred file format (toml, yaml or json) (default "toml")
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--log enable Logging
--logFile string log File path (if set, logging enabled automatically)
DIR diff --git a/docs/content/en/commands/hugo_gen.md b/docs/content/en/commands/hugo_gen.md
@@ -26,7 +26,6 @@ hugo gen [command] [flags]
--debug debug output
-d, --destination string filesystem path to write files to
-e, --environment string build environment
- --format string preferred file format (toml, yaml or json) (default "toml")
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--log enable Logging
--logFile string log File path (if set, logging enabled automatically)
DIR diff --git a/docs/content/en/commands/hugo_gen_chromastyles.md b/docs/content/en/commands/hugo_gen_chromastyles.md
@@ -35,7 +35,6 @@ hugo gen chromastyles [flags] [args]
--debug debug output
-d, --destination string filesystem path to write files to
-e, --environment string build environment
- --format string preferred file format (toml, yaml or json) (default "toml")
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--log enable Logging
--logFile string log File path (if set, logging enabled automatically)
DIR diff --git a/docs/content/en/commands/hugo_gen_doc.md b/docs/content/en/commands/hugo_gen_doc.md
@@ -36,7 +36,6 @@ hugo gen doc [flags] [args]
--debug debug output
-d, --destination string filesystem path to write files to
-e, --environment string build environment
- --format string preferred file format (toml, yaml or json) (default "toml")
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--log enable Logging
--logFile string log File path (if set, logging enabled automatically)
DIR diff --git a/docs/content/en/commands/hugo_gen_man.md b/docs/content/en/commands/hugo_gen_man.md
@@ -33,7 +33,6 @@ hugo gen man [flags] [args]
--debug debug output
-d, --destination string filesystem path to write files to
-e, --environment string build environment
- --format string preferred file format (toml, yaml or json) (default "toml")
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--log enable Logging
--logFile string log File path (if set, logging enabled automatically)
DIR diff --git a/docs/content/en/commands/hugo_import.md b/docs/content/en/commands/hugo_import.md
@@ -32,7 +32,6 @@ hugo import [command] [flags]
--debug debug output
-d, --destination string filesystem path to write files to
-e, --environment string build environment
- --format string preferred file format (toml, yaml or json) (default "toml")
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--log enable Logging
--logFile string log File path (if set, logging enabled automatically)
DIR diff --git a/docs/content/en/commands/hugo_import_jekyll.md b/docs/content/en/commands/hugo_import_jekyll.md
@@ -33,7 +33,6 @@ hugo import jekyll [flags] [args]
--debug debug output
-d, --destination string filesystem path to write files to
-e, --environment string build environment
- --format string preferred file format (toml, yaml or json) (default "toml")
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--log enable Logging
--logFile string log File path (if set, logging enabled automatically)
DIR diff --git a/docs/content/en/commands/hugo_list_all.md b/docs/content/en/commands/hugo_list_all.md
@@ -30,7 +30,6 @@ hugo list all [flags] [args]
--debug debug output
-d, --destination string filesystem path to write files to
-e, --environment string build environment
- --format string preferred file format (toml, yaml or json) (default "toml")
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--log enable Logging
--logFile string log File path (if set, logging enabled automatically)
DIR diff --git a/docs/content/en/commands/hugo_list_drafts.md b/docs/content/en/commands/hugo_list_drafts.md
@@ -30,7 +30,6 @@ hugo list drafts [flags] [args]
--debug debug output
-d, --destination string filesystem path to write files to
-e, --environment string build environment
- --format string preferred file format (toml, yaml or json) (default "toml")
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--log enable Logging
--logFile string log File path (if set, logging enabled automatically)
DIR diff --git a/docs/content/en/commands/hugo_list_expired.md b/docs/content/en/commands/hugo_list_expired.md
@@ -30,7 +30,6 @@ hugo list expired [flags] [args]
--debug debug output
-d, --destination string filesystem path to write files to
-e, --environment string build environment
- --format string preferred file format (toml, yaml or json) (default "toml")
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--log enable Logging
--logFile string log File path (if set, logging enabled automatically)
DIR diff --git a/docs/content/en/commands/hugo_list_future.md b/docs/content/en/commands/hugo_list_future.md
@@ -30,7 +30,6 @@ hugo list future [flags] [args]
--debug debug output
-d, --destination string filesystem path to write files to
-e, --environment string build environment
- --format string preferred file format (toml, yaml or json) (default "toml")
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--log enable Logging
--logFile string log File path (if set, logging enabled automatically)
DIR diff --git a/docs/content/en/commands/hugo_mod_clean.md b/docs/content/en/commands/hugo_mod_clean.md
@@ -32,7 +32,6 @@ hugo mod clean [flags] [args]
--debug debug output
-d, --destination string filesystem path to write files to
-e, --environment string build environment
- --format string preferred file format (toml, yaml or json) (default "toml")
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--log enable Logging
--logFile string log File path (if set, logging enabled automatically)
DIR diff --git a/docs/content/en/commands/hugo_mod_get.md b/docs/content/en/commands/hugo_mod_get.md
@@ -56,7 +56,6 @@ hugo mod get [flags] [args]
--debug debug output
-d, --destination string filesystem path to write files to
-e, --environment string build environment
- --format string preferred file format (toml, yaml or json) (default "toml")
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--log enable Logging
--logFile string log File path (if set, logging enabled automatically)
DIR diff --git a/docs/content/en/commands/hugo_mod_graph.md b/docs/content/en/commands/hugo_mod_graph.md
@@ -33,7 +33,6 @@ hugo mod graph [flags] [args]
--debug debug output
-d, --destination string filesystem path to write files to
-e, --environment string build environment
- --format string preferred file format (toml, yaml or json) (default "toml")
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--log enable Logging
--logFile string log File path (if set, logging enabled automatically)
DIR diff --git a/docs/content/en/commands/hugo_mod_init.md b/docs/content/en/commands/hugo_mod_init.md
@@ -37,7 +37,6 @@ hugo mod init [flags] [args]
--debug debug output
-d, --destination string filesystem path to write files to
-e, --environment string build environment
- --format string preferred file format (toml, yaml or json) (default "toml")
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--log enable Logging
--logFile string log File path (if set, logging enabled automatically)
DIR diff --git a/docs/content/en/commands/hugo_mod_npm.md b/docs/content/en/commands/hugo_mod_npm.md
@@ -30,7 +30,6 @@ hugo mod npm [command] [flags]
--debug debug output
-d, --destination string filesystem path to write files to
-e, --environment string build environment
- --format string preferred file format (toml, yaml or json) (default "toml")
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--log enable Logging
--logFile string log File path (if set, logging enabled automatically)
DIR diff --git a/docs/content/en/commands/hugo_mod_npm_pack.md b/docs/content/en/commands/hugo_mod_npm_pack.md
@@ -40,7 +40,6 @@ hugo mod npm pack [flags] [args]
--debug debug output
-d, --destination string filesystem path to write files to
-e, --environment string build environment
- --format string preferred file format (toml, yaml or json) (default "toml")
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--log enable Logging
--logFile string log File path (if set, logging enabled automatically)
DIR diff --git a/docs/content/en/commands/hugo_mod_tidy.md b/docs/content/en/commands/hugo_mod_tidy.md
@@ -26,7 +26,6 @@ hugo mod tidy [flags] [args]
--debug debug output
-d, --destination string filesystem path to write files to
-e, --environment string build environment
- --format string preferred file format (toml, yaml or json) (default "toml")
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--log enable Logging
--logFile string log File path (if set, logging enabled automatically)
DIR diff --git a/docs/content/en/commands/hugo_mod_vendor.md b/docs/content/en/commands/hugo_mod_vendor.md
@@ -32,7 +32,6 @@ hugo mod vendor [flags] [args]
--debug debug output
-d, --destination string filesystem path to write files to
-e, --environment string build environment
- --format string preferred file format (toml, yaml or json) (default "toml")
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--log enable Logging
--logFile string log File path (if set, logging enabled automatically)
DIR diff --git a/docs/content/en/commands/hugo_mod_verify.md b/docs/content/en/commands/hugo_mod_verify.md
@@ -31,7 +31,6 @@ hugo mod verify [flags] [args]
--debug debug output
-d, --destination string filesystem path to write files to
-e, --environment string build environment
- --format string preferred file format (toml, yaml or json) (default "toml")
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--log enable Logging
--logFile string log File path (if set, logging enabled automatically)
DIR diff --git a/docs/content/en/commands/hugo_new_content.md b/docs/content/en/commands/hugo_new_content.md
@@ -27,6 +27,7 @@ hugo new content [path] [flags]
```
--editor string edit new content with this editor, if provided
-f, --force overwrite file if it already exists
+ --format string preferred file format (toml, yaml or json) (default "toml")
-h, --help help for content
-k, --kind string content type to create
```
DIR diff --git a/docs/content/en/commands/hugo_new_site.md b/docs/content/en/commands/hugo_new_site.md
@@ -20,9 +20,8 @@ hugo new site [path] [flags]
### Options
```
- --force init inside non-empty directory
- -f, --format string config file format (default "toml")
- -h, --help help for site
+ -f, --force init inside non-empty directory
+ -h, --help help for site
```
### Options inherited from parent commands
DIR diff --git a/docs/content/en/commands/hugo_version.md b/docs/content/en/commands/hugo_version.md
@@ -30,7 +30,6 @@ hugo version [flags] [args]
--debug debug output
-d, --destination string filesystem path to write files to
-e, --environment string build environment
- --format string preferred file format (toml, yaml or json) (default "toml")
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
--log enable Logging
--logFile string log File path (if set, logging enabled automatically)