diff options
author | Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com> | 2023-01-17 12:52:53 +0100 |
---|---|---|
committer | Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com> | 2023-01-17 12:52:53 +0100 |
commit | 19e96056292cc1d712faa0b7d6b534272defdafc (patch) | |
tree | 50b642bc6e911d0063dcb78720b6f0a88383700a /docs/content/en/commands/hugo_mod_init.md | |
parent | 80e8bd3b721bd1ef5cd9dad6f27d9158834296d9 (diff) | |
download | hugo-19e96056292cc1d712faa0b7d6b534272defdafc.tar.gz hugo-19e96056292cc1d712faa0b7d6b534272defdafc.zip |
dos: Regen CLI docs
Diffstat (limited to 'docs/content/en/commands/hugo_mod_init.md')
-rw-r--r-- | docs/content/en/commands/hugo_mod_init.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/en/commands/hugo_mod_init.md b/docs/content/en/commands/hugo_mod_init.md index 5cd25be1a..21aacf131 100644 --- a/docs/content/en/commands/hugo_mod_init.md +++ b/docs/content/en/commands/hugo_mod_init.md @@ -32,7 +32,7 @@ hugo mod init [flags] ``` --clock string set the clock used by Hugo, e.g. --clock 2021-11-06T22:30:00.00+09:00 - --config string config file (default is path/config.yaml|json|toml) + --config string config file (default is hugo.yaml|json|toml) --configDir string config dir (default "config") --debug debug output -e, --environment string build environment |