hugo

Unnamed repository; edit this file 'description' to name the repository.

git clone git://git.shimmy1996.com/hugo.git
commit 74f0777c5f61bcd639bb6d8995ebd5869a2d5cba
parent e334a40661ec567a89c8637ab1638669069c8866
Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Date:   Fri,  7 Jan 2022 12:37:07 +0100

docs. Regen CLI docs

Closes #9363

Diffstat:
Mdocs/content/en/commands/hugo.md | 1+
Mdocs/content/en/commands/hugo_mod.md | 1+
Mdocs/content/en/commands/hugo_new.md | 1+
Mdocs/content/en/commands/hugo_new_site.md | 2+-
Mdocs/content/en/commands/hugo_server.md | 1+
5 files changed, 5 insertions(+), 1 deletion(-)
diff --git 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
@@ -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
@@ -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
@@ -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
@@ -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)