summaryrefslogtreecommitdiffstats
path: root/docs/content/en/commands/hugo_new_theme.md
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-09-13 21:58:10 +0200
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-09-13 21:58:10 +0200
commitc8da8eb1f5551e6d141843daab41cb0ddbb0de4b (patch)
tree75b4903c7958e53f18bb2c5cc2b3c983fc6f637d /docs/content/en/commands/hugo_new_theme.md
parent787da6bd5f5440649cf653ca9fb19dd0c6e7c604 (diff)
docs: Regenerate CLI docs
Diffstat (limited to 'docs/content/en/commands/hugo_new_theme.md')
-rw-r--r--docs/content/en/commands/hugo_new_theme.md29
1 files changed, 15 insertions, 14 deletions
diff --git a/docs/content/en/commands/hugo_new_theme.md b/docs/content/en/commands/hugo_new_theme.md
index 1fa0e46fd..80da70875 100644
--- 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,22 +28,23 @@ 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
- -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
* [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