docs: Regenerate CLI docs
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Wed, 24 Jul 2019 07:40:41 +0000 (09:40 +0200)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Wed, 24 Jul 2019 07:40:41 +0000 (09:40 +0200)
34 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_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 [new file with mode: 0644]
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 [new file with mode: 0644]
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 [new file with mode: 0644]
docs/content/en/commands/hugo_mod_clean.md [new file with mode: 0644]
docs/content/en/commands/hugo_mod_get.md [new file with mode: 0644]
docs/content/en/commands/hugo_mod_graph.md [new file with mode: 0644]
docs/content/en/commands/hugo_mod_init.md [new file with mode: 0644]
docs/content/en/commands/hugo_mod_tidy.md [new file with mode: 0644]
docs/content/en/commands/hugo_mod_vendor.md [new file with mode: 0644]
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 9ef8b3a042642ee8d6159e96d3ae725dd359dec9..4429b4c5d6a443924c4258e8eda08147c999d541 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2019-03-26
+date: 2019-07-24
 title: "hugo"
 slug: hugo
 url: /commands/hugo/
@@ -43,6 +43,7 @@ hugo [flags]
   -h, --help                   help for hugo
       --i18n-warnings          print missing translations
       --ignoreCache            ignores the cache directory
+      --ignoreVendor           ignores any _vendor directory
   -l, --layoutDir string       filesystem path to layout directory
       --log                    enable Logging
       --logFile string         log File path (if set, logging enabled automatically)
@@ -68,12 +69,14 @@ hugo [flags]
 * [hugo check](/commands/hugo_check/)   - Contains some verification checks
 * [hugo config](/commands/hugo_config/)         - Print the site configuration
 * [hugo convert](/commands/hugo_convert/)       - Convert your content to different formats
+* [hugo deploy](/commands/hugo_deploy/)         - Deploy your site to a Cloud provider.
 * [hugo env](/commands/hugo_env/)       - Print Hugo version and environment info
 * [hugo gen](/commands/hugo_gen/)       - A collection of several useful generators.
 * [hugo import](/commands/hugo_import/)         - Import your site from others.
 * [hugo list](/commands/hugo_list/)     - Listing out various types of content
+* [hugo mod](/commands/hugo_mod/)       - Various Hugo Modules helpers.
 * [hugo new](/commands/hugo_new/)       - Create new content for your site
 * [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 26-Mar-2019
+###### Auto generated by spf13/cobra on 24-Jul-2019
index d4b1d56e254474e454fd1a4265f01dc4ff182324..7451eb0704461aa3c62ff36e3eba377a70d2b638 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2019-03-26
+date: 2019-07-24
 title: "hugo check"
 slug: hugo_check
 url: /commands/hugo_check/
@@ -21,14 +21,18 @@ Contains some verification checks
 ### 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
-      --log                enable Logging
-      --logFile string     log File path (if set, logging enabled automatically)
-      --quiet              build in quiet mode
-  -v, --verbose            verbose output
-      --verboseLog         verbose logging
+      --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
@@ -36,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 26-Mar-2019
+###### Auto generated by spf13/cobra on 24-Jul-2019
index c7be29efa5c0eaac8da61937007f50ed12b1b994..61a705efc01d8642c8f42ba49ed74743e7ec512f 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2019-03-26
+date: 2019-07-24
 title: "hugo check ulimit"
 slug: hugo_check_ulimit
 url: /commands/hugo_check_ulimit/
@@ -26,18 +26,22 @@ hugo check ulimit [flags]
 ### 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
-      --log                enable Logging
-      --logFile string     log File path (if set, logging enabled automatically)
-      --quiet              build in quiet mode
-  -v, --verbose            verbose output
-      --verboseLog         verbose logging
+      --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 check](/commands/hugo_check/)   - Contains some verification checks
 
-###### Auto generated by spf13/cobra on 26-Mar-2019
+###### Auto generated by spf13/cobra on 24-Jul-2019
index 5236b5fac1efd8d1a8cb2136b5e98c8d799f0697..1db97a74078ba7a4e90b39f450972bd696c09bc2 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2019-03-26
+date: 2019-07-24
 title: "hugo config"
 slug: hugo_config
 url: /commands/hugo_config/
@@ -19,25 +19,28 @@ hugo config [flags]
 ### Options
 
 ```
-  -h, --help            help for config
-  -s, --source string   filesystem path to read files relative from
+  -h, --help   help for config
 ```
 
 ### 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
-      --log                enable Logging
-      --logFile string     log File path (if set, logging enabled automatically)
-      --quiet              build in quiet mode
-  -v, --verbose            verbose output
-      --verboseLog         verbose logging
+      --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](/commands/hugo/)       - hugo builds your site
 
