From: Bjørn Erik Pedersen Date: Fri, 7 Jan 2022 11:37:07 +0000 (+0100) Subject: docs. Regen CLI docs X-Git-Tag: v0.92.0~10 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=74f0777c5f61bcd639bb6d8995ebd5869a2d5cba;p=brevno-suite%2Fhugo docs. Regen CLI docs Closes #9363 --- diff --git a/docs/content/en/commands/hugo.md b/docs/content/en/commands/hugo.md index b6d03cc2..94d933c8 100644 --- a/docs/content/en/commands/hugo.md +++ b/docs/content/en/commands/hugo.md @@ -49,6 +49,7 @@ hugo [flags] --minify minify any supported output format (HTML, XML etc.) --noChmod don't sync permission mode of files --noTimes don't sync modification time of files + --panicOnWarning panic on first WARNING log --path-warnings print warnings on duplicate target paths etc. --poll string set this to a poll interval, e.g --poll 700ms, to use a poll based approach to watch for file system changes --print-mem print memory usage to screen at intervals diff --git a/docs/content/en/commands/hugo_mod.md b/docs/content/en/commands/hugo_mod.md index 8e129076..7b620cd3 100644 --- a/docs/content/en/commands/hugo_mod.md +++ b/docs/content/en/commands/hugo_mod.md @@ -45,6 +45,7 @@ See https://gohugo.io/hugo-modules/ for more information. --minify minify any supported output format (HTML, XML etc.) --noChmod don't sync permission mode of files --noTimes don't sync modification time of files + --panicOnWarning panic on first WARNING log --path-warnings print warnings on duplicate target paths etc. --poll string set this to a poll interval, e.g --poll 700ms, to use a poll based approach to watch for file system changes --print-mem print memory usage to screen at intervals diff --git a/docs/content/en/commands/hugo_new.md b/docs/content/en/commands/hugo_new.md index 85de74db..018cd2af 100644 --- a/docs/content/en/commands/hugo_new.md +++ b/docs/content/en/commands/hugo_new.md @@ -46,6 +46,7 @@ hugo new [path] [flags] --minify minify any supported output format (HTML, XML etc.) --noChmod don't sync permission mode of files --noTimes don't sync modification time of files + --panicOnWarning panic on first WARNING log --path-warnings print warnings on duplicate target paths etc. --poll string set this to a poll interval, e.g --poll 700ms, to use a poll based approach to watch for file system changes --print-mem print memory usage to screen at intervals diff --git a/docs/content/en/commands/hugo_new_site.md b/docs/content/en/commands/hugo_new_site.md index 3b16d6a9..250e5b79 100644 --- a/docs/content/en/commands/hugo_new_site.md +++ b/docs/content/en/commands/hugo_new_site.md @@ -21,7 +21,7 @@ hugo new site [path] [flags] ``` --force init inside non-empty directory - -f, --format string config & frontmatter format (default "toml") + -f, --format string config file format (default "toml") -h, --help help for site ``` diff --git a/docs/content/en/commands/hugo_server.md b/docs/content/en/commands/hugo_server.md index e32975bd..524340f8 100644 --- a/docs/content/en/commands/hugo_server.md +++ b/docs/content/en/commands/hugo_server.md @@ -58,6 +58,7 @@ hugo server [flags] --noChmod don't sync permission mode of files --noHTTPCache prevent HTTP caching --noTimes don't sync modification time of files + --panicOnWarning panic on first WARNING log --path-warnings print warnings on duplicate target paths etc. --poll string set this to a poll interval, e.g --poll 700ms, to use a poll based approach to watch for file system changes -p, --port int port on which the server will listen (default 1313)