docs: Regen CLI docs
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Tue, 3 Mar 2020 12:36:35 +0000 (13:36 +0100)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Tue, 3 Mar 2020 12:36:35 +0000 (13:36 +0100)
36 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_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 2b229c3a4738903fcbdcfcf052e55acf46f7416a..fe519d39765da536e1b90e30c65d915bb94f3071 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2020-02-19
+date: 2020-03-03
 title: "hugo"
 slug: hugo
 url: /commands/hugo/
@@ -79,4 +79,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 19-Feb-2020
+###### Auto generated by spf13/cobra on 3-Mar-2020
index 59a38acc855f0513ae79712c06885ba578bc5448..7c515e48d1c15dda990b1d4cd8bf65609f613ee8 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2020-02-19
+date: 2020-03-03
 title: "hugo check"
 slug: hugo_check
 url: /commands/hugo_check/
@@ -40,4 +40,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 19-Feb-2020
+###### Auto generated by spf13/cobra on 3-Mar-2020
index 33327ecfdc9b9008e72b591c70ef779150e9f5fc..fec6f7a375e99877d1acaf60050873ab17438b3d 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2020-02-19
+date: 2020-03-03
 title: "hugo check ulimit"
 slug: hugo_check_ulimit
 url: /commands/hugo_check_ulimit/
@@ -44,4 +44,4 @@ hugo check ulimit [flags]
 
 * [hugo check](/commands/hugo_check/)   - Contains some verification checks
 
-###### Auto generated by spf13/cobra on 19-Feb-2020
+###### Auto generated by spf13/cobra on 3-Mar-2020
index 6d24a660b81edd436796f5455b6bb1c78c34caf4..40b9478512a6502c9388dc17b7f4b9583e82ed43 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2020-02-19
+date: 2020-03-03
 title: "hugo config"
 slug: hugo_config
 url: /commands/hugo_config/
@@ -44,4 +44,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 19-Feb-2020
+###### Auto generated by spf13/cobra on 3-Mar-2020
index 05ee96611cea73f1d74010a9729fab96a334730a..c2de5481219ff54bed13336a1f3344a42b5271c8 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2020-02-19
+date: 2020-03-03
 title: "hugo config mounts"
 slug: hugo_config_mounts
 url: /commands/hugo_config_mounts/
@@ -43,4 +43,4 @@ hugo config mounts [flags]
 
 * [hugo config](/commands/hugo_config/)         - Print the site configuration
 
-###### Auto generated by spf13/cobra on 19-Feb-2020
+###### Auto generated by spf13/cobra on 3-Mar-2020
index 1ae5fad5f88845e8a3092283b14a765e603b9bd5..47132c5738a7f2ad71c8ed1fb739cc136c829cac 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2020-02-19
+date: 2020-03-03
 title: "hugo convert"
 slug: hugo_convert
 url: /commands/hugo_convert/
@@ -46,4 +46,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 19-Feb-2020
+###### Auto generated by spf13/cobra on 3-Mar-2020
index 573ee4f2d3304fcb93b2709204d4de31a0474c17..df46d01d5426b0090a98278c6b257c941f452c67 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2020-02-19
+date: 2020-03-03
 title: "hugo convert toJSON"
 slug: hugo_convert_toJSON
 url: /commands/hugo_convert_tojson/
@@ -46,4 +46,4 @@ hugo convert toJSON [flags]
 
 * [hugo convert](/commands/hugo_convert/)       - Convert your content to different formats
 
-###### Auto generated by spf13/cobra on 19-Feb-2020
+###### Auto generated by spf13/cobra on 3-Mar-2020
index 394f9eded02f66519f1d7f63554ccb8365c0c9cc..dd80cb7a5c7241008ce54bcbcc69f768d3ba3654 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2020-02-19
+date: 2020-03-03
 title: "hugo convert toTOML"
 slug: hugo_convert_toTOML
 url: /commands/hugo_convert_totoml/
@@ -46,4 +46,4 @@ hugo convert toTOML [flags]
 
 * [hugo convert](/commands/hugo_convert/)       - Convert your content to different formats
 
