docs: Regen CLI docs
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Thu, 18 Feb 2021 16:55:38 +0000 (17:55 +0100)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Thu, 18 Feb 2021 16:55:38 +0000 (17:55 +0100)
38 files changed:
docs/content/en/commands/hugo.md
docs/content/en/commands/hugo_check.md
docs/content/en/commands/hugo_check_ulimit.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_autocomplete.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 8377606472927df985b5123d795b025827f244dd..ece1dc7aac32e1ff83d9cb27d159118e7338a165 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2020-09-13
+date: 2021-02-18
 title: "hugo"
 slug: hugo
 url: /commands/hugo/
@@ -81,4 +81,4 @@ hugo [flags]
 * [hugo server](/commands/hugo_server/)         - A high performance webserver
 * [hugo version](/commands/hugo_version/)       - Print the version number of Hugo
 
-###### Auto generated by spf13/cobra on 13-Sep-2020
+###### Auto generated by spf13/cobra on 18-Feb-2021
index c728668a41bfb6e46aa57957679bf7fe4d4024d9..7016fdd8e965fc5e3b4ac6149617e9a25cb75e08 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2020-09-13
+date: 2021-02-18
 title: "hugo check"
 slug: hugo_check
 url: /commands/hugo_check/
@@ -8,10 +8,6 @@ url: /commands/hugo_check/
 
 Contains some verification checks
 
