docs: Regen CLI docs
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Sun, 21 Mar 2021 12:32:12 +0000 (13:32 +0100)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Sun, 21 Mar 2021 12:32:12 +0000 (13:32 +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 42744b708b368a8e7f80de619f16f4ea70f875b1..b503fe40af1780e5d1eca1520575976c76a67dda 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2021-02-20
+date: 2021-03-21
 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 20-Feb-2021
+###### Auto generated by spf13/cobra on 21-Mar-2021
index 384507179ec64818b9b998b9f268c2acb8e8fb28..afec5dbb3b05bde4f1a819ea0e5bbaba40f1a18c 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2021-02-20
+date: 2021-03-21
 title: "hugo check"
 slug: hugo_check
 url: /commands/hugo_check/
@@ -37,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 20-Feb-2021
+###### Auto generated by spf13/cobra on 21-Mar-2021
index bfd98bde3151993079693f122c9b9e393df0e6b5..6765609136f7a4506b74fd05d17bc1dccf882edb 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2021-02-20
+date: 2021-03-21
 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 20-Feb-2021
+###### Auto generated by spf13/cobra on 21-Mar-2021
index d7f0d17b9197d9d934acca21961ed9e3fb324449..ad1c699dc5fab912019954b89cb5d2411205f5e7 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2021-02-20
+date: 2021-03-21
 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 20-Feb-2021
+###### Auto generated by spf13/cobra on 21-Mar-2021
index a8e6b44994588bd18d08b0764d9e278f07eb1212..34755e8dfea0dd18780c1cf29d1ceef307db30bd 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2021-02-20
+date: 2021-03-21
 title: "hugo config mounts"
 slug: hugo_config_mounts
 url: /commands/hugo_config_mounts/
@@ -40,4 +40,4 @@ hugo config mounts [flags]
 
 * [hugo config](/commands/hugo_config/)         - Print the site configuration
 
-###### Auto generated by spf13/cobra on 20-Feb-2021
+###### Auto generated by spf13/cobra on 21-Mar-2021
index 1ea65ad63024b34cc07dd31c12c8bcc76a0cd77d..f88bb3e493a30cdbd188ed7cb6a17450243f7400 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2021-02-20
+date: 2021-03-21
 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 20-Feb-2021
+###### Auto generated by spf13/cobra on 21-Mar-2021
index b02cf472cc9e042532c5b796b4e65da44dd9c514..b8e255087d41ffee0469b475b3d1f764ab3266c5 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2021-02-20
+date: 2021-03-21
 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 20-Feb-2021
+###### Auto generated by spf13/cobra on 21-Mar-2021
index 28ff533590fd44ef355def5098e70024e9e073f7..aaf935dc3f4f2a88bb7f76bc0ab5c764fe53cc99 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2021-02-20
+date: 2021-03-21
 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 20-Feb-2021
+###### Auto generated by spf13/cobra on 21-Mar-2021
index 48aef268e26514446c9c76cf091b13eedabc1da7..d9d3c92f767eb883641b743198e24c25158a890c 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2021-02-20
+date: 2021-03-21
 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 20-Feb-2021
+###### Auto generated by spf13/cobra on 21-Mar-2021
index b3b51426ffe4f91c9285f549049201da47b74b96..d20dddeee1916a1b910e20cd1b99e71806a93559 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2021-02-20
+date: 2021-03-21
 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 20-Feb-2021
+###### Auto generated by spf13/cobra on 21-Mar-2021
index 39b840342b43d1421e8c711524475fb05a7eb37b..a62315ab1686252e8603b430c178ac220c5bb4e5 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2021-02-20
+date: 2021-03-21
 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 20-Feb-2021
+###### Auto generated by spf13/cobra on 21-Mar-2021
index 4146e43c31cc5fb2bef3dc70b3c2808155313e44..05c3bcb5298979ef3c33a4916c37b9eb5287c2ec 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2021-02-20
+date: 2021-03-21
 title: "hugo gen"
 slug: hugo_gen
 url: /commands/hugo_gen/
@@ -40,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 20-Feb-2021
+###### Auto generated by spf13/cobra on 21-Mar-2021
index 414b5905be947a91b7063a6dd883381124eb4ad3..3b9561366baf636b276dc7e4f833e9a25bba6b7b 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2021-02-20
+date: 2021-03-21
 title: "hugo gen autocomplete"
 slug: hugo_gen_autocomplete
 url: /commands/hugo_gen_autocomplete/
@@ -58,4 +58,4 @@ hugo gen autocomplete [flags]
 
 * [hugo gen](/commands/hugo_gen/)       - A collection of several useful generators.
 
-###### Auto generated by spf13/cobra on 20-Feb-2021
+###### Auto generated by spf13/cobra on 21-Mar-2021
index d09d046d76ef8576723486035cd3b0245869d00b..cd9dffad3619194a8fc877edf8151ceefe4f83ed 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2021-02-20
+date: 2021-03-21
 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 20-Feb-2021
+###### Auto generated by spf13/cobra on 21-Mar-2021
index f2f5dbde3e32a00f9f6d3e668360c999368bc9bf..9b7279e263595853c75e106a78c00ac8f3823355 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2021-02-20
+date: 2021-03-21
 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 20-Feb-2021
+###### Auto generated by spf13/cobra on 21-Mar-2021
index 7710ea1c295cc20dfaab112d90fe364e102e33e6..7bb21c3ae6be9d45290e987f90554510f7f8d92b 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2021-02-20
+date: 2021-03-21
 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 20-Feb-2021
+###### Auto generated by spf13/cobra on 21-Mar-2021
index ec791678f3aef7a204f372c71f7075905614326a..01520a4c2497e0444ea1ae1ef8252834af2d8ee7 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2021-02-20
+date: 2021-03-21
 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 20-Feb-2021
+###### Auto generated by spf13/cobra on 21-Mar-2021
index 23721f846bd375f853f7daa3a0cb9fc67409aa02..d9a9487b9fa2f364aa1c324865a8f61dcc230907 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2021-02-20
+date: 2021-03-21
 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 20-Feb-2021
+###### Auto generated by spf13/cobra on 21-Mar-2021
index d5075ea6b10f8ab6816a36f8303da75af6662f28..60f57a10900f032a0d3e883e38a389fa2c3b0485 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2021-02-20
+date: 2021-03-21
 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 20-Feb-2021
+###### Auto generated by spf13/cobra on 21-Mar-2021
index 7e17c758c302ac9921bedd61f61cb09f06255bef..a6325b125011eabfe3037bc2ea80a6bc00893896 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2021-02-20
+date: 2021-03-21
 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 20-Feb-2021
+###### Auto generated by spf13/cobra on 21-Mar-2021
index 6a842bd8b8fd5bc3c0e68b0deb13dbf44dd347a9..c29d52cb34fada164ad1b5cd9b6c404bb62c5827 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2021-02-20
+date: 2021-03-21
 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 20-Feb-2021
+###### Auto generated by spf13/cobra on 21-Mar-2021
index 178f2b569a103b792e5d70b6e8f1e7bb8a496474..320eaf0d10c96da7b514dc6d56c7d02a84ab6e59 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2021-02-20
+date: 2021-03-21
 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 20-Feb-2021
+###### Auto generated by spf13/cobra on 21-Mar-2021
index 4b6f6df45ebfe7dc2e6ae73e62c760732dfb8da5..acc594dc7e5f6b485ab95808a5a3b7bce24e1eb1 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2021-02-20
+date: 2021-03-21
 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 20-Feb-2021
+###### Auto generated by spf13/cobra on 21-Mar-2021
index 993ac8efdfaa48ea9b5173f6bcea1febb7ad922a..b726f8d8f8374624efba2661517f60791bb1bc80 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2021-02-20
+date: 2021-03-21
 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 20-Feb-2021
+###### Auto generated by spf13/cobra on 21-Mar-2021
index 1d35ad0fbf544054f37ea68a58c3a1682cb7f0ad..0095db3fa8e00d1276a9f270f45cb1eaab88afae 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2021-02-20
+date: 2021-03-21
 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 20-Feb-2021
+###### Auto generated by spf13/cobra on 21-Mar-2021
index 98bd795ce0e6ea6cc7f9670c4b7a472649c397af..3549459fe27b0027ccda26b5a01ab83925f4e7d2 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2021-02-20
+date: 2021-03-21
 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 20-Feb-2021
+###### Auto generated by spf13/cobra on 21-Mar-2021
index a7dc00e1f81c4e677ba6b5693be74276bce6cb0b..72405b036311504a2cba90ff31d1b5cd02eb27bf 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2021-02-20
+date: 2021-03-21
 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 20-Feb-2021
+###### Auto generated by spf13/cobra on 21-Mar-2021
index e25ffb76d4e9404888f7031b5ee8b108c29f3617..680a085ccf551045e84fcc0e51e6d29ae55da563 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2021-02-20
+date: 2021-03-21
 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 20-Feb-2021
+###### Auto generated by spf13/cobra on 21-Mar-2021
index 87435cc447119af42fd1b8f77f67ba2e643f2ec8..02932fe04a3aae3e35ece405c688e4274c7c2028 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2021-02-20
+date: 2021-03-21
 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 20-Feb-2021
+###### Auto generated by spf13/cobra on 21-Mar-2021
index 6018247f44f2acaf52e53f2a08c2c19c2c7a3190..cefd7d2c81ac663add484cedd3f65fc9f7b341de 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2021-02-20
+date: 2021-03-21
 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 20-Feb-2021
+###### Auto generated by spf13/cobra on 21-Mar-2021
index 8be23060c0dcee247ad3f0c49c5ad7826269f65e..436cdaf41f207a864cd9d8bfeac5d4d406fcad33 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2021-02-20
+date: 2021-03-21
 title: "hugo mod tidy"
 slug: hugo_mod_tidy
 url: /commands/hugo_mod_tidy/
@@ -40,4 +40,4 @@ hugo mod tidy [flags]
 
 * [hugo mod](/commands/hugo_mod/)       - Various Hugo Modules helpers.
 
-###### Auto generated by spf13/cobra on 20-Feb-2021
+###### Auto generated by spf13/cobra on 21-Mar-2021
index 8e8c3ea9d195924a499e65e6ed81a05a8207502b..5d1fd96cc12871eddc469c344e8c6b7be9a53775 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2021-02-20
+date: 2021-03-21
 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 20-Feb-2021
+###### Auto generated by spf13/cobra on 21-Mar-2021
index 79ab88afeee38a3ede8978690457a5c8d96ea6c1..753030cedc7d135e1c2ed1c78b50e9799a624abb 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2021-02-20
+date: 2021-03-21
 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 20-Feb-2021
+###### Auto generated by spf13/cobra on 21-Mar-2021
index 3d7483e9efbdff30d7735f4306bb96564fc4ee04..35816e5b6af1106955b8ef6110b19e6c1e923f12 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2021-02-20
+date: 2021-03-21
 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 20-Feb-2021
+###### Auto generated by spf13/cobra on 21-Mar-2021
index 75427809f563dfd3d04e53fadbe52f92a9538b6c..f7b330e7c23c2af53c95688969e5ce21bbaf66fe 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2021-02-20
+date: 2021-03-21
 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 20-Feb-2021
+###### Auto generated by spf13/cobra on 21-Mar-2021
index 1a91112d3529e17d9aad88563d0ffb1824b8afa7..d040a252f36ad877cf024eb0c254195afb365caa 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2021-02-20
+date: 2021-03-21
 title: "hugo new theme"
 slug: hugo_new_theme
 url: /commands/hugo_new_theme/
@@ -10,7 +10,7 @@ Create a new theme
 
 ### Synopsis
 
-Create a new theme (skeleton) called [name] in the current directory.
+Create a new theme (skeleton) called [name] in ./themes.
 New theme is a skeleton. Please add content to the touched files. Add your
 name to the copyright line in the license and adjust the theme.toml file
 as you see fit.
@@ -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 20-Feb-2021
+###### Auto generated by spf13/cobra on 21-Mar-2021
index 9f928d4e8ebf30f516ba9579848a583accd5d1d3..fc984c7425dc9b69e842788297342ec7a2a46b78 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2021-02-20
+date: 2021-03-21
 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 20-Feb-2021
+###### Auto generated by spf13/cobra on 21-Mar-2021
index 06bfa39c07b9ed8ea418c44b00601f51359b2415..f73acc82a377a232d1a938cf52271e72f69a63e5 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2021-02-20
+date: 2021-03-21
 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 20-Feb-2021
+###### Auto generated by spf13/cobra on 21-Mar-2021