-###### Auto generated by spf13/cobra on 19-Feb-2020
+###### Auto generated by spf13/cobra on 3-Mar-2020
index d7a06c202bc8e2f0201a718b59ab9cb6f638a974..9397aee3473f01090d11cf2e0bf7ee2df6fab046 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2020-02-19
+date: 2020-03-03
 title: "hugo convert toYAML"
 slug: hugo_convert_toYAML
 url: /commands/hugo_convert_toyaml/
@@ -46,4 +46,4 @@ hugo convert toYAML [flags]
 
 * [hugo convert](/commands/hugo_convert/)       - Convert your content to different formats
 
-###### Auto generated by spf13/cobra on 19-Feb-2020
+###### Auto generated by spf13/cobra on 3-Mar-2020
index 75f5eaa063933a58a58ae1fa0fe64652a74b4182..ed208fc6825df2292ccf14a95fcd71a3d5077009 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2020-02-19
+date: 2020-03-03
 title: "hugo deploy"
 slug: hugo_deploy
 url: /commands/hugo_deploy/
@@ -53,4 +53,4 @@ hugo deploy [flags]
 
 * [hugo](/commands/hugo/)       - hugo builds your site
 
-###### Auto generated by spf13/cobra on 19-Feb-2020
+###### Auto generated by spf13/cobra on 3-Mar-2020
index 0f1fffb1ccc82e6a0bc4b25db7d7e505dc61b5f4..1344f495d291bb543b62113bfa986a05bb20d6b8 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2020-02-19
+date: 2020-03-03
 title: "hugo env"
 slug: hugo_env
 url: /commands/hugo_env/
@@ -43,4 +43,4 @@ hugo env [flags]
 
 * [hugo](/commands/hugo/)       - hugo builds your site
 
-###### Auto generated by spf13/cobra on 19-Feb-2020
+###### Auto generated by spf13/cobra on 3-Mar-2020
index 185436faefe7adabf724398f270598f88acfd824..44ca1a12ec6144899133f3df9b65097397b0ceba 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2020-02-19
+date: 2020-03-03
 title: "hugo gen"
 slug: hugo_gen
 url: /commands/hugo_gen/
@@ -43,4 +43,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 19-Feb-2020
+###### Auto generated by spf13/cobra on 3-Mar-2020
index 450653f3e0213e05d45985a22b829ef18ce3491e..f0e82ede1ece88008f85de8b1a7dc0951b88f217 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2020-02-19
+date: 2020-03-03
 title: "hugo gen autocomplete"
 slug: hugo_gen_autocomplete
 url: /commands/hugo_gen_autocomplete/
@@ -61,4 +61,4 @@ hugo gen autocomplete [flags]
 
 * [hugo gen](/commands/hugo_gen/)       - A collection of several useful generators.
 
-###### Auto generated by spf13/cobra on 19-Feb-2020
+###### Auto generated by spf13/cobra on 3-Mar-2020
index d99a9c95746dfe83abb6225c2491ef6971feb692..198fe1db6115bfbd1c3c0088b6a012a42f2f177f 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2020-02-19
+date: 2020-03-03
 title: "hugo gen chromastyles"
 slug: hugo_gen_chromastyles
 url: /commands/hugo_gen_chromastyles/
@@ -48,4 +48,4 @@ hugo gen chromastyles [flags]
 
 * [hugo gen](/commands/hugo_gen/)       - A collection of several useful generators.
 
-###### Auto generated by spf13/cobra on 19-Feb-2020
+###### Auto generated by spf13/cobra on 3-Mar-2020
index 0513a05b7ad1c227aac3c68c248466f33f8486ca..2c003a9721924f7448c9735f382497b8708d5447 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2020-02-19
+date: 2020-03-03
 title: "hugo gen doc"
 slug: hugo_gen_doc
 url: /commands/hugo_gen_doc/
@@ -50,4 +50,4 @@ hugo gen doc [flags]
 
 * [hugo gen](/commands/hugo_gen/)       - A collection of several useful generators.
 