-### Synopsis
-
-Contains some verification checks
-
 ### Options
 
 ```
@@ -41,4 +37,4 @@ Contains some verification checks
 * [hugo](/commands/hugo/)       - hugo builds your site
 * [hugo check ulimit](/commands/hugo_check_ulimit/)     - Check system ulimit settings
 
-###### Auto generated by spf13/cobra on 13-Sep-2020
+###### Auto generated by spf13/cobra on 18-Feb-2021
index bdb2cf9381763939158706f8202832b71f2efaad..c56dc6b0b6a43456125f39f0e38978f4a16b5753 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2020-09-13
+date: 2021-02-18
 title: "hugo check ulimit"
 slug: hugo_check_ulimit
 url: /commands/hugo_check_ulimit/
@@ -45,4 +45,4 @@ hugo check ulimit [flags]
 
 * [hugo check](/commands/hugo_check/)   - Contains some verification checks
 
-###### Auto generated by spf13/cobra on 13-Sep-2020
+###### Auto generated by spf13/cobra on 18-Feb-2021
index 4d9cc774d3d6e211050bc7402a37b6d437a8a362..7b815c737ec8c9c52ba0477cb5c6492142d26449 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2020-09-13
+date: 2021-02-18
 title: "hugo config"
 slug: hugo_config
 url: /commands/hugo_config/
@@ -45,4 +45,4 @@ hugo config [flags]
 * [hugo](/commands/hugo/)       - hugo builds your site
 * [hugo config mounts](/commands/hugo_config_mounts/)   - Print the configured file mounts
 
-###### Auto generated by spf13/cobra on 13-Sep-2020
+###### Auto generated by spf13/cobra on 18-Feb-2021
index 13e0e6ab0564731288f04912e45457ff506e724e..a15314b7e5fa2a936e98ad8521f2541d282a08e3 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2020-09-13
+date: 2021-02-18
 title: "hugo config mounts"
 slug: hugo_config_mounts
 url: /commands/hugo_config_mounts/
@@ -8,10 +8,6 @@ url: /commands/hugo_config_mounts/
 
 Print the configured file mounts
 
-### Synopsis
-
-Print the configured file mounts
-
 ```
 hugo config mounts [flags]
 ```
@@ -44,4 +40,4 @@ hugo config mounts [flags]
 
 * [hugo config](/commands/hugo_config/)         - Print the site configuration
 
-###### Auto generated by spf13/cobra on 13-Sep-2020
+###### Auto generated by spf13/cobra on 18-Feb-2021
index 4c3937c83f8d8babd5d2f75f3e8e63216d66a552..45d568247178bb3ce22b7f398e1a78c187ba273e 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2020-09-13
+date: 2021-02-18
 title: "hugo convert"
 slug: hugo_convert
 url: /commands/hugo_convert/
@@ -47,4 +47,4 @@ See convert's subcommands toJSON, toTOML and toYAML for more information.
 * [hugo convert toTOML](/commands/hugo_convert_totoml/)         - Convert front matter to TOML
 * [hugo convert toYAML](/commands/hugo_convert_toyaml/)         - Convert front matter to YAML
 
-###### Auto generated by spf13/cobra on 13-Sep-2020
+###### Auto generated by spf13/cobra on 18-Feb-2021
index 38cd635db340bde0196e9f07e9079c7ec459381a..d39915674fbc65d7aa42a3beac848b9d7a6a8fa5 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2020-09-13
+date: 2021-02-18
 title: "hugo convert toJSON"
 slug: hugo_convert_toJSON
 url: /commands/hugo_convert_tojson/
@@ -47,4 +47,4 @@ hugo convert toJSON [flags]
 
 * [hugo convert](/commands/hugo_convert/)       - Convert your content to different formats
 
-###### Auto generated by spf13/cobra on 13-Sep-2020
+###### Auto generated by spf13/cobra on 18-Feb-2021
index efef2e60cf266dd3d027832755a68574d4d2f8aa..2817188573f0d6d916c92709df3a8f05b98c632c 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2020-09-13
+date: 2021-02-18
 title: "hugo convert toTOML"
 slug: hugo_convert_toTOML
 url: /commands/hugo_convert_totoml/
@@ -47,4 +47,4 @@ hugo convert toTOML [flags]
 
 * [hugo convert](/commands/hugo_convert/)       - Convert your content to different formats
 
-###### Auto generated by spf13/cobra on 13-Sep-2020
+###### Auto generated by spf13/cobra on 18-Feb-2021
index 7b41eecc6ae18c798b37e6dd024ba66505bb46dc..2249e2a1b7bd6a170cdfa4e31af655c2c10380bc 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2020-09-13
+date: 2021-02-18
 title: "hugo convert toYAML"
 slug: hugo_convert_toYAML
 url: /commands/hugo_convert_toyaml/
@@ -47,4 +47,4 @@ hugo convert toYAML [flags]
 
 * [hugo convert](/commands/hugo_convert/)       - Convert your content to different formats
 
-###### Auto generated by spf13/cobra on 13-Sep-2020
+###### Auto generated by spf13/cobra on 18-Feb-2021
index 2f8c10a9663785e1e31f5dbdb0d64716fb1ea60f..4bd7fdd9386e83bda56b5facf168c7e3304c7127 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2020-09-13
+date: 2021-02-18
 title: "hugo deploy"
 slug: hugo_deploy
 url: /commands/hugo_deploy/
@@ -54,4 +54,4 @@ hugo deploy [flags]
 
 * [hugo](/commands/hugo/)       - hugo builds your site
 
-###### Auto generated by spf13/cobra on 13-Sep-2020
+###### Auto generated by spf13/cobra on 18-Feb-2021
index 295f62008f5d5148689b4afdbb44a68ec24cc9f4..124e17408fef2edd64e80a3683454db1ac6832c1 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2020-09-13
+date: 2021-02-18
 title: "hugo env"
 slug: hugo_env
 url: /commands/hugo_env/
@@ -44,4 +44,4 @@ hugo env [flags]
 
 * [hugo](/commands/hugo/)       - hugo builds your site
 
-###### Auto generated by spf13/cobra on 13-Sep-2020
+###### Auto generated by spf13/cobra on 18-Feb-2021
index e8f959ef7f7d1b03a3311cd8bed125fa1bf2aad9..69d3c7c426586bdbf9e782516e0c0a9506282ffc 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2020-09-13
+date: 2021-02-18
 title: "hugo gen"
 slug: hugo_gen
 url: /commands/hugo_gen/
@@ -8,10 +8,6 @@ url: /commands/hugo_gen/
 
 A collection of several useful generators.
 
-### Synopsis
-
-A collection of several useful generators.
-
 ### Options
 
 ```
@@ -44,4 +40,4 @@ A collection of several useful generators.
 * [hugo gen doc](/commands/hugo_gen_doc/)       - Generate Markdown documentation for the Hugo CLI.
 * [hugo gen man](/commands/hugo_gen_man/)       - Generate man pages for the Hugo CLI
 
-###### Auto generated by spf13/cobra on 13-Sep-2020
+###### Auto generated by spf13/cobra on 18-Feb-2021
index 9fbfac9554e38955fd2de1c6b54d3c60795dbfc0..ab614c0e7e132a37ac109e714861e61e00ef159a 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2021-01-06
+date: 2021-02-18
 title: "hugo gen autocomplete"
 slug: hugo_gen_autocomplete
 url: /commands/hugo_gen_autocomplete/