-###### Auto generated by spf13/cobra on 26-Mar-2019
+###### Auto generated by spf13/cobra on 24-Jul-2019
index 41d45dbb2a66a7f7c93031e37eb20756dfce48c3..a6a1ba9c8f270c7007875f480b698348815f10eb 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2019-03-26
+date: 2019-07-24
 title: "hugo convert"
 slug: hugo_convert
 url: /commands/hugo_convert/
@@ -19,21 +19,24 @@ See convert's subcommands toJSON, toTOML and toYAML for more information.
 ```
   -h, --help            help for convert
   -o, --output string   filesystem path to write files to
-  -s, --source string   filesystem path to read files relative from
       --unsafe          enable less safe operations, please backup first
 ```
 
 ### 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
-      --log                enable Logging
-      --logFile string     log File path (if set, logging enabled automatically)
-      --quiet              build in quiet mode
-  -v, --verbose            verbose output
-      --verboseLog         verbose logging
+      --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
@@ -43,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 26-Mar-2019
+###### Auto generated by spf13/cobra on 24-Jul-2019
index 7f613c8224a684b59833753717c2ddc40b9e5be7..019c53c265699080e4b0d0031db48dc0bce9c86f 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2019-03-26
+date: 2019-07-24
 title: "hugo convert toJSON"
 slug: hugo_convert_toJSON
 url: /commands/hugo_convert_tojson/
@@ -26,21 +26,24 @@ hugo convert toJSON [flags]
 ### 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
-      --log                enable Logging
-      --logFile string     log File path (if set, logging enabled automatically)
-  -o, --output string      filesystem path to write files to
-      --quiet              build in quiet mode
-  -s, --source string      filesystem path to read files relative from
-      --unsafe             enable less safe operations, please backup first
-  -v, --verbose            verbose output
-      --verboseLog         verbose logging
+      --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)
+  -o, --output string        filesystem path to write files to
+      --quiet                build in quiet mode
+  -s, --source string        filesystem path to read files relative from
+      --themesDir string     filesystem path to themes directory
+      --unsafe               enable less safe operations, please backup first
+  -v, --verbose              verbose output
+      --verboseLog           verbose logging
 ```
 
 ### SEE ALSO
 
 * [hugo convert](/commands/hugo_convert/)       - Convert your content to different formats
 
-###### Auto generated by spf13/cobra on 26-Mar-2019
+###### Auto generated by spf13/cobra on 24-Jul-2019
index 491c269f7f1b6755e11bdc02cf69556956433476..a2a3ec28aec127a952f2c40a6bd0dddf76cee0ad 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2019-03-26
+date: 2019-07-24
 title: "hugo convert toTOML"
 slug: hugo_convert_toTOML
 url: /commands/hugo_convert_totoml/
@@ -26,21 +26,24 @@ hugo convert toTOML [flags]
 ### 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
-      --log                enable Logging
-      --logFile string     log File path (if set, logging enabled automatically)
-  -o, --output string      filesystem path to write files to
-      --quiet              build in quiet mode
-  -s, --source string      filesystem path to read files relative from
-      --unsafe             enable less safe operations, please backup first
-  -v, --verbose            verbose output
-      --verboseLog         verbose logging
+      --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)
+  -o, --output string        filesystem path to write files to
+      --quiet                build in quiet mode
+  -s, --source string        filesystem path to read files relative from
+      --themesDir string     filesystem path to themes directory
+      --unsafe               enable less safe operations, please backup first
+  -v, --verbose              verbose output
+      --verboseLog           verbose logging
 ```
 
 ### SEE ALSO
 
 * [hugo convert](/commands/hugo_convert/)       - Convert your content to different formats
 
-###### Auto generated by spf13/cobra on 26-Mar-2019
+###### Auto generated by spf13/cobra on 24-Jul-2019
index e5807853e9091c4b5ec779d6adc6d71e0ca0a0ac..d98da2631139444fb3887ba117601b22007ad568 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2019-03-26
+date: 2019-07-24
 title: "hugo convert toYAML"
 slug: hugo_convert_toYAML
 url: /commands/hugo_convert_toyaml/
@@ -26,21 +26,24 @@ hugo convert toYAML [flags]
 ### 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