-###### Auto generated by spf13/cobra on 19-Feb-2020
+###### Auto generated by spf13/cobra on 3-Mar-2020
index da801372329eef2111ca4e8f2097ec0037f6a074..47416cd23628d7bd71680c7a44db91fda9dff679 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2020-02-19
+date: 2020-03-03
 title: "hugo gen man"
 slug: hugo_gen_man
 url: /commands/hugo_gen_man/
@@ -46,4 +46,4 @@ hugo gen man [flags]
 
 * [hugo gen](/commands/hugo_gen/)       - A collection of several useful generators.
 
-###### Auto generated by spf13/cobra on 19-Feb-2020
+###### Auto generated by spf13/cobra on 3-Mar-2020
index 4796bbff047f879452ea49f8e4067cc8bf5c9595..7b2b5cf5de7a1e75736e0eb1babd38c7b6cb3836 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2020-02-19
+date: 2020-03-03
 title: "hugo import"
 slug: hugo_import
 url: /commands/hugo_import/
@@ -42,4 +42,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 19-Feb-2020
+###### Auto generated by spf13/cobra on 3-Mar-2020
index 0fd2311ec4d05d3d92fdca8e1aaac4697b86324f..006c673587bb93b0a12de9fab73bde7f44df3976 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2020-02-19
+date: 2020-03-03
 title: "hugo import jekyll"
 slug: hugo_import_jekyll
 url: /commands/hugo_import_jekyll/
@@ -46,4 +46,4 @@ hugo import jekyll [flags]
 
 * [hugo import](/commands/hugo_import/)         - Import your site from others.
 
-###### Auto generated by spf13/cobra on 19-Feb-2020
+###### Auto generated by spf13/cobra on 3-Mar-2020
index 91f09e4301ea754f2c98e964514f8a4bb31b8e89..bd15cb0fee9bcf1f07d060bfead62c780eb1532b 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2020-02-19
+date: 2020-03-03
 title: "hugo list"
 slug: hugo_list
 url: /commands/hugo_list/
@@ -45,4 +45,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 19-Feb-2020
+###### Auto generated by spf13/cobra on 3-Mar-2020
index 5abcc059571ce3168fbd432f68da7cae5d23e5e5..73456867d55447e3d2f65828494ec7886817c549 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2020-02-19
+date: 2020-03-03
 title: "hugo list all"
 slug: hugo_list_all
 url: /commands/hugo_list_all/
@@ -43,4 +43,4 @@ hugo list all [flags]
 
 * [hugo list](/commands/hugo_list/)     - Listing out various types of content
 
-###### Auto generated by spf13/cobra on 19-Feb-2020
+###### Auto generated by spf13/cobra on 3-Mar-2020
index 4e8803831a6552f1d1d0892c040ab75c9ff33fbb..4806ee560ccdafa30c053700fdcf1df0d1487752 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2020-02-19
+date: 2020-03-03
 title: "hugo list drafts"
 slug: hugo_list_drafts
 url: /commands/hugo_list_drafts/
@@ -43,4 +43,4 @@ hugo list drafts [flags]
 
 * [hugo list](/commands/hugo_list/)     - Listing out various types of content
 
-###### Auto generated by spf13/cobra on 19-Feb-2020
+###### Auto generated by spf13/cobra on 3-Mar-2020
index 48d430c5a1738690a159e43c59796132d50fa9a8..c6fc46c5fcb84ccac03002ca3c508e4a286db6cd 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2020-02-19
+date: 2020-03-03
 title: "hugo list expired"
 slug: hugo_list_expired
 url: /commands/hugo_list_expired/
@@ -43,4 +43,4 @@ hugo list expired [flags]
 
 * [hugo list](/commands/hugo_list/)     - Listing out various types of content
 
-###### Auto generated by spf13/cobra on 19-Feb-2020
+###### Auto generated by spf13/cobra on 3-Mar-2020
index 85f957f31da15a731ff2bccd47abb9955174bed8..070104f526e599f0fba295cf76f0ecf4d748a5b0 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2020-02-19
+date: 2020-03-03
 title: "hugo list future"
 slug: hugo_list_future
 url: /commands/hugo_list_future/
