From 3fcbee261a6069e0417d62d4d357c9cd19873338 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Tue, 31 May 2022 10:24:01 +0200 Subject: docs: Regen CLI docs --- docs/content/en/commands/hugo.md | 1 + docs/content/en/commands/hugo_mod.md | 1 + docs/content/en/commands/hugo_new.md | 1 + docs/content/en/commands/hugo_server.md | 1 + 4 files changed, 4 insertions(+) (limited to 'docs') diff --git a/docs/content/en/commands/hugo.md b/docs/content/en/commands/hugo.md index 8845fef4a..e51a79f48 100644 --- a/docs/content/en/commands/hugo.md +++ b/docs/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/docs/content/en/commands/hugo_mod.md b/docs/content/en/commands/hugo_mod.md index 87daff595..91cd7c743 100644 --- a/docs/content/en/commands/hugo_mod.md +++ b/docs/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/docs/content/en/commands/hugo_new.md b/docs/content/en/commands/hugo_new.md index e1f5eb620..d294b65b3 100644 --- a/docs/content/en/commands/hugo_new.md +++ b/docs/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/docs/content/en/commands/hugo_server.md b/docs/content/en/commands/hugo_server.md index 7bbe46197..f79a8d5e9 100644 --- a/docs/content/en/commands/hugo_server.md +++ b/docs/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 -- cgit v1.2.3