summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2023-06-01 10:51:24 +0200
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2023-06-01 10:51:24 +0200
commitdfb1895e4b82b2249d9baaed37ac7ae5e855a126 (patch)
tree1a9cefa23c807f02fa2687b134007095e1fb44a9
parentd3927310d5b2404c3238f9b899db3329ea516490 (diff)
Squashed 'docs/' changes from 1798dc0d5..1d5548d73
1d5548d73 build.cachebusters 3c966904d netlify: Hugo 0.112.5 b32c3a811 Bump min Go version to 1.19 when building from source (#2095) 9dea2d2f9 netlify: Hugo 0.112.4 b3fb4a1bc docs: Regenerate CLI docs 291ecd301 docs: Regen CLI docs c886958e2 Merge commit 'd3927310d5b2404c3238f9b899db3329ea516490' git-subtree-dir: docs git-subtree-split: 1d5548d7355be39364404a67eee7186d5ea71930
-rw-r--r--content/en/commands/hugo.md1
-rw-r--r--content/en/commands/hugo_completion.md1
-rw-r--r--content/en/commands/hugo_completion_bash.md1
-rw-r--r--content/en/commands/hugo_completion_fish.md1
-rw-r--r--content/en/commands/hugo_completion_powershell.md1
-rw-r--r--content/en/commands/hugo_completion_zsh.md1
-rw-r--r--content/en/commands/hugo_config.md8
-rw-r--r--content/en/commands/hugo_config_mounts.md7
-rw-r--r--content/en/commands/hugo_convert.md1
-rw-r--r--content/en/commands/hugo_convert_toJSON.md1
-rw-r--r--content/en/commands/hugo_convert_toTOML.md1
-rw-r--r--content/en/commands/hugo_convert_toYAML.md1
-rw-r--r--content/en/commands/hugo_deploy.md1
-rw-r--r--content/en/commands/hugo_env.md1
-rw-r--r--content/en/commands/hugo_gen.md1
-rw-r--r--content/en/commands/hugo_gen_chromastyles.md1
-rw-r--r--content/en/commands/hugo_gen_doc.md1
-rw-r--r--content/en/commands/hugo_gen_man.md1
-rw-r--r--content/en/commands/hugo_import.md1
-rw-r--r--content/en/commands/hugo_import_jekyll.md1
-rw-r--r--content/en/commands/hugo_list.md1
-rw-r--r--content/en/commands/hugo_list_all.md1
-rw-r--r--content/en/commands/hugo_list_drafts.md1
-rw-r--r--content/en/commands/hugo_list_expired.md1
-rw-r--r--content/en/commands/hugo_list_future.md1
-rw-r--r--content/en/commands/hugo_mod.md1
-rw-r--r--content/en/commands/hugo_mod_clean.md11
-rw-r--r--content/en/commands/hugo_mod_get.md1
-rw-r--r--content/en/commands/hugo_mod_graph.md9
-rw-r--r--content/en/commands/hugo_mod_init.md7
-rw-r--r--content/en/commands/hugo_mod_npm.md1
-rw-r--r--content/en/commands/hugo_mod_npm_pack.md7
-rw-r--r--content/en/commands/hugo_mod_tidy.md7
-rw-r--r--content/en/commands/hugo_mod_vendor.md7
-rw-r--r--content/en/commands/hugo_mod_verify.md9
-rw-r--r--content/en/commands/hugo_new.md1
-rw-r--r--content/en/commands/hugo_new_content.md14
-rw-r--r--content/en/commands/hugo_new_site.md3
-rw-r--r--content/en/commands/hugo_new_theme.md1
-rw-r--r--content/en/commands/hugo_server.md1
-rw-r--r--content/en/commands/hugo_version.md1
-rw-r--r--content/en/getting-started/configuration.md46
-rw-r--r--content/en/installation/common/05-build-from-source.md2
-rw-r--r--netlify.toml8
44 files changed, 111 insertions, 64 deletions
diff --git a/content/en/commands/hugo.md b/content/en/commands/hugo.md
index 8dbdd6231..73d443169 100644
--- a/content/en/commands/hugo.md
+++ b/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
diff --git a/content/en/commands/hugo_completion.md b/content/en/commands/hugo_completion.md
index 7ab87f800..d7cc64cc2 100644
--- a/content/en/commands/hugo_completion.md
+++ b/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)
diff --git a/content/en/commands/hugo_completion_bash.md b/content/en/commands/hugo_completion_bash.md
index a4d4d6f11..eb6fdd8d4 100644
--- a/content/en/commands/hugo_completion_bash.md
+++ b/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)
diff --git a/content/en/commands/hugo_completion_fish.md b/content/en/commands/hugo_completion_fish.md
index 6fe2d7f16..f81acb8af 100644
--- a/content/en/commands/hugo_completion_fish.md
+++ b/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)
diff --git a/content/en/commands/hugo_completion_powershell.md b/content/en/commands/hugo_completion_powershell.md
index 614023dbb..5f900ec59 100644
--- a/content/en/commands/hugo_completion_powershell.md
+++ b/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)
diff --git a/content/en/commands/hugo_completion_zsh.md b/content/en/commands/hugo_completion_zsh.md
index 7e17bc96d..fbe5c6ad4 100644
--- a/content/en/commands/hugo_completion_zsh.md
+++ b/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)
diff --git a/content/en/commands/hugo_config.md b/content/en/commands/hugo_config.md
index 0c54f0e6d..1dbf4c0de 100644
--- a/content/en/commands/hugo_config.md
+++ b/content/en/commands/hugo_config.md
@@ -18,7 +18,12 @@ hugo config [command] [flags]
### Options
```
- -h, --help help for config
+ -b, --baseURL string hostname (and path) to the root, e.g. https://spf13.com/
+ --cacheDir string filesystem path to cache directory. Defaults: $TMPDIR/hugo_cache/
+ -c, --contentDir string filesystem path to content directory
+ --format string preferred file format (toml, yaml or json) (default "toml")
+ -h, --help help for config
+ -t, --theme strings themes to use (located in /themes/THEMENAME/)
```
### Options inherited from parent commands
@@ -30,7 +35,6 @@ hugo config [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)
diff --git a/content/en/commands/hugo_config_mounts.md b/content/en/commands/hugo_config_mounts.md
index 1019f5102..e4c4cf8c5 100644
--- a/content/en/commands/hugo_config_mounts.md
+++ b/content/en/commands/hugo_config_mounts.md
@@ -14,7 +14,11 @@ hugo config mounts [flags] [args]
### Options
```
- -h, --help help for mounts
+ -b, --baseURL string hostname (and path) to the root, e.g. https://spf13.com/
+ --cacheDir string filesystem path to cache directory. Defaults: $TMPDIR/hugo_cache/
+ -c, --contentDir string filesystem path to content directory
+ -h, --help help for mounts
+ -t, --theme strings themes to use (located in /themes/THEMENAME/)
```
### Options inherited from parent commands
@@ -26,7 +30,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)
diff --git a/content/en/commands/hugo_convert.md b/content/en/commands/hugo_convert.md
index 0c5384fbb..c52433487 100644
--- a/content/en/commands/hugo_convert.md
+++ b/content/en/commands/hugo_convert.md
@@ -34,7 +34,6 @@ hugo convert [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)
diff --git a/content/en/commands/hugo_convert_toJSON.md b/content/en/commands/hugo_convert_toJSON.md
index 73c2fc303..4b811f49e 100644
--- a/content/en/commands/hugo_convert_toJSON.md
+++ b/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)
diff --git a/content/en/commands/hugo_convert_toTOML.md b/content/en/commands/hugo_convert_toTOML.md
index 9141eb1a2..19d847e90 100644
--- a/content/en/commands/hugo_convert_toTOML.md
+++ b/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)
diff --git a/content/en/commands/hugo_convert_toYAML.md b/content/en/commands/hugo_convert_toYAML.md
index a932921cf..1785d3ad8 100644
--- a/content/en/commands/hugo_convert_toYAML.md
+++ b/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)
diff --git a/content/en/commands/hugo_deploy.md b/content/en/commands/hugo_deploy.md
index 0531664dd..4bec6df50 100644
--- a/content/en/commands/hugo_deploy.md
+++ b/content/en/commands/hugo_deploy.md
@@ -41,7 +41,6 @@ hugo deploy [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)
diff --git a/content/en/commands/hugo_env.md b/content/en/commands/hugo_env.md
index e001c6098..296e6e002 100644
--- a/content/en/commands/hugo_env.md
+++ b/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)
diff --git a/content/en/commands/hugo_gen.md b/content/en/commands/hugo_gen.md
index b589e2e0f..71c6dfe42 100644
--- a/content/en/commands/hugo_gen.md
+++ b/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)
diff --git a/content/en/commands/hugo_gen_chromastyles.md b/content/en/commands/hugo_gen_chromastyles.md
index 5ea23381d..9c41f7174 100644
--- a/content/en/commands/hugo_gen_chromastyles.md
+++ b/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)
diff --git a/content/en/commands/hugo_gen_doc.md b/content/en/commands/hugo_gen_doc.md
index 16593400a..59999fb7b 100644
--- a/content/en/commands/hugo_gen_doc.md
+++ b/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)
diff --git a/content/en/commands/hugo_gen_man.md b/content/en/commands/hugo_gen_man.md
index 3602dcc93..f2c40d71d 100644
--- a/content/en/commands/hugo_gen_man.md
+++ b/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)
diff --git a/content/en/commands/hugo_import.md b/content/en/commands/hugo_import.md
index ad4907d58..c9774f466 100644
--- a/content/en/commands/hugo_import.md
+++ b/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)
diff --git a/content/en/commands/hugo_import_jekyll.md b/content/en/commands/hugo_import_jekyll.md
index 10d603bdf..4e4876d90 100644
--- a/content/en/commands/hugo_import_jekyll.md
+++ b/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)
diff --git a/content/en/commands/hugo_list.md b/content/en/commands/hugo_list.md
index 10a8cf6cb..6a3ec36d8 100644
--- a/content/en/commands/hugo_list.md
+++ b/content/en/commands/hugo_list.md
@@ -32,7 +32,6 @@ hugo list [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)
diff --git a/content/en/commands/hugo_list_all.md b/content/en/commands/hugo_list_all.md
index 8edd0a4d9..5ac8a7c35 100644
--- a/content/en/commands/hugo_list_all.md
+++ b/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)
diff --git a/content/en/commands/hugo_list_drafts.md b/content/en/commands/hugo_list_drafts.md
index 5ec870a5d..601c7648f 100644
--- a/content/en/commands/hugo_list_drafts.md
+++ b/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)
diff --git a/content/en/commands/hugo_list_expired.md b/content/en/commands/hugo_list_expired.md
index 3feae5640..47a9cc369 100644
--- a/content/en/commands/hugo_list_expired.md
+++ b/content/en/commands/hugo_list_exp