@@ -12,21 +12,21 @@ Generate shell autocompletion script for Hugo
 
 Generates a shell autocompletion script for Hugo.
 
-By default, the file is written directly to `stdout`
+By default, the file is written directly to /etc/bash_completion.d
 for convenience, and the command may need superuser rights, e.g.:
 
-    $ sudo hugo gen autocomplete
+       $ sudo hugo gen autocomplete
 
 Add `--completionfile=/path/to/file` flag to set alternative
 file-path and name.
 
-Add `--type={bash, zsh or fish}` flag to set alternative
+Add `--type={bash, zsh, fish or powershell}` flag to set alternative
 shell type.
 
 Logout and in again to reload the completion scripts,
 or just source them in directly:
 
-    $ . /path/to/file
+       $ . /etc/bash_completion or /path/to/file
 
 ```
 hugo gen autocomplete [flags]
@@ -35,9 +35,9 @@ hugo gen autocomplete [flags]
 ### Options
 
 ```
-      --completionfile string   autocompletion file (defaults to stdout)
+  -f, --completionfile string   autocompletion file, defaults to stdout
   -h, --help                    help for autocomplete
-      --type string             autocompletion type (zsh, bash or fish) (default "bash")
+  -t, --type string             autocompletion type (bash, zsh, fish, or powershell) (default "bash")
 ```
 
 ### Options inherited from parent commands
@@ -60,6 +60,6 @@ hugo gen autocomplete [flags]
 
 ### SEE ALSO
 
-- [hugo gen](/commands/hugo_gen/) - A collection of several useful generators.
+* [hugo gen](/commands/hugo_gen/)       - A collection of several useful generators.
 
-###### Auto generated by spf13/cobra on 6-Jan-2021
+###### Auto generated by spf13/cobra on 18-Feb-2021
index 8bfa4301232b9b4eea5ca0c11d2c0b50b13d1adf..c296fa65e2d8e7e3d114a14aadf5fbf2538a1e79 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2020-09-13
+date: 2021-02-18
 title: "hugo gen chromastyles"
 slug: hugo_gen_chromastyles
 url: /commands/hugo_gen_chromastyles/
@@ -49,4 +49,4 @@ hugo gen chromastyles [flags]
 
 * [hugo gen](/commands/hugo_gen/)       - A collection of several useful generators.
 
-###### Auto generated by spf13/cobra on 13-Sep-2020
+###### Auto generated by spf13/cobra on 18-Feb-2021
index 9eebb9f232142effc83009894807b432ed6d898d..86a3140444ee6b673ccc5895efc989c86a26d698 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2020-09-13
+date: 2021-02-18
 title: "hugo gen doc"
 slug: hugo_gen_doc
 url: /commands/hugo_gen_doc/
@@ -51,4 +51,4 @@ hugo gen doc [flags]
 
 * [hugo gen](/commands/hugo_gen/)       - A collection of several useful generators.
 
-###### Auto generated by spf13/cobra on 13-Sep-2020
+###### Auto generated by spf13/cobra on 18-Feb-2021
index 66ab91d2d149b1efcc6b0f2644a5a6bb95c98c69..453428c254aaee6b6b7e6d4617db588ebfa60bc2 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2020-09-13
+date: 2021-02-18
 title: "hugo gen man"
 slug: hugo_gen_man
 url: /commands/hugo_gen_man/
@@ -47,4 +47,4 @@ hugo gen man [flags]
 
 * [hugo gen](/commands/hugo_gen/)       - A collection of several useful generators.
 
-###### Auto generated by spf13/cobra on 13-Sep-2020
+###### Auto generated by spf13/cobra on 18-Feb-2021
index 88ae9a6b3a653c917741400a4778ea5dffa229ae..27b6f80d49c7a632a22d655408895fb59e413ed5 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2020-09-13
+date: 2021-02-18
 title: "hugo import"
 slug: hugo_import
 url: /commands/hugo_import/
@@ -43,4 +43,4 @@ Import requires a subcommand, e.g. `hugo import jekyll jekyll_root_path target_p
 * [hugo](/commands/hugo/)       - hugo builds your site
 * [hugo import jekyll](/commands/hugo_import_jekyll/)   - hugo import from Jekyll
 
