Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugoDocs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2022-05-31 11:24:01 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2022-05-31 11:24:01 +0300
commit8b6f8577fcbc89232a32d9f607255e97f36b804d (patch)
tree41ee3a87058ccd239664053918f4880809fcb723
parent858a5d39c73532817229c3921ba2aea9f5af93a6 (diff)
docs: Regen CLI docs
-rw-r--r--content/en/commands/hugo.md1
-rw-r--r--content/en/commands/hugo_mod.md1
-rw-r--r--content/en/commands/hugo_new.md1
-rw-r--r--content/en/commands/hugo_server.md1
4 files changed, 4 insertions, 0 deletions
diff --git a/content/en/commands/hugo.md b/content/en/commands/hugo.md
index 8845fef4a..e51a79f48 100644
--- a/content/en/commands/hugo.md
+++ b/content/en/commands/hugo.md
@@ -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
diff --git a/content/en/commands/hugo_mod.md b/content/en/commands/hugo_mod.md
index 87daff595..91cd7c743 100644
--- a/content/en/commands/hugo_mod.md
+++ b/content/en/commands/hugo_mod.md
@@ -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
diff --git a/content/en/commands/hugo_new.md b/content/en/commands/hugo_new.md
index e1f5eb620..d294b65b3 100644
--- a/content/en/commands/hugo_new.md
+++ b/content/en/commands/hugo_new.md
@@ -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
diff --git a/content/en/commands/hugo_server.md b/content/en/commands/hugo_server.md
index 7bbe46197..f79a8d5e9 100644
--- a/content/en/commands/hugo_server.md
+++ b/content/en/commands/hugo_server.md
@@ -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