@@ -43,4 +43,4 @@ hugo list future [flags]
 
 * [hugo list](/commands/hugo_list/)     - Listing out various types of content
 
-###### Auto generated by spf13/cobra on 19-Feb-2020
+###### Auto generated by spf13/cobra on 3-Mar-2020
index e56ebd48e375c5d9d44c366f1c13ee29a8990962..64ccb14b3657145b7995c10f2112010832fa3e2a 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2020-02-19
+date: 2020-03-03
 title: "hugo mod"
 slug: hugo_mod
 url: /commands/hugo_mod/
@@ -81,4 +81,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 19-Feb-2020
+###### Auto generated by spf13/cobra on 3-Mar-2020
index db35a9522013a5522222ca58f2e6cf25c7e8f731..ff982f9f68fba3a1ff59c71f88bb62cb16ba702a 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2020-02-19
+date: 2020-03-03
 title: "hugo mod clean"
 slug: hugo_mod_clean
 url: /commands/hugo_mod_clean/
@@ -25,6 +25,7 @@ hugo mod clean [flags]
 ### Options
 
 ```
+      --all              clean entire module cache
   -h, --help             help for clean
       --pattern string   pattern matching module paths to clean (all if not set), e.g. "**hugo*"
 ```
@@ -50,4 +51,4 @@ hugo mod clean [flags]
 
 * [hugo mod](/commands/hugo_mod/)       - Various Hugo Modules helpers.
 
-###### Auto generated by spf13/cobra on 19-Feb-2020
+###### Auto generated by spf13/cobra on 3-Mar-2020
index dfb02c56bdc84daa3df80076a358ddf27b8bcdc5..7de0048bbc20fa0ca06c6acde342ec1428273de8 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2020-02-19
+date: 2020-03-03
 title: "hugo mod get"
 slug: hugo_mod_get
 url: /commands/hugo_mod_get/
@@ -69,4 +69,4 @@ hugo mod get [flags]
 
 * [hugo mod](/commands/hugo_mod/)       - Various Hugo Modules helpers.
 
-###### Auto generated by spf13/cobra on 19-Feb-2020
+###### Auto generated by spf13/cobra on 3-Mar-2020
index 2c0a81d531980233e804bc01d19d2b0b55604287..ee01c8436db56af956ddf324c05c63028b726450 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2020-02-19
+date: 2020-03-03
 title: "hugo mod graph"
 slug: hugo_mod_graph
 url: /commands/hugo_mod_graph/
@@ -45,4 +45,4 @@ hugo mod graph [flags]
 
 * [hugo mod](/commands/hugo_mod/)       - Various Hugo Modules helpers.
 
-###### Auto generated by spf13/cobra on 19-Feb-2020
+###### Auto generated by spf13/cobra on 3-Mar-2020
index 09c0ef78f65c32478b3bc8d3c4f5d0f5bc677173..742df7c2aaa925a1df8e2bb52b9abaab18d1ec85 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2020-02-19
+date: 2020-03-03
 title: "hugo mod init"
 slug: hugo_mod_init
 url: /commands/hugo_mod_init/
@@ -50,4 +50,4 @@ hugo mod init [flags]
 
 * [hugo mod](/commands/hugo_mod/)       - Various Hugo Modules helpers.
 
-###### Auto generated by spf13/cobra on 19-Feb-2020
+###### Auto generated by spf13/cobra on 3-Mar-2020
index 4da43a6aeab033f357c81d3e33144e8373c1a5a6..31b138298c39155b4b48ff34886aef36ac43256b 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2020-02-19
+date: 2020-03-03
 title: "hugo mod tidy"
 slug: hugo_mod_tidy
 url: /commands/hugo_mod_tidy/
@@ -43,4 +43,4 @@ hugo mod tidy [flags]
 
 * [hugo mod](/commands/hugo_mod/)       - Various Hugo Modules helpers.
 