-###### Auto generated by spf13/cobra on 13-Sep-2020
+###### Auto generated by spf13/cobra on 18-Feb-2021
index 8ec888d0340683b102e77c96f377c4b41b414d6b..bb2c0fa2ae492cbce855fa5f7891d4f2db9e7dbb 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2020-09-13
+date: 2021-02-18
 title: "hugo import jekyll"
 slug: hugo_import_jekyll
 url: /commands/hugo_import_jekyll/
@@ -47,4 +47,4 @@ hugo import jekyll [flags]
 
 * [hugo import](/commands/hugo_import/)         - Import your site from others.
 
-###### Auto generated by spf13/cobra on 13-Sep-2020
+###### Auto generated by spf13/cobra on 18-Feb-2021
index dcc324d3921eede27f16104677856b0413154fa5..6609d74d1c43d3cba73d7c0fc9d0124938a0779e 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2020-09-13
+date: 2021-02-18
 title: "hugo list"
 slug: hugo_list
 url: /commands/hugo_list/
@@ -46,4 +46,4 @@ List requires a subcommand, e.g. `hugo list drafts`.
 * [hugo list expired](/commands/hugo_list_expired/)     - List all posts already expired
 * [hugo list future](/commands/hugo_list_future/)       - List all posts dated in the future
 
-###### Auto generated by spf13/cobra on 13-Sep-2020
+###### Auto generated by spf13/cobra on 18-Feb-2021
index 37d7a8dfa4604a9c2d3ad01f4d7eb2acf3059686..cf9299b36dfc7da80c49da935f61ce1294fcb511 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2020-09-13
+date: 2021-02-18
 title: "hugo list all"
 slug: hugo_list_all
 url: /commands/hugo_list_all/
@@ -44,4 +44,4 @@ hugo list all [flags]
 
 * [hugo list](/commands/hugo_list/)     - Listing out various types of content
 
-###### Auto generated by spf13/cobra on 13-Sep-2020
+###### Auto generated by spf13/cobra on 18-Feb-2021
index 64e873e7afef7e1c8b1dc3971ab8fac279c2a331..3e4ce045eb8c03070685911aaa29815be26063d6 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2020-09-13
+date: 2021-02-18
 title: "hugo list drafts"
 slug: hugo_list_drafts
 url: /commands/hugo_list_drafts/
@@ -44,4 +44,4 @@ hugo list drafts [flags]
 
 * [hugo list](/commands/hugo_list/)     - Listing out various types of content
 
-###### Auto generated by spf13/cobra on 13-Sep-2020
+###### Auto generated by spf13/cobra on 18-Feb-2021
index c3256e45b9adf44bd1bf858f854dc33c8f5f842d..8834c547fc1f774b67b89638d1a96b08aa23b4c1 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2020-09-13
+date: 2021-02-18
 title: "hugo list expired"
 slug: hugo_list_expired
 url: /commands/hugo_list_expired/
@@ -44,4 +44,4 @@ hugo list expired [flags]
 
 * [hugo list](/commands/hugo_list/)     - Listing out various types of content
 
-###### Auto generated by spf13/cobra on 13-Sep-2020
+###### Auto generated by spf13/cobra on 18-Feb-2021
index 44ac8ddd45b2872b736ed60a11052c58a4216a13..b081e1d1bb663b6c0e01ff392b3bf90e8b275343 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2020-09-13
+date: 2021-02-18
 title: "hugo list future"
 slug: hugo_list_future
 url: /commands/hugo_list_future/
@@ -44,4 +44,4 @@ hugo list future [flags]
 
 * [hugo list](/commands/hugo_list/)     - Listing out various types of content
 
-###### Auto generated by spf13/cobra on 13-Sep-2020
+###### Auto generated by spf13/cobra on 18-Feb-2021
index 1ee9febe2132eca71f63f943fcb16ee1e50e5558..ffa5fb513f7aad8e1541c995964664f58fc23f55 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2020-09-13
+date: 2021-02-18
 title: "hugo mod"
 slug: hugo_mod
 url: /commands/hugo_mod/
@@ -84,4 +84,4 @@ See https://gohugo.io/hugo-modules/ for more information.
 * [hugo mod vendor](/commands/hugo_mod_vendor/)         - Vendor all module dependencies into the _vendor directory.
 * [hugo mod verify](/commands/hugo_mod_verify/)         - Verify dependencies.
 
