docs: Regenerate CLI docs
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Wed, 31 Jul 2019 10:11:22 +0000 (12:11 +0200)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Wed, 31 Jul 2019 10:11:22 +0000 (12:11 +0200)
35 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 [new file with mode: 0644]
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_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 4429b4c5d6a443924c4258e8eda08147c999d541..4f5527b27717dbd19bf4b8bf32c16a0c1ba60a00 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2019-07-24
+date: 2019-07-31
 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 24-Jul-2019
+###### Auto generated by spf13/cobra on 31-Jul-2019
index 7451eb0704461aa3c62ff36e3eba377a70d2b638..fc727476afe8debcb83856ebe0ba847015a32e02 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2019-07-24
+date: 2019-07-31
 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 24-Jul-2019
+###### Auto generated by spf13/cobra on 31-Jul-2019
index 61a705efc01d8642c8f42ba49ed74743e7ec512f..478c9a850e42a591fecb632db5d836a312d18b18 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2019-07-24
+date: 2019-07-31
 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 24-Jul-2019
+###### Auto generated by spf13/cobra on 31-Jul-2019
index 1db97a74078ba7a4e90b39f450972bd696c09bc2..6e1094903ee324cd932d2229c7f84e47bc96a794 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2019-07-24
+date: 2019-07-31
 title: "hugo config"
 slug: hugo_config
 url: /commands/hugo_config/