-      --log                enable Logging
-      --logFile string     log File path (if set, logging enabled automatically)
-  -o, --output string      filesystem path to write files to
-      --quiet              build in quiet mode
-  -s, --source string      filesystem path to read files relative from
-      --unsafe             enable less safe operations, please backup first
-  -v, --verbose            verbose output
-      --verboseLog         verbose logging
+      --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)
+  -o, --output string        filesystem path to write files to
+      --quiet                build in quiet mode
+  -s, --source string        filesystem path to read files relative from
+      --themesDir string     filesystem path to themes directory
+      --unsafe               enable less safe operations, please backup first
+  -v, --verbose              verbose output
+      --verboseLog           verbose logging
 ```
 
 ### SEE ALSO
 
 * [hugo convert](/commands/hugo_convert/)       - Convert your content to different formats
 
-###### Auto generated by spf13/cobra on 26-Mar-2019
+###### Auto generated by spf13/cobra on 24-Jul-2019
diff --git a/docs/content/en/commands/hugo_deploy.md b/docs/content/en/commands/hugo_deploy.md
new file mode 100644 (file)
index 0000000..5d2f6f1
--- /dev/null
@@ -0,0 +1,56 @@
+---
+date: 2019-07-24
+title: "hugo deploy"
+slug: hugo_deploy
+url: /commands/hugo_deploy/
+---
+## hugo deploy
+
+Deploy your site to a Cloud provider.
+
+### Synopsis
+
+Deploy your site to a Cloud provider.
+
+See https://gohugo.io/hosting-and-deployment/hugo-deploy/ for detailed
+documentation.
+
+
+```
+hugo deploy [flags]
+```
+
+### Options
+
+```
+      --confirm          ask for confirmation before making changes to the target
+      --dryRun           dry run
+      --force            force upload of all files
+  -h, --help             help for deploy
+      --invalidateCDN    invalidate the CDN cache via the cloudFrontDistributionID listed in the deployment target (default true)
+      --maxDeletes int   maximum # of files to delete, or -1 to disable (default 256)
+      --target string    target deployment from deployments section in config file; defaults to the first one
+```
+
+### 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](/commands/hugo/)       - hugo builds your site
+
+###### Auto generated by spf13/cobra on 24-Jul-2019
index 87ad8c4e7812e810b5192773da31f16de4828b89..08a375c5acf7cf5144975b72fea95b319b590849 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2019-03-26
+date: 2019-07-24
 title: "hugo env"
 slug: hugo_env
 url: /commands/hugo_env/
@@ -25,18 +25,22 @@ hugo env [flags]
 ### 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
-      --log                enable Logging
-      --logFile string     log File path (if set, logging enabled automatically)
-      --quiet              build in quiet mode
-  -v, --verbose            verbose output
-      --verboseLog         verbose logging
+      --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](/commands/hugo/)       - hugo builds your site
 
-###### Auto generated by spf13/cobra on 26-Mar-2019
+###### Auto generated by spf13/cobra on 24-Jul-2019
index 511bb7b2850c6c5b0000e32f39e5ea2c29f8c6e4..7a4f81e54b8830618e62eb4a23d40653fbe670a6 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2019-03-26
+date: 2019-07-24
 title: "hugo gen"
 slug: hugo_gen
 url: /commands/hugo_gen/
@@ -21,14 +21,18 @@ A collection of several useful generators.
 ### 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
-      --log                enable Logging
-      --logFile string     log File path (if set, logging enabled automatically)
-      --quiet              build in quiet mode
-  -v, --verbose            verbose output
-      --verboseLog         verbose logging
+      --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
@@ -39,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 26-Mar-2019
+###### Auto generated by spf13/cobra on 24-Jul-2019
index 641d0238b721d0830c7f2e0a6680878040086268..2961a7a83b8718aa728c761f017b8fe3c1773f96 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2019-03-26
+date: 2019-07-24
 title: "hugo gen autocomplete"
 slug: hugo_gen_autocomplete
 url: /commands/hugo_gen_autocomplete/
@@ -43,18 +43,22 @@ hugo gen autocomplete [flags]
 ### 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
-      --log                enable Logging
-      --logFile string     log File path (if set, logging enabled automatically)
-      --quiet              build in quiet mode
-  -v, --verbose            verbose output
-      --verboseLog         verbose logging
+      --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 gen](/commands/hugo_gen/)       - A collection of several useful generators.
 
-###### Auto generated by spf13/cobra on 26-Mar-2019
+###### Auto generated by spf13/cobra on 24-Jul-2019
index 461860ac39b285877fa2d10a72f24a3d5b066ecc..346f7391dbb1b4ad2aa52fe29813b4dd481bc922 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2019-03-26
+date: 2019-07-24
 title: "hugo gen chromastyles"
 slug: hugo_gen_chromastyles
 url: /commands/hugo_gen_chromastyles/
@@ -30,18 +30,22 @@ hugo gen chromastyles [flags]
 ### 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
-      --log                enable Logging
-      --logFile string     log File path (if set, logging enabled automatically)
-      --quiet              build in quiet mode
-  -v, --verbose            verbose output
-      --verboseLog         verbose logging
+      --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 gen](/commands/hugo_gen/)       - A collection of several useful generators.
 
-###### Auto generated by spf13/cobra on 26-Mar-2019
+###### Auto generated by spf13/cobra on 24-Jul-2019
index 7158ce9fd0f30bc2e6defd7d0164db30dffef706..04e384b7ee8cfca3e95a7c2dc904948cc5a063f8 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2019-03-26
+date: 2019-07-24
 title: "hugo gen doc"
 slug: hugo_gen_doc
 url: /commands/hugo_gen_doc/
@@ -32,18 +32,22 @@ hugo gen doc [flags]
 ### 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
-      --log                enable Logging
-      --logFile string     log File path (if set, logging enabled automatically)
-      --quiet              build in quiet mode
-  -v, --verbose            verbose output
-      --verboseLog         verbose logging
+      --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 gen](/commands/hugo_gen/)       - A collection of several useful generators.
 
-###### Auto generated by spf13/cobra on 26-Mar-2019
+###### Auto generated by spf13/cobra on 24-Jul-2019
index 45b1fcefee834850329ba1b563a12bdf797fe947..22ff14f787e51428d652fc54465c94fe9708b587 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2019-03-26
+date: 2019-07-24
 title: "hugo gen man"
 slug: hugo_gen_man
 url: /commands/hugo_gen_man/
@@ -28,18 +28,22 @@ hugo gen man [flags]
 ### 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
-      --log                enable Logging
-      --logFile string     log File path (if set, logging enabled automatically)
-      --quiet              build in quiet mode
-  -v, --verbose            verbose output
-      --verboseLog         verbose logging
+      --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 gen](/commands/hugo_gen/)       - A collection of several useful generators.
 
-###### Auto generated by spf13/cobra on 26-Mar-2019
+###### Auto generated by spf13/cobra on 24-Jul-2019
index b12b7f7148b3ebb030421925ca313cf162062762..174d8197f9da72163d4617297d005ab5eba85da6 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2019-03-26
+date: 2019-07-24
 title: "hugo import"
 slug: hugo_import
 url: /commands/hugo_import/
@@ -23,14 +23,18 @@ Import requires a subcommand, e.g. `hugo import jekyll jekyll_root_path target_p
 ### 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