-###### Auto generated by spf13/cobra on 13-Sep-2020
+###### Auto generated by spf13/cobra on 18-Feb-2021
index 880ffe1db419fff43631aae57883127bc3a127c1..68f3ea4c7e7922ed6227605db6490373e2577776 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2020-09-13
+date: 2021-02-18
 title: "hugo mod clean"
 slug: hugo_mod_clean
 url: /commands/hugo_mod_clean/
@@ -52,4 +52,4 @@ hugo mod clean [flags]
 
 * [hugo mod](/commands/hugo_mod/)       - Various Hugo Modules helpers.
 
-###### Auto generated by spf13/cobra on 13-Sep-2020
+###### Auto generated by spf13/cobra on 18-Feb-2021
index 6dbf885868c9d4220c4590491ac39bd1cdc4f95f..5b1cfcd92ed679073ce52d502e5bcc03f8890563 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2020-09-13
+date: 2021-02-18
 title: "hugo mod get"
 slug: hugo_mod_get
 url: /commands/hugo_mod_get/
@@ -70,4 +70,4 @@ hugo mod get [flags]
 
 * [hugo mod](/commands/hugo_mod/)       - Various Hugo Modules helpers.
 
-###### Auto generated by spf13/cobra on 13-Sep-2020
+###### Auto generated by spf13/cobra on 18-Feb-2021
index 0ef709a4c32c240bd308a0190d23bb65e97c5b3d..3d84d1dbb920c44b91afda651029616d7c0d347a 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2020-09-13
+date: 2021-02-18
 title: "hugo mod graph"
 slug: hugo_mod_graph
 url: /commands/hugo_mod_graph/
@@ -46,4 +46,4 @@ hugo mod graph [flags]
 
 * [hugo mod](/commands/hugo_mod/)       - Various Hugo Modules helpers.
 
-###### Auto generated by spf13/cobra on 13-Sep-2020
+###### Auto generated by spf13/cobra on 18-Feb-2021
index e308547c5e199555f375283a0aa1a98cfabb1a70..f3bd3068a2f99414e7f42a4f997a20caed3e10be 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2020-09-13
+date: 2021-02-18
 title: "hugo mod init"
 slug: hugo_mod_init
 url: /commands/hugo_mod_init/
@@ -51,4 +51,4 @@ hugo mod init [flags]
 
 * [hugo mod](/commands/hugo_mod/)       - Various Hugo Modules helpers.
 
-###### Auto generated by spf13/cobra on 13-Sep-2020
+###### Auto generated by spf13/cobra on 18-Feb-2021
index 0f49bd010c77a19221899d683c687c8197287aab..dde5ec492c6f3c9b967a62a9d5c1ed99af3545c5 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2020-09-13
+date: 2021-02-18
 title: "hugo mod npm"
 slug: hugo_mod_npm
 url: /commands/hugo_mod_npm/
@@ -45,4 +45,4 @@ hugo mod npm [flags]
 * [hugo mod](/commands/hugo_mod/)       - Various Hugo Modules helpers.
 * [hugo mod npm pack](/commands/hugo_mod_npm_pack/)     - Experimental: Prepares and writes a composite package.json file for your project.
 
-###### Auto generated by spf13/cobra on 13-Sep-2020
+###### Auto generated by spf13/cobra on 18-Feb-2021
index 4b3951547194ff8850d54c02d4a11b0d6c8fb65b..cb841dd1890d9ac744b4343bef290baa29e8ecd9 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2020-09-13
+date: 2021-02-18
 title: "hugo mod npm pack"
 slug: hugo_mod_npm_pack
 url: /commands/hugo_mod_npm_pack/
@@ -54,4 +54,4 @@ hugo mod npm pack [flags]
 
 * [hugo mod npm](/commands/hugo_mod_npm/)       - Various npm helpers.
 
-###### Auto generated by spf13/cobra on 13-Sep-2020
+###### Auto generated by spf13/cobra on 18-Feb-2021
index cff24580874a67ef63cc0b6b2d85fd235458ffdb..ff79ef24288d310668dace9303347894be59a91e 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2020-09-13
+date: 2021-02-18
 title: "hugo mod tidy"
 slug: hugo_mod_tidy
 url: /commands/hugo_mod_tidy/
@@ -8,10 +8,6 @@ url: /commands/hugo_mod_tidy/
 
 Remove unused entries in go.mod and go.sum.
 
-### Synopsis
-
-Remove unused entries in go.mod and go.sum.
-
 ```
 hugo mod tidy [flags]
 ```