@@ -42,5 +42,6 @@ hugo config [flags]
 ### SEE ALSO
 
 * [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 24-Jul-2019
+###### Auto generated by spf13/cobra on 31-Jul-2019
diff --git a/docs/content/en/commands/hugo_config_mounts.md b/docs/content/en/commands/hugo_config_mounts.md
new file mode 100644 (file)
index 0000000..98cd6f9
--- /dev/null
@@ -0,0 +1,46 @@
+---
+date: 2019-07-31
+title: "hugo config mounts"
+slug: hugo_config_mounts
+url: /commands/hugo_config_mounts/
+---
+## hugo config mounts
+
+Print the configured file mounts
+
+### Synopsis
+
+Print the configured file mounts
+
+```
+hugo config mounts [flags]
+```
+
+### Options
+
+```
+  -h, --help   help for mounts
+```
+
+### Options inherited from parent commands
+
+```
+      --config string        config file (default is path/config.yaml|json|toml)
+      --configDir string     config dir (default "config")
+      --debug                debug output
+  -e, --environment string   build environment
+      --ignoreVendor         ignores any _vendor directory
+      --log                  enable Logging
+      --logFile string       log File path (if set, logging enabled automatically)
+      --quiet                build in quiet mode
+  -s, --source string        filesystem path to read files relative from
+      --themesDir string     filesystem path to themes directory
+  -v, --verbose              verbose output
+      --verboseLog           verbose logging
+```
+
+### SEE ALSO
+
+* [hugo config](/commands/hugo_config/)         - Print the site configuration
+
+###### Auto generated by spf13/cobra on 31-Jul-2019
index a6a1ba9c8f270c7007875f480b698348815f10eb..1e85b72f1900ac7137a458201a13e36752bb5646 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2019-07-24
+date: 2019-07-31
 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 24-Jul-2019
+###### Auto generated by spf13/cobra on 31-Jul-2019
index 019c53c265699080e4b0d0031db48dc0bce9c86f..484d942e6e40876199cc5fea110d782358f6310a 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2019-07-24
+date: 2019-07-31
 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 24-Jul-2019
+###### Auto generated by spf13/cobra on 31-Jul-2019
index a2a3ec28aec127a952f2c40a6bd0dddf76cee0ad..53f25cf66c727b229d94cf2a769aa3c02c2efe66 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2019-07-24
+date: 2019-07-31
 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 24-Jul-2019
+###### Auto generated by spf13/cobra on 31-Jul-2019
index d98da2631139444fb3887ba117601b22007ad568..4173883d824acadbce267a433c3967677d0047b9 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2019-07-24
+date: 2019-07-31
 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 24-Jul-2019
+###### Auto generated by spf13/cobra on 31-Jul-2019
index 5d2f6f1dab9c1910047ecd3936a77496d982dbf4..054a16d42ee0a48c5e2d4089fcc9105d82b0aa65 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2019-07-24
+date: 2019-07-31
 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 24-Jul-2019
+###### Auto generated by spf13/cobra on 31-Jul-2019
index 08a375c5acf7cf5144975b72fea95b319b590849..5d134d69320b0b64c5bc27a937eccbb62594f936 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2019-07-24
+date: 2019-07-31
 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 24-Jul-2019
+###### Auto generated by spf13/cobra on 31-Jul-2019
index 7a4f81e54b8830618e62eb4a23d40653fbe670a6..e195882def39d6bbb15570d96162357b9636b176 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2019-07-24
+date: 2019-07-31
 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 24-Jul-2019
+###### Auto generated by spf13/cobra on 31-Jul-2019
index 2961a7a83b8718aa728c761f017b8fe3c1773f96..0c4657a8723673f2291af05fd47670e755ef6308 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2019-07-24
+date: 2019-07-31
 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 24-Jul-2019
+###### Auto generated by spf13/cobra on 31-Jul-2019
index 346f7391dbb1b4ad2aa52fe29813b4dd481bc922..c893a7f333200bb700a482e07faafc2c11d6f488 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2019-07-24
+date: 2019-07-31
 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 24-Jul-2019
+###### Auto generated by spf13/cobra on 31-Jul-2019
index 04e384b7ee8cfca3e95a7c2dc904948cc5a063f8..317560a791bec518aaf2733e3d50699fcaae6d46 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2019-07-24
+date: 2019-07-31
 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 24-Jul-2019
+###### Auto generated by spf13/cobra on 31-Jul-2019
index 22ff14f787e51428d652fc54465c94fe9708b587..a6f7b7534a0ba24030374faa0f36396c3e029791 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2019-07-24
+date: 2019-07-31
 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 24-Jul-2019
+###### Auto generated by spf13/cobra on 31-Jul-2019
index 174d8197f9da72163d4617297d005ab5eba85da6..67b91e66cfe907c924e67aacb4e8940f53d2589c 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2019-07-24
+date: 2019-07-31
 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 24-Jul-2019
+###### Auto generated by spf13/cobra on 31-Jul-2019
index 99c694e0f2891d1d926069a08ff176d38780c11e..e126c2107306221670d93010d59b7d633b6a6d83 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2019-07-24
+date: 2019-07-31
 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 24-Jul-2019
+###### Auto generated by spf13/cobra on 31-Jul-2019
index 054381195875255dae8278fdd3fca99b3c66bed6..16bd1933e10d3b0d358f764be412f8906968d0a7 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2019-07-24
+date: 2019-07-31
 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 24-Jul-2019
+###### Auto generated by spf13/cobra on 31-Jul-2019
index 01e692290643822ab7c8de7280d33aee48b2c05c..6a820ee18203c0cac6d18b5eec963a7e1acf0f65 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2019-07-24
+date: 2019-07-31
 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 24-Jul-2019
+###### Auto generated by spf13/cobra on 31-Jul-2019
index 1e6d0efeb3da79e578c388d7ffc0e961f4e59390..2dff180402f6a7aba0eac0a7e260653a435fb651 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2019-07-24
+date: 2019-07-31
 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 24-Jul-2019
+###### Auto generated by spf13/cobra on 31-Jul-2019
index 102700ef3e88b6edf7bc64c0bb2e12cbf8a5eeef..1703d92776bbf73b9f3cb93966ccc4b3033b3539 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2019-07-24
+date: 2019-07-31
 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 24-Jul-2019
+###### Auto generated by spf13/cobra on 31-Jul-2019
index 46981f92a77494f2b382084f8d5cd76a3eae6ab0..bb4621484397b1eadb0811cae93159024eb9983a 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2019-07-24
+date: 2019-07-31
 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 24-Jul-2019
+###### Auto generated by spf13/cobra on 31-Jul-2019
index d8c720b39d00d6abd0c043f5b9fac3a23543b88b..3fa7b7e3ffe6a53a11389f97f77ee3ce52248749 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2019-07-24
+date: 2019-07-31
 title: "hugo mod"
 slug: hugo_mod
 url: /commands/hugo_mod/
@@ -80,4 +80,4 @@ See https://gohugo.io/hugo-modules/ for more information.
 * [hugo mod tidy](/commands/hugo_mod_tidy/)     - Remove unused entries in go.mod and go.sum.
 * [hugo mod vendor](/commands/hugo_mod_vendor/)         - Vendor all module dependencies into the _vendor directory.
 
-###### Auto generated by spf13/cobra on 24-Jul-2019
+###### Auto generated by spf13/cobra on 31-Jul-2019
index a22f357eaa8509c00e45a9703b5967e8543bd39c..ef21ddfcde613cb1b106b54eb6384a8b7ac8c487 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2019-07-24
+date: 2019-07-31
 title: "hugo mod clean"
 slug: hugo_mod_clean
 url: /commands/hugo_mod_clean/
@@ -49,4 +49,4 @@ hugo mod clean [flags]
 
 * [hugo mod](/commands/hugo_mod/)       - Various Hugo Modules helpers.
 
-###### Auto generated by spf13/cobra on 24-Jul-2019
+###### Auto generated by spf13/cobra on 31-Jul-2019
index 5e1c0cc225476c8519adbeb6f571c2a3fc31155b..678bcded5c64bd44f94a191ca06d605793b847cd 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2019-07-24
+date: 2019-07-31
 title: "hugo mod get"
 slug: hugo_mod_get
 url: /commands/hugo_mod_get/
@@ -68,4 +68,4 @@ hugo mod get [flags]
 
 * [hugo mod](/commands/hugo_mod/)       - Various Hugo Modules helpers.
 
-###### Auto generated by spf13/cobra on 24-Jul-2019
+###### Auto generated by spf13/cobra on 31-Jul-2019
index 2dc1ce2fb4a88e7708fbd02f3e69488a0a401a15..397283180e60592ce530c356311077a9ca0603f6 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2019-07-24
+date: 2019-07-31
 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 24-Jul-2019
+###### Auto generated by spf13/cobra on 31-Jul-2019
index 305369c0f81ff3021c210e2e2fbfbb933dc01d2a..53c5412f177835888cf75d600d77b07e44c6585f 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2019-07-24
+date: 2019-07-31
 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 24-Jul-2019
+###### Auto generated by spf13/cobra on 31-Jul-2019
index 7b056e14a62250950a87004bce11f5ddb91f878b..68e7ac2d157d1073208cef2ed4bab3c560c70ccf 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2019-07-24
+date: 2019-07-31
 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 24-Jul-2019
+###### Auto generated by spf13/cobra on 31-Jul-2019
index e2134b507bef57785d192d6b50caad161586c3a2..f3beb1253b6a1fc1e56e6b5ae833e52e241942dd 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2019-07-24
+date: 2019-07-31
 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 24-Jul-2019
+###### Auto generated by spf13/cobra on 31-Jul-2019
index a6cf2ac181c0abf656d077544a9388bb0cdb8587..77d5fc85356d7bad4b5f988d200c0fb23f40197d 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2019-07-24
+date: 2019-07-31
 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 24-Jul-2019
+###### Auto generated by spf13/cobra on 31-Jul-2019
index 2b512c984b9b15a762e0813d5125b38960c41072..29ab9e8ef59dc820ef2f6df39a2faf34eaeb2d1d 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2019-07-24
+date: 2019-07-31
 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 24-Jul-2019
+###### Auto generated by spf13/cobra on 31-Jul-2019
index 1328d560069eb502add6e41b8a54b9e4be81fb4a..8a97aad97a4d6045b6b7c4362dcb8f384c70a5af 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2019-07-24
+date: 2019-07-31
 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 24-Jul-2019
+###### Auto generated by spf13/cobra on 31-Jul-2019
index d66ca1a611bb58e8a7598b53a17051776b194ff0..f6db5a080c3958d618fd68e7b9d0a3020ac7295e 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2019-07-24
+date: 2019-07-31
 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 24-Jul-2019
+###### Auto generated by spf13/cobra on 31-Jul-2019
index 8000efef1abd4a6795dc12b75572eb7d591862d5..c0bc9359b60de3974bc8ca40f8c7fb8b44b3cc78 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2019-07-24
+date: 2019-07-31
 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 24-Jul-2019
+###### Auto generated by spf13/cobra on 31-Jul-2019