-      --log                enable Logging
-      --logFile string     log File path (if set, logging enabled automatically)
-      --quiet              build in quiet mode
-  -v, --verbose            verbose output
-      --verboseLog         verbose logging
+      --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
@@ -38,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 26-Mar-2019
+###### Auto generated by spf13/cobra on 24-Jul-2019
index d794d119df8fafe9b1de176f816d37d3b0a8861d..99c694e0f2891d1d926069a08ff176d38780c11e 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2019-03-26
+date: 2019-07-24
 title: "hugo import jekyll"
 slug: hugo_import_jekyll
 url: /commands/hugo_import_jekyll/
@@ -28,18 +28,22 @@ hugo import jekyll [flags]
 ### 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
-      --log                enable Logging
-      --logFile string     log File path (if set, logging enabled automatically)
-      --quiet              build in quiet mode
-  -v, --verbose            verbose output
-      --verboseLog         verbose logging
+      --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 import](/commands/hugo_import/)         - Import your site from others.
 
-###### Auto generated by spf13/cobra on 26-Mar-2019
+###### Auto generated by spf13/cobra on 24-Jul-2019
index 99caee1e8f65cc6b8fe1fba778e42281d059d786..054381195875255dae8278fdd3fca99b3c66bed6 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2019-03-26
+date: 2019-07-24
 title: "hugo list"
 slug: hugo_list
 url: /commands/hugo_list/
@@ -17,28 +17,32 @@ List requires a subcommand, e.g. `hugo list drafts`.
 ### Options
 
 ```
-  -h, --help            help for list
-  -s, --source string   filesystem path to read files relative from
+  -h, --help   help for list
 ```
 
 ### 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
-      --log                enable Logging
-      --logFile string     log File path (if set, logging enabled automatically)
-      --quiet              build in quiet mode
-  -v, --verbose            verbose output
-      --verboseLog         verbose logging
+      --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](/commands/hugo/)       - hugo builds your site
+* [hugo list all](/commands/hugo_list_all/)     - List all posts
 * [hugo list drafts](/commands/hugo_list_drafts/)       - List all 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 26-Mar-2019
