diff options
Diffstat (limited to 'docs/content/en/commands/hugo_config_mounts.md')
-rw-r--r-- | docs/content/en/commands/hugo_config_mounts.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/content/en/commands/hugo_config_mounts.md b/docs/content/en/commands/hugo_config_mounts.md index 9ec0a5e7f..e4c4cf8c5 100644 --- a/docs/content/en/commands/hugo_config_mounts.md +++ b/docs/content/en/commands/hugo_config_mounts.md @@ -14,7 +14,11 @@ hugo config mounts [flags] [args] ### Options ``` - -h, --help help for mounts + -b, --baseURL string hostname (and path) to the root, e.g. https://spf13.com/ + --cacheDir string filesystem path to cache directory. Defaults: $TMPDIR/hugo_cache/ + -c, --contentDir string filesystem path to content directory + -h, --help help for mounts + -t, --theme strings themes to use (located in /themes/THEMENAME/) ``` ### Options inherited from parent commands |