]> git.maquefel.me Git - brevno-suite/hugo/commitdiff
docs: Regen CLI docs
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Tue, 31 May 2022 08:24:01 +0000 (10:24 +0200)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Tue, 31 May 2022 08:24:01 +0000 (10:24 +0200)
docs/content/en/commands/hugo.md
docs/content/en/commands/hugo_mod.md
docs/content/en/commands/hugo_new.md
docs/content/en/commands/hugo_server.md

index 8845fef4a438ef5512e97d2746968c1822fcd397..e51a79f484762c8b3b79d2e1997b29ca31244bca 100644 (file)
@@ -47,6 +47,7 @@ hugo [flags]
       --log                        enable Logging
       --logFile string             log File path (if set, logging enabled automatically)
       --minify                     minify any supported output format (HTML, XML etc.)
+      --noBuildLock                don't create .hugo_build.lock file
       --noChmod                    don't sync permission mode of files
       --noTimes                    don't sync modification time of files
       --panicOnWarning             panic on first WARNING log
index 87daff59535803862d755a4e1087d252de07712c..91cd7c743faccc721eb220d1393271cc41d4d520 100644 (file)
@@ -42,6 +42,7 @@ See https://gohugo.io/hugo-modules/ for more information.
       --ignoreCache            ignores the cache directory
   -l, --layoutDir string       filesystem path to layout directory
       --minify                 minify any supported output format (HTML, XML etc.)
+      --noBuildLock            don't create .hugo_build.lock file
       --noChmod                don't sync permission mode of files
       --noTimes                don't sync modification time of files
       --panicOnWarning         panic on first WARNING log
index e1f5eb620935054e7220d8e90b30512c46f52fbd..d294b65b3cb8d3bed06454e6a1d88fd77964f624 100644 (file)
@@ -43,6 +43,7 @@ hugo new [path] [flags]
   -k, --kind string            content type to create
   -l, --layoutDir string       filesystem path to layout directory
       --minify                 minify any supported output format (HTML, XML etc.)
+      --noBuildLock            don't create .hugo_build.lock file
       --noChmod                don't sync permission mode of files
       --noTimes                don't sync modification time of files
       --panicOnWarning         panic on first WARNING log
index 7bbe46197b2ce6d3a464c5d6e5e80bd07a5f09c4..f79a8d5e9e028b5ba8c7b2e6dd17ef70a329e253 100644 (file)
@@ -54,6 +54,7 @@ hugo server [flags]
       --memstats string        log memory usage to this file
       --minify                 minify any supported output format (HTML, XML etc.)
       --navigateToChanged      navigate to changed content file on live browser reload
+      --noBuildLock            don't create .hugo_build.lock file
       --noChmod                don't sync permission mode of files
       --noHTTPCache            prevent HTTP caching
       --noTimes                don't sync modification time of files