summaryrefslogtreecommitdiffstats
path: root/docs/content/en/commands/hugo_new_content.md
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2024-03-16 15:54:33 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2024-03-16 15:54:33 +0100
commit76ef3f42fa9103e35a7c255c9873756c285b9038 (patch)
treedae7836a948af5ce2e4b36eb33025730d5f94b91 /docs/content/en/commands/hugo_new_content.md
parent0ccb6cdc04128b7d95a95baba9e04a87ab82946e (diff)
docs: Regen CLI docs
Diffstat (limited to 'docs/content/en/commands/hugo_new_content.md')
-rw-r--r--docs/content/en/commands/hugo_new_content.md17
1 files changed, 9 insertions, 8 deletions
diff --git a/docs/content/en/commands/hugo_new_content.md b/docs/content/en/commands/hugo_new_content.md
index 36d6dc7ae..e50f341f7 100644
--- a/docs/content/en/commands/hugo_new_content.md
+++ b/docs/content/en/commands/hugo_new_content.md
@@ -25,14 +25,15 @@ hugo new content [path] [flags]
### Options
```
- -b, --baseURL string hostname (and path) to the root, e.g. https://spf13.com/
- --cacheDir string filesystem path to cache directory
- -c, --contentDir string filesystem path to content directory
- --editor string edit new content with this editor, if provided
- -f, --force overwrite file if it already exists
- -h, --help help for content
- -k, --kind string content type to create
- -t, --theme strings themes to use (located in /themes/THEMENAME/)
+ -b, --baseURL string hostname (and path) to the root, e.g. https://spf13.com/
+ --cacheDir string filesystem path to cache directory
+ -c, --contentDir string filesystem path to content directory
+ --editor string edit new content with this editor, if provided
+ -f, --force overwrite file if it already exists
+ -h, --help help for content
+ -k, --kind string content type to create
+ --renderSegments strings named segments to render (configured in the segments config)
+ -t, --theme strings themes to use (located in /themes/THEMENAME/)
```
### Options inherited from parent commands