+###### Auto generated by spf13/cobra on 24-Jul-2019
diff --git a/docs/content/en/commands/hugo_list_all.md b/docs/content/en/commands/hugo_list_all.md
new file mode 100644 (file)
index 0000000..01e6922
--- /dev/null
@@ -0,0 +1,46 @@
+---
+date: 2019-07-24
+title: "hugo list all"
+slug: hugo_list_all
+url: /commands/hugo_list_all/
+---
+## hugo list all
+
+List all posts
+
+### Synopsis
+
+List all of the posts in your content directory, include drafts, future and expired pages.
+
+```
+hugo list all [flags]
+```
+
+### Options
+
+```
+  -h, --help   help for all
+```
+
+### 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 list](/commands/hugo_list/)     - Listing out various types of content
+
+###### Auto generated by spf13/cobra on 24-Jul-2019
index 271a3ee5cc9cac75462f0d0d5ceee2b47e09c5e3..1e6d0efeb3da79e578c388d7ffc0e961f4e59390 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2019-03-26
+date: 2019-07-24
 title: "hugo list drafts"
 slug: hugo_list_drafts
 url: /commands/hugo_list_drafts/
@@ -25,19 +25,22 @@ hugo list drafts [flags]
 ### 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
-      --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
-  -v, --verbose            verbose output
-      --verboseLog         verbose logging
+      --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 list](/commands/hugo_list/)     - Listing out various types of content
 
-###### Auto generated by spf13/cobra on 26-Mar-2019
+###### Auto generated by spf13/cobra on 24-Jul-2019
index df273ff7368fc5dfcec21b8d0af348a69fe2fc47..102700ef3e88b6edf7bc64c0bb2e12cbf8a5eeef 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2019-03-26
+date: 2019-07-24
 title: "hugo list expired"
 slug: hugo_list_expired
 url: /commands/hugo_list_expired/
@@ -10,8 +10,7 @@ List all posts already expired
 
 ### Synopsis
 
-List all of the posts in your content directory which has already
-expired.
+List all of the posts in your content directory which has already expired.
 
 ```
 hugo list expired [flags]
@@ -26,19 +25,22 @@ hugo list expired [flags]
 ### 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
-      --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
-  -v, --verbose            verbose output
-      --verboseLog         verbose logging
+      --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 list](/commands/hugo_list/)     - Listing out various types of content
 
-###### Auto generated by spf13/cobra on 26-Mar-2019
+###### Auto generated by spf13/cobra on 24-Jul-2019
index 4c559f2bacdc7132360cd60c71d32a9dd92bcb55..46981f92a77494f2b382084f8d5cd76a3eae6ab0 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2019-03-26
+date: 2019-07-24
 title: "hugo list future"
 slug: hugo_list_future
 url: /commands/hugo_list_future/
@@ -10,8 +10,7 @@ List all posts dated in the future
 
 ### Synopsis
 
-List all of the posts in your content directory which will be
-posted in the future.
+List all of the posts in your content directory which will be posted in the future.
 
 ```
 hugo list future [flags]
@@ -26,19 +25,22 @@ hugo list future [flags]
 ### 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
-      --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
-  -v, --verbose            verbose output
-      --verboseLog         verbose logging
+      --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 list](/commands/hugo_list/)     - Listing out various types of content
 