@@ -44,4 +40,4 @@ hugo mod tidy [flags]
 
 * [hugo mod](/commands/hugo_mod/)       - Various Hugo Modules helpers.
 
-###### Auto generated by spf13/cobra on 13-Sep-2020
+###### Auto generated by spf13/cobra on 18-Feb-2021
index 35578e7098d509d402ef6631d758ff36e051f0c1..fe05030c1bf199c31e76e5a8e95a9a2728e4eabf 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2020-09-13
+date: 2021-02-18
 title: "hugo mod vendor"
 slug: hugo_mod_vendor
 url: /commands/hugo_mod_vendor/
@@ -47,4 +47,4 @@ hugo mod vendor [flags]
 
 * [hugo mod](/commands/hugo_mod/)       - Various Hugo Modules helpers.
 
-###### Auto generated by spf13/cobra on 13-Sep-2020
+###### Auto generated by spf13/cobra on 18-Feb-2021
index ca05953d8d396c88f0d048ddeb1c01f85ce43c50..0678e81d213618a938b71ebbcd00c8a0456c2e2c 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2020-09-13
+date: 2021-02-18
 title: "hugo mod verify"
 slug: hugo_mod_verify
 url: /commands/hugo_mod_verify/
@@ -46,4 +46,4 @@ hugo mod verify [flags]
 
 * [hugo mod](/commands/hugo_mod/)       - Various Hugo Modules helpers.
 
-###### Auto generated by spf13/cobra on 13-Sep-2020
+###### Auto generated by spf13/cobra on 18-Feb-2021
index ca9d45cf1a55fec2b6c4af369dbb268a24113ac9..7f7f907f5dc5bad35c76e02fae382db62acd8541 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2020-09-13
+date: 2021-02-18
 title: "hugo new"
 slug: hugo_new
 url: /commands/hugo_new/
@@ -79,4 +79,4 @@ hugo new [path] [flags]
 * [hugo new site](/commands/hugo_new_site/)     - Create a new site (skeleton)
 * [hugo new theme](/commands/hugo_new_theme/)   - Create a new theme
 
-###### Auto generated by spf13/cobra on 13-Sep-2020
+###### Auto generated by spf13/cobra on 18-Feb-2021
index cedf4a4c3300f5bd900bcac42782d76a9c5528be..c9adc3db12e3b1806315a6b5137af8dfd7a4e1a0 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2020-09-13
+date: 2021-02-18
 title: "hugo new site"
 slug: hugo_new_site
 url: /commands/hugo_new_site/
@@ -48,4 +48,4 @@ hugo new site [path] [flags]
 
 * [hugo new](/commands/hugo_new/)       - Create new content for your site
 
-###### Auto generated by spf13/cobra on 13-Sep-2020
+###### Auto generated by spf13/cobra on 18-Feb-2021
index 80da7087574ecaddb8ae78c27f7de07a2479b9e9..f60e267129b2c561c60e612f5052bce5dd465c47 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2020-09-13
+date: 2021-02-18
 title: "hugo new theme"
 slug: hugo_new_theme
 url: /commands/hugo_new_theme/
@@ -47,4 +47,4 @@ hugo new theme [name] [flags]
 
 * [hugo new](/commands/hugo_new/)       - Create new content for your site
 
-###### Auto generated by spf13/cobra on 13-Sep-2020
+###### Auto generated by spf13/cobra on 18-Feb-2021
index b0ccde80c3f4f524d6f0aed73aca5b9d2f814542..c7c168e12227a3cfb4d6eeb9a205fa8d3ea07289 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2020-09-13
+date: 2021-02-18
 title: "hugo server"
 slug: hugo_server
 url: /commands/hugo_server/
@@ -92,4 +92,4 @@ hugo server [flags]
 
 * [hugo](/commands/hugo/)       - hugo builds your site
 
-###### Auto generated by spf13/cobra on 13-Sep-2020
+###### Auto generated by spf13/cobra on 18-Feb-2021
index 549af409bbe9d0cfb20a9a8d31d046fe29527936..345cd0e8728e992f0f8d77b03a4821b9d753d6d0 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2020-09-13
+date: 2021-02-18
 title: "hugo version"
 slug: hugo_version
 url: /commands/hugo_version/
@@ -44,4 +44,4 @@ hugo version [flags]
 
 * [hugo](/commands/hugo/)       - hugo builds your site
 
-###### Auto generated by spf13/cobra on 13-Sep-2020
+###### Auto generated by spf13/cobra on 18-Feb-2021