shithub: hugo

Download patch

ref: c8da8eb1f5551e6d141843daab41cb0ddbb0de4b
parent: 787da6bd5f5440649cf653ca9fb19dd0c6e7c604
author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
date: Sun Sep 13 17:58:10 EDT 2020

docs: Regenerate CLI docs

--- a/docs/content/en/commands/hugo.md
+++ b/docs/content/en/commands/hugo.md
@@ -1,5 +1,5 @@
 ---
-date: 2020-09-07
+date: 2020-09-13
 title: "hugo"
 slug: hugo
 url: /commands/hugo/
@@ -24,45 +24,46 @@
 ### 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
-      --config string          config file (default is path/config.yaml|json|toml)
-      --configDir string       config dir (default "config")
-  -c, --contentDir string      filesystem path to content directory
-      --debug                  debug output
-  -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
-  -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 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)
-      --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.
-      --print-mem              print memory usage to screen at intervals
-      --quiet                  build in quiet mode
-      --renderToMemory         render to memory (only useful for benchmark testing)
-  -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)
-  -v, --verbose                verbose output
-      --verboseLog             verbose logging
-  -w, --watch                  watch filesystem for changes and recreate as needed
+  -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
+      --config string              config file (default is path/config.yaml|json|toml)
+      --configDir string           config dir (default "config")
+  -c, --contentDir string          filesystem path to content directory
+      --debug                      debug output
+  -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
+  -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 hugo
+      --i18n-warnings              print missing translations
+      --ignoreCache                ignores the cache directory
+      --ignoreVendor               ignores any _vendor directory
+      --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
+  -l, --layoutDir string           filesystem path to layout directory
+      --log                        enable Logging
+      --logFile string             log File path (if set, logging enabled automatically)
+      --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.
+      --print-mem                  print memory usage to screen at intervals
+      --quiet                      build in quiet mode
+      --renderToMemory             render to memory (only useful for benchmark testing)
+  -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)
+  -v, --verbose                    verbose output
+      --verboseLog                 verbose logging
+  -w, --watch                      watch filesystem for changes and recreate as needed
 ```
 
 ### SEE ALSO
@@ -80,4 +81,4 @@
 * [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 7-Sep-2020
+###### Auto generated by spf13/cobra on 13-Sep-2020
--- a/docs/content/en/commands/hugo_check.md
+++ b/docs/content/en/commands/hugo_check.md
@@ -1,5 +1,5 @@
 ---
-date: 2020-09-07
+date: 2020-09-13
 title: "hugo check"
 slug: hugo_check
 url: /commands/hugo_check/
@@ -21,18 +21,19 @@
 ### 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
+      --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
+      --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
+      --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
@@ -40,4 +41,4 @@
 * [hugo](/commands/hugo/)	 - hugo builds your site
 * [hugo check ulimit](/commands/hugo_check_ulimit/)	 - Check system ulimit settings
 
-###### Auto generated by spf13/cobra on 7-Sep-2020
+###### Auto generated by spf13/cobra on 13-Sep-2020
--- a/docs/content/en/commands/hugo_check_ulimit.md
+++ b/docs/content/en/commands/hugo_check_ulimit.md
@@ -1,5 +1,5 @@
 ---
-date: 2020-09-07
+date: 2020-09-13
 title: "hugo check ulimit"
 slug: hugo_check_ulimit
 url: /commands/hugo_check_ulimit/
@@ -26,18 +26,19 @@
 ### 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
+      --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
+      --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
+      --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
@@ -44,4 +45,4 @@
 
 * [hugo check](/commands/hugo_check/)	 - Contains some verification checks
 
-###### Auto generated by spf13/cobra on 7-Sep-2020
+###### Auto generated by spf13/cobra on 13-Sep-2020
--- a/docs/content/en/commands/hugo_config.md
+++ b/docs/content/en/commands/hugo_config.md
@@ -1,5 +1,5 @@
 ---
-date: 2020-09-07
+date: 2020-09-13
 title: "hugo config"
 slug: hugo_config
 url: /commands/hugo_config/
@@ -25,18 +25,19 @@
 ### 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
+      --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
+      --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
+      --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
@@ -44,4 +45,4 @@
 * [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 7-Sep-2020
+###### Auto generated by spf13/cobra on 13-Sep-2020
--- a/docs/content/en/commands/hugo_config_mounts.md
+++ b/docs/content/en/commands/hugo_config_mounts.md
@@ -1,5 +1,5 @@
 ---
-date: 2020-09-07
+date: 2020-09-13
 title: "hugo config mounts"
 slug: hugo_config_mounts
 url: /commands/hugo_config_mounts/
@@ -25,18 +25,19 @@
 ### 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
+      --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
+      --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
+      --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 +44,4 @@
 
 * [hugo config](/commands/hugo_config/)	 - Print the site configuration
 
-###### Auto generated by spf13/cobra on 7-Sep-2020
+###### Auto generated by spf13/cobra on 13-Sep-2020
--- a/docs/content/en/commands/hugo_convert.md
+++ b/docs/content/en/commands/hugo_convert.md
@@ -1,5 +1,5 @@
 ---
-date: 2020-09-07
+date: 2020-09-13
 title: "hugo convert"
 slug: hugo_convert
 url: /commands/hugo_convert/
@@ -25,18 +25,19 @@
 ### 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
+      --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
+      --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
+      --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
@@ -46,4 +47,4 @@
 * [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 7-Sep-2020
+###### Auto generated by spf13/cobra on 13-Sep-2020
--- a/docs/content/en/commands/hugo_convert_toJSON.md
+++ b/docs/content/en/commands/hugo_convert_toJSON.md
@@ -1,5 +1,5 @@
 ---
-date: 2020-09-07
+date: 2020-09-13
 title: "hugo convert toJSON"
 slug: hugo_convert_toJSON
 url: /commands/hugo_convert_tojson/
@@ -26,20 +26,21 @@
 ### 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)
-  -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
+      --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
+      --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
+      --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
@@ -46,4 +47,4 @@
 
 * [hugo convert](/commands/hugo_convert/)	 - Convert your content to different formats
 
-###### Auto generated by spf13/cobra on 7-Sep-2020
+###### Auto generated by spf13/cobra on 13-Sep-2020
--- a/docs/content/en/commands/hugo_convert_toTOML.md
+++ b/docs/content/en/commands/hugo_convert_toTOML.md
@@ -1,5 +1,5 @@
 ---
-date: 2020-09-07
+date: 2020-09-13
 title: "hugo convert toTOML"
 slug: hugo_convert_toTOML
 url: /commands/hugo_convert_totoml/
@@ -26,20 +26,21 @@
 ### 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)
-  -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
+      --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
+      --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
+      --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
@@ -46,4 +47,4 @@
 
 * [hugo convert](/commands/hugo_convert/)	 - Convert your content to different formats
 
-###### Auto generated by spf13/cobra on 7-Sep-2020
+###### Auto generated by spf13/cobra on 13-Sep-2020
--- a/docs/content/en/commands/hugo_convert_toYAML.md
+++ b/docs/content/en/commands/hugo_convert_toYAML.md
@@ -1,5 +1,5 @@
 ---
-date: 2020-09-07
+date: 2020-09-13
 title: "hugo convert toYAML"
 slug: hugo_convert_toYAML
 url: /commands/hugo_convert_toyaml/
@@ -26,20 +26,21 @@
 ### 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)
-  -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
+      --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
+      --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
+      --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
@@ -46,4 +47,4 @@
 
 * [hugo convert](/commands/hugo_convert/)	 - Convert your content to different formats
 
-###### Auto generated by spf13/cobra on 7-Sep-2020
+###### Auto generated by spf13/cobra on 13-Sep-2020
--- a/docs/content/en/commands/hugo_deploy.md
+++ b/docs/content/en/commands/hugo_deploy.md
@@ -1,5 +1,5 @@
 ---
-date: 2020-09-07
+date: 2020-09-13
 title: "hugo deploy"
 slug: hugo_deploy
 url: /commands/hugo_deploy/
@@ -35,18 +35,19 @@
 ### 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
+      --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
+      --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
+      --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
@@ -53,4 +54,4 @@
 
 * [hugo](/commands/hugo/)	 - hugo builds your site
 
-###### Auto generated by spf13/cobra on 7-Sep-2020
+###### Auto generated by spf13/cobra on 13-Sep-2020
--- a/docs/content/en/commands/hugo_env.md
+++ b/docs/content/en/commands/hugo_env.md
@@ -1,5 +1,5 @@
 ---
-date: 2020-09-07
+date: 2020-09-13
 title: "hugo env"
 slug: hugo_env
 url: /commands/hugo_env/
@@ -25,18 +25,19 @@
 ### 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
+      --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
+      --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
+      --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 +44,4 @@
 
 * [hugo](/commands/hugo/)	 - hugo builds your site
 
-###### Auto generated by spf13/cobra on 7-Sep-2020
+###### Auto generated by spf13/cobra on 13-Sep-2020
--- a/docs/content/en/commands/hugo_gen.md
+++ b/docs/content/en/commands/hugo_gen.md
@@ -1,5 +1,5 @@
 ---
-date: 2020-09-07
+date: 2020-09-13
 title: "hugo gen"
 slug: hugo_gen
 url: /commands/hugo_gen/
@@ -21,18 +21,19 @@
 ### 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
+      --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
+      --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
+      --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 +44,4 @@
 * [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 7-Sep-2020
+###### Auto generated by spf13/cobra on 13-Sep-2020
--- a/docs/content/en/commands/hugo_gen_autocomplete.md
+++ b/docs/content/en/commands/hugo_gen_autocomplete.md
@@ -1,5 +1,5 @@
 ---
-date: 2020-09-07
+date: 2020-09-13
 title: "hugo gen autocomplete"
 slug: hugo_gen_autocomplete
 url: /commands/hugo_gen_autocomplete/
@@ -43,18 +43,19 @@
 ### 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
+      --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
+      --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
+      --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
@@ -61,4 +62,4 @@
 
 * [hugo gen](/commands/hugo_gen/)	 - A collection of several useful generators.
 
-###### Auto generated by spf13/cobra on 7-Sep-2020
+###### Auto generated by spf13/cobra on 13-Sep-2020
--- a/docs/content/en/commands/hugo_gen_chromastyles.md
+++ b/docs/content/en/commands/hugo_gen_chromastyles.md
@@ -1,5 +1,5 @@
 ---
-date: 2020-09-07
+date: 2020-09-13
 title: "hugo gen chromastyles"
 slug: hugo_gen_chromastyles
 url: /commands/hugo_gen_chromastyles/
@@ -30,18 +30,19 @@
 ### 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
+      --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
+      --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
+      --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
@@ -48,4 +49,4 @@
 
 * [hugo gen](/commands/hugo_gen/)	 - A collection of several useful generators.
 
-###### Auto generated by spf13/cobra on 7-Sep-2020
+###### Auto generated by spf13/cobra on 13-Sep-2020
--- a/docs/content/en/commands/hugo_gen_doc.md
+++ b/docs/content/en/commands/hugo_gen_doc.md
@@ -1,5 +1,5 @@
 ---
-date: 2020-09-07
+date: 2020-09-13
 title: "hugo gen doc"
 slug: hugo_gen_doc
 url: /commands/hugo_gen_doc/
@@ -32,18 +32,19 @@
 ### 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
+      --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
+      --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
+      --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
@@ -50,4 +51,4 @@
 
 * [hugo gen](/commands/hugo_gen/)	 - A collection of several useful generators.
 
-###### Auto generated by spf13/cobra on 7-Sep-2020
+###### Auto generated by spf13/cobra on 13-Sep-2020
--- a/docs/content/en/commands/hugo_gen_man.md
+++ b/docs/content/en/commands/hugo_gen_man.md
@@ -1,5 +1,5 @@
 ---
-date: 2020-09-07
+date: 2020-09-13
 title: "hugo gen man"
 slug: hugo_gen_man
 url: /commands/hugo_gen_man/
@@ -28,18 +28,19 @@
 ### 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
+      --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
+      --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
+      --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
@@ -46,4 +47,4 @@
 
 * [hugo gen](/commands/hugo_gen/)	 - A collection of several useful generators.
 
-###### Auto generated by spf13/cobra on 7-Sep-2020
+###### Auto generated by spf13/cobra on 13-Sep-2020
--- a/docs/content/en/commands/hugo_import.md
+++ b/docs/content/en/commands/hugo_import.md
@@ -1,5 +1,5 @@
 ---
-date: 2020-09-07
+date: 2020-09-13
 title: "hugo import"
 slug: hugo_import
 url: /commands/hugo_import/
@@ -23,18 +23,19 @@
 ### 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
+      --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
+      --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
+      --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
@@ -42,4 +43,4 @@
 * [hugo](/commands/hugo/)	 - hugo builds your site
 * [hugo import jekyll](/commands/hugo_import_jekyll/)	 - hugo import from Jekyll
 
-###### Auto generated by spf13/cobra on 7-Sep-2020
+###### Auto generated by spf13/cobra on 13-Sep-2020
--- a/docs/content/en/commands/hugo_import_jekyll.md
+++ b/docs/content/en/commands/hugo_import_jekyll.md
@@ -1,5 +1,5 @@
 ---
-date: 2020-09-07
+date: 2020-09-13
 title: "hugo import jekyll"
 slug: hugo_import_jekyll
 url: /commands/hugo_import_jekyll/
@@ -28,18 +28,19 @@
 ### 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
+      --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
+      --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
+      --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
@@ -46,4 +47,4 @@
 
 * [hugo import](/commands/hugo_import/)	 - Import your site from others.
 
-###### Auto generated by spf13/cobra on 7-Sep-2020
+###### Auto generated by spf13/cobra on 13-Sep-2020
--- a/docs/content/en/commands/hugo_list.md
+++ b/docs/content/en/commands/hugo_list.md
@@ -1,5 +1,5 @@
 ---
-date: 2020-09-07
+date: 2020-09-13
 title: "hugo list"
 slug: hugo_list
 url: /commands/hugo_list/
@@ -23,18 +23,19 @@
 ### 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
+      --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
+      --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
+      --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
@@ -45,4 +46,4 @@
 * [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 7-Sep-2020
+###### Auto generated by spf13/cobra on 13-Sep-2020
--- a/docs/content/en/commands/hugo_list_all.md
+++ b/docs/content/en/commands/hugo_list_all.md
@@ -1,5 +1,5 @@
 ---
-date: 2020-09-07
+date: 2020-09-13
 title: "hugo list all"
 slug: hugo_list_all
 url: /commands/hugo_list_all/
@@ -25,18 +25,19 @@
 ### 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
+      --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
+      --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
+      --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 +44,4 @@
 
 * [hugo list](/commands/hugo_list/)	 - Listing out various types of content
 
-###### Auto generated by spf13/cobra on 7-Sep-2020
+###### Auto generated by spf13/cobra on 13-Sep-2020
--- a/docs/content/en/commands/hugo_list_drafts.md
+++ b/docs/content/en/commands/hugo_list_drafts.md
@@ -1,5 +1,5 @@
 ---
-date: 2020-09-07
+date: 2020-09-13
 title: "hugo list drafts"
 slug: hugo_list_drafts
 url: /commands/hugo_list_drafts/
@@ -25,18 +25,19 @@
 ### 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
+      --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
+      --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
+      --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 +44,4 @@
 
 * [hugo list](/commands/hugo_list/)	 - Listing out various types of content
 
-###### Auto generated by spf13/cobra on 7-Sep-2020
+###### Auto generated by spf13/cobra on 13-Sep-2020
--- a/docs/content/en/commands/hugo_list_expired.md
+++ b/docs/content/en/commands/hugo_list_expired.md
@@ -1,5 +1,5 @@
 ---
-date: 2020-09-07
+date: 2020-09-13
 title: "hugo list expired"
 slug: hugo_list_expired
 url: /commands/hugo_list_expired/
@@ -25,18 +25,19 @@
 ### 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
+      --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
+      --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
+      --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 +44,4 @@
 
 * [hugo list](/commands/hugo_list/)	 - Listing out various types of content
 
-###### Auto generated by spf13/cobra on 7-Sep-2020
+###### Auto generated by spf13/cobra on 13-Sep-2020
--- a/docs/content/en/commands/hugo_list_future.md
+++ b/docs/content/en/commands/hugo_list_future.md
@@ -1,5 +1,5 @@
 ---
-date: 2020-09-07
+date: 2020-09-13
 title: "hugo list future"
 slug: hugo_list_future
 url: /commands/hugo_list_future/
@@ -25,18 +25,19 @@
 ### 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
+      --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
+      --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
+      --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 +44,4 @@
 
 * [hugo list](/commands/hugo_list/)	 - Listing out various types of content
 
-###### Auto generated by spf13/cobra on 7-Sep-2020
+###### Auto generated by spf13/cobra on 13-Sep-2020
--- a/docs/content/en/commands/hugo_mod.md
+++ b/docs/content/en/commands/hugo_mod.md
@@ -1,5 +1,5 @@
 ---
-date: 2020-09-07
+date: 2020-09-13
 title: "hugo mod"
 slug: hugo_mod
 url: /commands/hugo_mod/
@@ -57,18 +57,19 @@
 ### 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
+      --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
+      --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
+      --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
@@ -78,8 +79,9 @@
 * [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 npm](/commands/hugo_mod_npm/)	 - Various npm helpers.
 * [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.
 * [hugo mod verify](/commands/hugo_mod_verify/)	 - Verify dependencies.
 
-###### Auto generated by spf13/cobra on 7-Sep-2020
+###### Auto generated by spf13/cobra on 13-Sep-2020
--- a/docs/content/en/commands/hugo_mod_clean.md
+++ b/docs/content/en/commands/hugo_mod_clean.md
@@ -1,5 +1,5 @@
 ---
-date: 2020-09-07
+date: 2020-09-13
 title: "hugo mod clean"
 slug: hugo_mod_clean
 url: /commands/hugo_mod_clean/
@@ -33,18 +33,19 @@
 ### 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
+      --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
+      --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
+      --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
@@ -51,4 +52,4 @@
 
 * [hugo mod](/commands/hugo_mod/)	 - Various Hugo Modules helpers.
 
-###### Auto generated by spf13/cobra on 7-Sep-2020
+###### Auto generated by spf13/cobra on 13-Sep-2020
--- a/docs/content/en/commands/hugo_mod_get.md
+++ b/docs/content/en/commands/hugo_mod_get.md
@@ -1,5 +1,5 @@
 ---
-date: 2020-09-07
+date: 2020-09-13
 title: "hugo mod get"
 slug: hugo_mod_get
 url: /commands/hugo_mod_get/
@@ -51,18 +51,19 @@
 ### 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
+      --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
+      --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
+      --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
@@ -69,4 +70,4 @@
 
 * [hugo mod](/commands/hugo_mod/)	 - Various Hugo Modules helpers.
 
-###### Auto generated by spf13/cobra on 7-Sep-2020
+###### Auto generated by spf13/cobra on 13-Sep-2020
--- a/docs/content/en/commands/hugo_mod_graph.md
+++ b/docs/content/en/commands/hugo_mod_graph.md
@@ -1,5 +1,5 @@
 ---
-date: 2020-09-07
+date: 2020-09-13
 title: "hugo mod graph"
 slug: hugo_mod_graph
 url: /commands/hugo_mod_graph/
@@ -27,18 +27,19 @@
 ### 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
+      --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
+      --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
+      --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
@@ -45,4 +46,4 @@
 
 * [hugo mod](/commands/hugo_mod/)	 - Various Hugo Modules helpers.
 
-###### Auto generated by spf13/cobra on 7-Sep-2020
+###### Auto generated by spf13/cobra on 13-Sep-2020
--- a/docs/content/en/commands/hugo_mod_init.md
+++ b/docs/content/en/commands/hugo_mod_init.md
@@ -1,5 +1,5 @@
 ---
-date: 2020-09-07
+date: 2020-09-13
 title: "hugo mod init"
 slug: hugo_mod_init
 url: /commands/hugo_mod_init/
@@ -32,18 +32,19 @@
 ### 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
+      --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
+      --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
+      --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
@@ -50,4 +51,4 @@
 
 * [hugo mod](/commands/hugo_mod/)	 - Various Hugo Modules helpers.
 
-###### Auto generated by spf13/cobra on 7-Sep-2020
+###### Auto generated by spf13/cobra on 13-Sep-2020
--- /dev/null
+++ b/docs/content/en/commands/hugo_mod_npm.md
@@ -1,0 +1,48 @@
+---
+date: 2020-09-13
+title: "hugo mod npm"
+slug: hugo_mod_npm
+url: /commands/hugo_mod_npm/
+---
+## hugo mod npm
+
+Various npm helpers.
+
+### Synopsis
+
+Various npm (Node package manager) helpers.
+
+```
+hugo mod npm [flags]
+```
+
+### Options
+
+```
+  -h, --help   help for npm
+```
+
+### 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
+      --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
+      --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.
+* [hugo mod npm pack](/commands/hugo_mod_npm_pack/)	 - Experimental: Prepares and writes a composite package.json file for your project.
+
+###### Auto generated by spf13/cobra on 13-Sep-2020
--- /dev/null
+++ b/docs/content/en/commands/hugo_mod_npm_pack.md
@@ -1,0 +1,57 @@
+---
+date: 2020-09-13
+title: "hugo mod npm pack"
+slug: hugo_mod_npm_pack
+url: /commands/hugo_mod_npm_pack/
+---
+## hugo mod npm pack
+
+Experimental: Prepares and writes a composite package.json file for your project.
+
+### Synopsis
+
+Prepares and writes a composite package.json file for your project.
+
+On first run it creates a "package.hugo.json" in the project root if not alread there. This file will be used as a template file
+with the base dependency set. 
+
+This set will be merged with all "package.hugo.json" files found in the dependency tree, picking the version closest to the project.
+
+This command is marked as 'Experimental'. We think it's a great idea, so it's not likely to be
+removed from Hugo, but we need to test this out in "real life" to get a feel of it,
+so this may/will change in future versions of Hugo.
+
+
+```
+hugo mod npm pack [flags]
+```
+
+### Options
+
+```
+  -h, --help   help for pack
+```
+
+### 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
+      --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
+      --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 npm](/commands/hugo_mod_npm/)	 - Various npm helpers.
+
+###### Auto generated by spf13/cobra on 13-Sep-2020
--- a/docs/content/en/commands/hugo_mod_tidy.md
+++ b/docs/content/en/commands/hugo_mod_tidy.md
@@ -1,5 +1,5 @@
 ---
-date: 2020-09-07
+date: 2020-09-13
 title: "hugo mod tidy"
 slug: hugo_mod_tidy
 url: /commands/hugo_mod_tidy/
@@ -25,18 +25,19 @@
 ### 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
+      --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
+      --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
+      --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 +44,4 @@
 
 * [hugo mod](/commands/hugo_mod/)	 - Various Hugo Modules helpers.
 
-###### Auto generated by spf13/cobra on 7-Sep-2020
+###### Auto generated by spf13/cobra on 13-Sep-2020
--- a/docs/content/en/commands/hugo_mod_vendor.md
+++ b/docs/content/en/commands/hugo_mod_vendor.md
@@ -1,5 +1,5 @@
 ---
-date: 2020-09-07
+date: 2020-09-13
 title: "hugo mod vendor"
 slug: hugo_mod_vendor
 url: /commands/hugo_mod_vendor/
@@ -28,18 +28,19 @@
 ### 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
+      --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
+      --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
+      --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
@@ -46,4 +47,4 @@
 
 * [hugo mod](/commands/hugo_mod/)	 - Various Hugo Modules helpers.
 
-###### Auto generated by spf13/cobra on 7-Sep-2020
+###### Auto generated by spf13/cobra on 13-Sep-2020
--- a/docs/content/en/commands/hugo_mod_verify.md
+++ b/docs/content/en/commands/hugo_mod_verify.md
@@ -1,5 +1,5 @@
 ---
-date: 2020-09-07
+date: 2020-09-13
 title: "hugo mod verify"
 slug: hugo_mod_verify
 url: /commands/hugo_mod_verify/
@@ -27,18 +27,19 @@
 ### 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
+      --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
+      --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
+      --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
@@ -45,4 +46,4 @@
 
 * [hugo mod](/commands/hugo_mod/)	 - Various Hugo Modules helpers.
 
-###### Auto generated by spf13/cobra on 7-Sep-2020
+###### Auto generated by spf13/cobra on 13-Sep-2020
--- a/docs/content/en/commands/hugo_new.md
+++ b/docs/content/en/commands/hugo_new.md
@@ -1,5 +1,5 @@
 ---
-date: 2020-09-07
+date: 2020-09-13
 title: "hugo new"
 slug: hugo_new
 url: /commands/hugo_new/
@@ -58,18 +58,19 @@
 ### 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
+      --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
+      --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
+      --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
@@ -78,4 +79,4 @@
 * [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 7-Sep-2020
+###### Auto generated by spf13/cobra on 13-Sep-2020
--- a/docs/content/en/commands/hugo_new_site.md
+++ b/docs/content/en/commands/hugo_new_site.md
@@ -1,5 +1,5 @@
 ---
-date: 2020-09-07
+date: 2020-09-13
 title: "hugo new site"
 slug: hugo_new_site
 url: /commands/hugo_new_site/
@@ -29,18 +29,19 @@
 ### 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
+      --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
+      --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
+      --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
@@ -47,4 +48,4 @@
 
 * [hugo new](/commands/hugo_new/)	 - Create new content for your site
 
-###### Auto generated by spf13/cobra on 7-Sep-2020
+###### Auto generated by spf13/cobra on 13-Sep-2020
--- a/docs/content/en/commands/hugo_new_theme.md
+++ b/docs/content/en/commands/hugo_new_theme.md
@@ -1,5 +1,5 @@
 ---
-date: 2020-09-07
+date: 2020-09-13
 title: "hugo new theme"
 slug: hugo_new_theme
 url: /commands/hugo_new_theme/
@@ -28,18 +28,19 @@
 ### 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
+      --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
+      --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
+      --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
@@ -46,4 +47,4 @@
 
 * [hugo new](/commands/hugo_new/)	 - Create new content for your site
 
-###### Auto generated by spf13/cobra on 7-Sep-2020
+###### Auto generated by spf13/cobra on 13-Sep-2020
--- a/docs/content/en/commands/hugo_server.md
+++ b/docs/content/en/commands/hugo_server.md
@@ -1,5 +1,5 @@
 ---
-date: 2020-09-07
+date: 2020-09-13
 title: "hugo server"
 slug: hugo_server
 url: /commands/hugo_server/
@@ -73,18 +73,19 @@
 ### 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
+      --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
+      --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
+      --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
@@ -91,4 +92,4 @@
 
 * [hugo](/commands/hugo/)	 - hugo builds your site
 
-###### Auto generated by spf13/cobra on 7-Sep-2020
+###### Auto generated by spf13/cobra on 13-Sep-2020
--- a/docs/content/en/commands/hugo_version.md
+++ b/docs/content/en/commands/hugo_version.md
@@ -1,5 +1,5 @@
 ---
-date: 2020-09-07
+date: 2020-09-13
 title: "hugo version"
 slug: hugo_version
 url: /commands/hugo_version/
@@ -25,18 +25,19 @@
 ### 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
+      --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
+      --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
+      --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 +44,4 @@
 
 * [hugo](/commands/hugo/)	 - hugo builds your site
 
-###### Auto generated by spf13/cobra on 7-Sep-2020
+###### Auto generated by spf13/cobra on 13-Sep-2020
--- a/go.sum
+++ b/go.sum
@@ -7,11 +7,13 @@
 cloud.google.com/go v0.44.1/go.mod h1:iSa0KzasP4Uvy3f1mN/7PiObzGgflwredwwASm/v6AU=
 cloud.google.com/go v0.44.2/go.mod h1:60680Gw3Yr4ikxnPRS/oxxkBccT6SA1yMk63TGekxKY=
 cloud.google.com/go v0.45.1/go.mod h1:RpBamKRgapWJb87xiFSdk4g1CME7QZg3uwTez+TSTjc=
+cloud.google.com/go v0.46.3 h1:AVXDdKsrtX33oR9fbCMu/+c1o8Ofjq6Ku/MInaLVg5Y=
 cloud.google.com/go v0.46.3/go.mod h1:a6bKKbmY7er1mI7TEI4lsAkts/mkhTSZK8w33B4RAg0=
 cloud.google.com/go/bigquery v1.0.1/go.mod h1:i/xbL2UlR5RvWAURpBYZTtm/cXjCha9lbfbpx4poX+o=
 cloud.google.com/go/datastore v1.0.0/go.mod h1:LXYbyblFSglQ5pkeyhO+Qmw7ukd3C+pD7TKLgZqpHYE=
 cloud.google.com/go/firestore v1.1.0/go.mod h1:ulACoGHTpvq5r8rxGJ4ddJZBZqakUQqClKRT5SZwBmk=
 cloud.google.com/go/pubsub v1.0.1/go.mod h1:R0Gpsv3s54REJCy4fxDixWD93lHJMoZTyQ2kNxGRt3I=
+cloud.google.com/go/storage v1.0.0 h1:VV2nUM3wwLLGh9lSABFgZMjInyUbJeaRSE64WuAIQ+4=
 cloud.google.com/go/storage v1.0.0/go.mod h1:IhtSnM/ZTZV8YYJWCY8RULGVqBDmpoyjwiyrjsg+URw=
 contrib.go.opencensus.io/exporter/aws v0.0.0-20181029163544-2befc13012d0/go.mod h1:uu1P0UCM/6RbsMrgPa98ll8ZcHM858i/AD06a9aLRCA=
 contrib.go.opencensus.io/exporter/ocagent v0.4.12/go.mod h1:450APlNTSR6FrvC3CTRqYosuDstRB9un7SOx2k/9ckA=
@@ -181,6 +183,7 @@
 github.com/golang/protobuf v1.2.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
 github.com/golang/protobuf v1.3.1 h1:YF8+flBXS5eO826T4nzqPrxfhQThhXl0YzfuUPu4SBg=
 github.com/golang/protobuf v1.3.1/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
+github.com/golang/protobuf v1.3.2 h1:6nsPYzhq5kReh6QImI3k5qWzO4PEbvbIW2cwSfR/6xs=
 github.com/golang/protobuf v1.3.2/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
 github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q=
 github.com/golang/snappy v0.0.1/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q=
@@ -209,6 +212,7 @@
 github.com/googleapis/gax-go v2.0.2+incompatible/go.mod h1:SFVmujtThgffbyetf+mdk2eWhX2bMyUtNHzFKcPA9HY=
 github.com/googleapis/gax-go/v2 v2.0.4 h1:hU4mGcQI4DaAYW+IbTun+2qEZVFxK0ySjQLTbS0VQKc=
 github.com/googleapis/gax-go/v2 v2.0.4/go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+vpHVxEJEs9eg=
+github.com/googleapis/gax-go/v2 v2.0.5 h1:sjZBwGj9Jlw33ImPtvFviGYvseOtDM7hkSKB7+Tv3SM=
 github.com/googleapis/gax-go/v2 v2.0.5/go.mod h1:DWXyrwAJ9X0FpwwEdw+IPEYBICEFu5mhpdKc/us6bOk=
 github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1 h1:EGx4pi6eqNxGaHF6qqu48+N2wcFQ5qg5FXgOdqsJ5d8=
 github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1/go.mod h1:wJfORRmW1u3UXTncJ5qlYoELFm8eSnnEO6hX4iZ3EWY=
@@ -531,6 +535,7 @@
 golang.org/x/oauth2 v0.0.0-20190402181905-9f3314589c9a/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
 golang.org/x/oauth2 v0.0.0-20190523182746-aaccbc9213b0 h1:xFEXbcD0oa/xhqQmMXztdZ0bWvexAWds+8c1gRN8nu0=
 golang.org/x/oauth2 v0.0.0-20190523182746-aaccbc9213b0/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
+golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 h1:SVwTIAaPC2U/AvvLNZ2a7OVsmBpC8L5BlwK1whH3hm0=
 golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
 golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f h1:wMNYb4v58l5UBM7MYRLPG6ZhfOqbKu7X5eyFl8ZhKvA=
 golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
@@ -611,6 +616,7 @@
 google.golang.org/api v0.7.0/go.mod h1:WtwebWUNSVBH/HAw79HIFXZNqEvBhG+Ra+ax0hx3E3M=
 google.golang.org/api v0.8.0/go.mod h1:o4eAsZoiT+ibD93RtjEohWalFOjRDx6CVaqeizhEnKg=
 google.golang.org/api v0.9.0/go.mod h1:o4eAsZoiT+ibD93RtjEohWalFOjRDx6CVaqeizhEnKg=
+google.golang.org/api v0.13.0 h1:Q3Ui3V3/CVinFWFiW39Iw0kMuVrRzYX0wN6OPFp0lTA=
 google.golang.org/api v0.13.0/go.mod h1:iLdEw5Ide6rF15KTC1Kkl0iskquN2gFfn9o9XIsbkAI=
 google.golang.org/appengine v1.1.0/go.mod h1:EbEs0AVv82hx2wNQdGPgUI5lhzA/G0D9YwlJXL52JkM=
 google.golang.org/appengine v1.4.0 h1:/wp5JvzpHIxhs/dumFmF7BXTf3Z+dd4uXta4kVyO508=
@@ -632,6 +638,7 @@
 google.golang.org/genproto v0.0.0-20190801165951-fa694d86fc64/go.mod h1:DMBHOl98Agz4BDEuKkezgsaosCRResVns1a3J2ZsMNc=
 google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55/go.mod h1:DMBHOl98Agz4BDEuKkezgsaosCRResVns1a3J2ZsMNc=
 google.golang.org/genproto v0.0.0-20190911173649-1774047e7e51/go.mod h1:IbNlFCBrqXvoKpeg0TB2l7cyZUmoaFKYIwrEpbDKLA8=
+google.golang.org/genproto v0.0.0-20191108220845-16a3f7862a1a h1:Ob5/580gVHBJZgXnff1cZDbG+xLtMVE5mDRTe+nIsX4=
 google.golang.org/genproto v0.0.0-20191108220845-16a3f7862a1a/go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc=
 google.golang.org/grpc v1.17.0/go.mod h1:6QZJwpn2B+Zp71q/5VxRsJ6NXXVCE5NRUHRo+f3cWCs=
 google.golang.org/grpc v1.19.0 h1:cfg4PD8YEdSFnm7qLV4++93WcmhH2nIUhMjhdCvl3j8=
@@ -640,6 +647,7 @@
 google.golang.org/grpc v1.20.1/go.mod h1:10oTOabMzJvdu6/UiuZezV6QK5dSlG84ov/aaiqXj38=
 google.golang.org/grpc v1.21.0 h1:G+97AoqBnmZIT91cLG/EkCoK9NSelj64P8bOHHNmGn0=
 google.golang.org/grpc v1.21.0/go.mod h1:oYelfM1adQP15Ek0mdvEgi9Df8B9CZIaU1084ijfRaM=
+google.golang.org/grpc v1.21.1 h1:j6XxA85m/6txkUCHvzlV5f+HBNl/1r5cZ2A/3IEFOO8=
 google.golang.org/grpc v1.21.1/go.mod h1:oYelfM1adQP15Ek0mdvEgi9Df8B9CZIaU1084ijfRaM=
 gopkg.in/alecthomas/kingpin.v2 v2.2.6/go.mod h1:FMv+mEhP44yOT+4EoQTLFTRgOQ1FBLkstjWtayDeSgw=
 gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=