-###### Auto generated by spf13/cobra on 26-Mar-2019
+###### Auto generated by spf13/cobra on 24-Jul-2019
diff --git a/docs/content/en/commands/hugo_mod.md b/docs/content/en/commands/hugo_mod.md
new file mode 100644 (file)
index 0000000..d8c720b
--- /dev/null
@@ -0,0 +1,83 @@
+---
+date: 2019-07-24
+title: "hugo mod"
+slug: hugo_mod
+url: /commands/hugo_mod/
+---
+## hugo mod
+
+Various Hugo Modules helpers.
+
+### Synopsis
+
+Various helpers to help manage the modules in your project's dependency graph.
+
+Most operations here requires a Go version installed on your system (>= Go 1.12) and the relevant VCS client (typically Git).
+This is not needed if you only operate on modules inside /themes or if you have vendored them via "hugo mod vendor".
+
+
+Note that Hugo will always start out by resolving the components defined in the site
+configuration, provided by a _vendor directory (if no --ignoreVendor flag provided),
+Go Modules, or a folder inside the themes directory, in that order.
+
+See https://gohugo.io/hugo-modules/ for more information.
+
+
+
+### Options
+
+```
+  -b, --baseURL string         hostname (and path) to the root, e.g. http://spf13.com/
+  -D, --buildDrafts            include content marked as draft
+  -E, --buildExpired           include expired content
+  -F, --buildFuture            include content with publishdate in the future
+      --cacheDir string        filesystem path to cache directory. Defaults: $TMPDIR/hugo_cache/
+      --cleanDestinationDir    remove files from destination not found in static directories
+  -c, --contentDir string      filesystem path to content directory
+  -d, --destination string     filesystem path to write files to
+      --disableKinds strings   disable different kind of pages (home, RSS etc.)
+      --enableGitInfo          add Git revision, date and author info to the pages
+      --forceSyncStatic        copy all files when static is changed.
+      --gc                     enable to run some cleanup tasks (remove unused cache files) after the build
+  -h, --help                   help for mod
+      --i18n-warnings          print missing translations
+      --ignoreCache            ignores the cache directory
+  -l, --layoutDir string       filesystem path to layout directory
+      --minify                 minify any supported output format (HTML, XML etc.)
+      --noChmod                don't sync permission mode of files
+      --noTimes                don't sync modification time of files
+      --path-warnings          print warnings on duplicate target paths etc.
+      --templateMetrics        display metrics about template executions
+      --templateMetricsHints   calculate some improvement hints when combined with --templateMetrics
+  -t, --theme strings          themes to use (located in /themes/THEMENAME/)
+      --trace file             write trace to file (not useful in general)
+```
+
+### 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](/commands/hugo/)       - hugo builds your site
+* [hugo mod clean](/commands/hugo_mod_clean/)   - Delete the entire Hugo Module cache.
+* [hugo mod get](/commands/hugo_mod_get/)       - Resolves dependencies in your current Hugo Project.
+* [hugo mod graph](/commands/hugo_mod_graph/)   - Print a module dependency graph.
+* [hugo mod init](/commands/hugo_mod_init/)     - Initialize this project as a Hugo Module.
+* [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
diff --git a/docs/content/en/commands/hugo_mod_clean.md b/docs/content/en/commands/hugo_mod_clean.md
new file mode 100644 (file)
index 0000000..a22f357
--- /dev/null
@@ -0,0 +1,52 @@
+---
+date: 2019-07-24
+title: "hugo mod clean"
+slug: hugo_mod_clean
+url: /commands/hugo_mod_clean/
+---
+## hugo mod clean
+
+Delete the entire Hugo Module cache.
+
+### Synopsis
+
+Delete the entire Hugo Module cache.
+
+Note that after you run this command, all of your dependencies will be re-downloaded next time you run "hugo".
+
+Also note that if you configure a positive maxAge for the "modules" file cache, it will also be cleaned as part of "hugo --gc".
+
+
+```
+hugo mod clean [flags]
+```
+
+### Options
+
+```
+  -h, --help   help for clean
+```
+
+### 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 mod](/commands/hugo_mod/)       - Various Hugo Modules helpers.
+
+###### Auto generated by spf13/cobra on 24-Jul-2019
diff --git a/docs/content/en/commands/hugo_mod_get.md b/docs/content/en/commands/hugo_mod_get.md
new file mode 100644 (file)
index 0000000..5e1c0cc
--- /dev/null
@@ -0,0 +1,71 @@
+---
+date: 2019-07-24
+title: "hugo mod get"
+slug: hugo_mod_get
+url: /commands/hugo_mod_get/
+---
+## hugo mod get
+
+Resolves dependencies in your current Hugo Project.
+
+### Synopsis
+
+
+Resolves dependencies in your current Hugo Project.
+
+Some examples:
+
+Install the latest version possible for a given module:
+
+    hugo mod get github.com/gohugoio/testshortcodes
+    
+Install a specific version:
+
+    hugo mod get github.com/gohugoio/testshortcodes@v0.3.0
+
+Install the latest versions of all module dependencies:
+
+    hugo mod get -u
+
+Run "go help get" for more information. All flags available for "go get" is also relevant here.
+
+Note that Hugo will always start out by resolving the components defined in the site
+configuration, provided by a _vendor directory (if no --ignoreVendor flag provided),
+Go Modules, or a folder inside the themes directory, in that order.
+
+See https://gohugo.io/hugo-modules/ for more information.
+
+
+
+```
+hugo mod get [flags]
+```
+
+### Options
+
+```
+  -h, --help   help for get
+```
+
+### 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 mod](/commands/hugo_mod/)       - Various Hugo Modules helpers.
+
+###### Auto generated by spf13/cobra on 24-Jul-2019
diff --git a/docs/content/en/commands/hugo_mod_graph.md b/docs/content/en/commands/hugo_mod_graph.md
new file mode 100644 (file)
index 0000000..2dc1ce2
--- /dev/null
@@ -0,0 +1,48 @@
+---
+date: 2019-07-24
+title: "hugo mod graph"
+slug: hugo_mod_graph
+url: /commands/hugo_mod_graph/
+---
+## hugo mod graph
+
+Print a module dependency graph.
+
+### Synopsis
+
+Print a module dependency graph with information about module status (disabled, vendored).
+Note that for vendored modules, that is the version listed and not the one from go.mod.
+
+
+```
+hugo mod graph [flags]
+```
+
+### Options
+
+```
+  -h, --help   help for graph
+```
+
+### 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 mod](/commands/hugo_mod/)       - Various Hugo Modules helpers.
+
+###### Auto generated by spf13/cobra on 24-Jul-2019
diff --git a/docs/content/en/commands/hugo_mod_init.md b/docs/content/en/commands/hugo_mod_init.md
new file mode 100644 (file)
index 0000000..305369c
--- /dev/null
@@ -0,0 +1,53 @@
+---
+date: 2019-07-24
+title: "hugo mod init"
+slug: hugo_mod_init
+url: /commands/hugo_mod_init/
+---
+## hugo mod init
+
+Initialize this project as a Hugo Module.
+
+### Synopsis
+
+Initialize this project as a Hugo Module.
+It will try to guess the module path, but you may help by passing it as an argument, e.g:
+
+    hugo mod init github.com/gohugoio/testshortcodes
+
+Note that Hugo Modules supports multi-module projects, so you can initialize a Hugo Module
+inside a subfolder on GitHub, as one example.
+
+
+```
+hugo mod init [flags]
+```
+
+### Options
+
+```
+  -h, --help   help for init
+```
+
+### 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 mod](/commands/hugo_mod/)       - Various Hugo Modules helpers.
+
+###### Auto generated by spf13/cobra on 24-Jul-2019
diff --git a/docs/content/en/commands/hugo_mod_tidy.md b/docs/content/en/commands/hugo_mod_tidy.md
new file mode 100644 (file)
index 0000000..7b056e1
--- /dev/null
@@ -0,0 +1,46 @@
+---
+date: 2019-07-24
+title: "hugo mod tidy"
+slug: hugo_mod_tidy
+url: /commands/hugo_mod_tidy/
+---
+## 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]
+```
+
+### Options
+
+```
+  -h, --help   help for tidy
+```
+
+### 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 mod](/commands/hugo_mod/)       - Various Hugo Modules helpers.
+
+###### Auto generated by spf13/cobra on 24-Jul-2019
diff --git a/docs/content/en/commands/hugo_mod_vendor.md b/docs/content/en/commands/hugo_mod_vendor.md
new file mode 100644 (file)
index 0000000..e2134b5
--- /dev/null
@@ -0,0 +1,49 @@
+---
+date: 2019-07-24
+title: "hugo mod vendor"
+slug: hugo_mod_vendor
+url: /commands/hugo_mod_vendor/
+---
+## hugo mod vendor
+
+Vendor all module dependencies into the _vendor directory.
+
+### Synopsis
+
+Vendor all module dependencies into the _vendor directory.
+
+If a module is vendored, that is where Hugo will look for it's dependencies.
+
+
+```
+hugo mod vendor [flags]
+```
+
+### Options
+
+```
+  -h, --help   help for vendor
+```
+
+### 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 mod](/commands/hugo_mod/)       - Various Hugo Modules helpers.
+
+###### Auto generated by spf13/cobra on 24-Jul-2019
index 8b31e42fb59ceacdec0512549aaff484028b05c2..a6cf2ac181c0abf656d077544a9388bb0cdb8587 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2019-03-26
+date: 2019-07-24
 title: "hugo new"
 slug: hugo_new
 url: /commands/hugo_new/
@@ -37,7 +37,6 @@ hugo new [path] [flags]
       --disableKinds strings   disable different kind of pages (home, RSS etc.)
       --editor string          edit new content with this editor, if provided
       --enableGitInfo          add Git revision, date and author info to the pages
-  -e, --environment string     build environment
       --forceSyncStatic        copy all files when static is changed.
       --gc                     enable to run some cleanup tasks (remove unused cache files) after the build
   -h, --help                   help for new
@@ -49,25 +48,27 @@ hugo new [path] [flags]
       --noChmod                don't sync permission mode of files
       --noTimes                don't sync modification time of files
       --path-warnings          print warnings on duplicate target paths etc.
-  -s, --source string          filesystem path to read files relative from
       --templateMetrics        display metrics about template executions
       --templateMetricsHints   calculate some improvement hints when combined with --templateMetrics
   -t, --theme strings          themes to use (located in /themes/THEMENAME/)
-      --themesDir string       filesystem path to themes directory
       --trace file             write trace to file (not useful in general)
 ```
 
 ### 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
-      --log                enable Logging
-      --logFile string     log File path (if set, logging enabled automatically)
-      --quiet              build in quiet mode
-  -v, --verbose            verbose output
-      --verboseLog         verbose logging
+      --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
@@ -76,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 26-Mar-2019
+###### Auto generated by spf13/cobra on 24-Jul-2019
index babe7127a0b1a11946ce366afb73ef4418e768d6..2b512c984b9b15a762e0813d5125b38960c41072 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2019-03-26
+date: 2019-07-24
 title: "hugo new site"
 slug: hugo_new_site
 url: /commands/hugo_new_site/
@@ -29,19 +29,22 @@ hugo new site [path] [flags]
 ### 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
-      --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
-  -v, --verbose            verbose output
-      --verboseLog         verbose logging
+      --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 new](/commands/hugo_new/)       - Create new content for your site
 