-###### Auto generated by spf13/cobra on 19-Feb-2020
+###### Auto generated by spf13/cobra on 3-Mar-2020
index 6c1cb5fea1ae939ed8e062306649e79f12f79d0c..1c838e01b3ffe6867c573f24659bda2ea8ffc061 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2020-02-19
+date: 2020-03-03
 title: "hugo mod vendor"
 slug: hugo_mod_vendor
 url: /commands/hugo_mod_vendor/
@@ -46,4 +46,4 @@ hugo mod vendor [flags]
 
 * [hugo mod](/commands/hugo_mod/)       - Various Hugo Modules helpers.
 
-###### Auto generated by spf13/cobra on 19-Feb-2020
+###### Auto generated by spf13/cobra on 3-Mar-2020
index 99e838975855a1900c9078f681e427cb7117f49b..29292b879d9009fe296241b71d101ba741ee13cd 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2020-02-19
+date: 2020-03-03
 title: "hugo mod verify"
 slug: hugo_mod_verify
 url: /commands/hugo_mod_verify/
@@ -45,4 +45,4 @@ hugo mod verify [flags]
 
 * [hugo mod](/commands/hugo_mod/)       - Various Hugo Modules helpers.
 
-###### Auto generated by spf13/cobra on 19-Feb-2020
+###### Auto generated by spf13/cobra on 3-Mar-2020
index aa04528fb38be3c95d10d8e38843f6e7713e7f39..a8b8458c33c9313c4064f96c0e36cfdd8396c4dd 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2020-02-19
+date: 2020-03-03
 title: "hugo new"
 slug: hugo_new
 url: /commands/hugo_new/
@@ -77,4 +77,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 19-Feb-2020
+###### Auto generated by spf13/cobra on 3-Mar-2020
index 099ab3cb37d24e44c3e47d0eee4f396ddbbb650b..df662d351cf6c74645ca7ac123b71e381cc5a47c 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2020-02-19
+date: 2020-03-03
 title: "hugo new site"
 slug: hugo_new_site
 url: /commands/hugo_new_site/
@@ -47,4 +47,4 @@ hugo new site [path] [flags]
 
 * [hugo new](/commands/hugo_new/)       - Create new content for your site
 
-###### Auto generated by spf13/cobra on 19-Feb-2020
+###### Auto generated by spf13/cobra on 3-Mar-2020
index c82f1123deb5de78851a1c607db671b3379336b3..87026cdcd3a6f5561c1b0683ba6d9bb16fa4a45f 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2020-02-19
+date: 2020-03-03
 title: "hugo new theme"
 slug: hugo_new_theme
 url: /commands/hugo_new_theme/
@@ -46,4 +46,4 @@ hugo new theme [name] [flags]
 
 * [hugo new](/commands/hugo_new/)       - Create new content for your site
 
-###### Auto generated by spf13/cobra on 19-Feb-2020
+###### Auto generated by spf13/cobra on 3-Mar-2020
index 3d531a82e3ca130fec08faaf11c60a4fa0a78e36..96cf3f16dbbb1b9d5341d9ac4090d4f43d4645cd 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2020-02-19
+date: 2020-03-03
 title: "hugo server"
 slug: hugo_server
 url: /commands/hugo_server/
@@ -90,4 +90,4 @@ hugo server [flags]
 
 * [hugo](/commands/hugo/)       - hugo builds your site
 
-###### Auto generated by spf13/cobra on 19-Feb-2020
+###### Auto generated by spf13/cobra on 3-Mar-2020
index dafef5be11c74958a98ec06f7c24ee4faefb7908..633fcd3c39d895e3589df137fa3fa9052729f351 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2020-02-19
+date: 2020-03-03
 title: "hugo version"
 slug: hugo_version
 url: /commands/hugo_version/
@@ -43,4 +43,4 @@ hugo version [flags]
 
 * [hugo](/commands/hugo/)       - hugo builds your site
 
-###### Auto generated by spf13/cobra on 19-Feb-2020
+###### Auto generated by spf13/cobra on 3-Mar-2020