summaryrefslogtreecommitdiffstats
path: root/docs/content/en/commands/hugo_config.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/commands/hugo_config.md')
-rw-r--r--docs/content/en/commands/hugo_config.md15
1 files changed, 8 insertions, 7 deletions
diff --git a/docs/content/en/commands/hugo_config.md b/docs/content/en/commands/hugo_config.md
index 83bd11fc6..873b7179b 100644
--- a/docs/content/en/commands/hugo_config.md
+++ b/docs/content/en/commands/hugo_config.md
@@ -18,13 +18,14 @@ hugo config [command] [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
- --format string preferred file format (toml, yaml or json) (default "toml")
- -h, --help help for config
- --lang string the language to display config for. Defaults to the first language defined.
- -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
+ --format string preferred file format (toml, yaml or json) (default "toml")
+ -h, --help help for config
+ --lang string the language to display config for. Defaults to the first language defined.
+ --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