-###### Auto generated by spf13/cobra on 26-Mar-2019
+###### Auto generated by spf13/cobra on 24-Jul-2019
index 284b5cd3e0d727950d4eb37185be614ec826b4ec..1328d560069eb502add6e41b8a54b9e4be81fb4a 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2019-03-26
+date: 2019-07-24
 title: "hugo new theme"
 slug: hugo_new_theme
 url: /commands/hugo_new_theme/
@@ -28,19 +28,22 @@ hugo new theme [name] [flags]
 ### 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
-      --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
-  -v, --verbose            verbose output
-      --verboseLog         verbose logging
+      --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 new](/commands/hugo_new/)       - Create new content for your site
 
-###### Auto generated by spf13/cobra on 26-Mar-2019
+###### Auto generated by spf13/cobra on 24-Jul-2019
index 447482102093136dc8939d6423256149a08904db..d66ca1a611bb58e8a7598b53a17051776b194ff0 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2019-03-26
+date: 2019-07-24
 title: "hugo server"
 slug: hugo_server
 url: /commands/hugo_server/
@@ -45,7 +45,6 @@ hugo server [flags]
       --disableKinds strings   disable different kind of pages (home, RSS etc.)
       --disableLiveReload      watch without enabling live browser reload on rebuild
       --enableGitInfo          add Git revision, date and author info to the pages
-  -e, --environment string     build environment
       --forceSyncStatic        copy all files when static is changed.
       --gc                     enable to run some cleanup tasks (remove unused cache files) after the build
   -h, --help                   help for server
@@ -63,11 +62,9 @@ hugo server [flags]
       --path-warnings          print warnings on duplicate target paths etc.
   -p, --port int               port on which the server will listen (default 1313)
       --renderToDisk           render to Destination path (default is render to memory & serve from there)
-  -s, --source string          filesystem path to read files relative from
       --templateMetrics        display metrics about template executions
       --templateMetricsHints   calculate some improvement hints when combined with --templateMetrics
   -t, --theme strings          themes to use (located in /themes/THEMENAME/)
-      --themesDir string       filesystem path to themes directory
       --trace file             write trace to file (not useful in general)
   -w, --watch                  watch filesystem for changes and recreate as needed (default true)
 ```
@@ -75,18 +72,22 @@ hugo server [flags]
 ### 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
-      --log                enable Logging
-      --logFile string     log File path (if set, logging enabled automatically)
-      --quiet              build in quiet mode
-  -v, --verbose            verbose output
-      --verboseLog         verbose logging
+      --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](/commands/hugo/)       - hugo builds your site
 
-###### Auto generated by spf13/cobra on 26-Mar-2019
+###### Auto generated by spf13/cobra on 24-Jul-2019
index cdc01461005da6950b7d47af8653c6b23f345bb8..8000efef1abd4a6795dc12b75572eb7d591862d5 100644 (file)
@@ -1,5 +1,5 @@
 ---
-date: 2019-03-26
+date: 2019-07-24
 title: "hugo version"
 slug: hugo_version
 url: /commands/hugo_version/
@@ -25,18 +25,22 @@ hugo version [flags]
 ### 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
-      --log                enable Logging
-      --logFile string     log File path (if set, logging enabled automatically)
-      --quiet              build in quiet mode
-  -v, --verbose            verbose output
-      --verboseLog         verbose logging
+      --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](/commands/hugo/)       - hugo builds your site
 
-###### Auto generated by spf13/cobra on 26-Mar-2019
+###### Auto generated by spf13/cobra on 24-Jul-2019