Skip to content

Commit 4462861

Browse files
committed
docs: Regen CLI docs
1 parent 0fc8678 commit 4462861

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+42
-1
lines changed

docs/content/en/commands/hugo_completion.md

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ See each sub-command's help for details on how to use the generated script.
2929
-e, --environment string build environment
3030
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
3131
--logLevel string log level (debug|info|warn|error)
32+
--noBuildLock don't create .hugo_build.lock file
3233
--quiet build in quiet mode
3334
-M, --renderToMemory render to memory (mostly useful when running the server)
3435
-s, --source string filesystem path to read files relative from

docs/content/en/commands/hugo_completion_bash.md

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ hugo completion bash
5252
-e, --environment string build environment
5353
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
5454
--logLevel string log level (debug|info|warn|error)
55+
--noBuildLock don't create .hugo_build.lock file
5556
--quiet build in quiet mode
5657
-M, --renderToMemory render to memory (mostly useful when running the server)
5758
-s, --source string filesystem path to read files relative from

docs/content/en/commands/hugo_completion_fish.md

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ hugo completion fish [flags]
4343
-e, --environment string build environment
4444
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
4545
--logLevel string log level (debug|info|warn|error)
46+
--noBuildLock don't create .hugo_build.lock file
4647
--quiet build in quiet mode
4748
-M, --renderToMemory render to memory (mostly useful when running the server)
4849
-s, --source string filesystem path to read files relative from

docs/content/en/commands/hugo_completion_powershell.md

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ hugo completion powershell [flags]
4040
-e, --environment string build environment
4141
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
4242
--logLevel string log level (debug|info|warn|error)
43+
--noBuildLock don't create .hugo_build.lock file
4344
--quiet build in quiet mode
4445
-M, --renderToMemory render to memory (mostly useful when running the server)
4546
-s, --source string filesystem path to read files relative from

docs/content/en/commands/hugo_completion_zsh.md

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ hugo completion zsh [flags]
5454
-e, --environment string build environment
5555
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
5656
--logLevel string log level (debug|info|warn|error)
57+
--noBuildLock don't create .hugo_build.lock file
5758
--quiet build in quiet mode
5859
-M, --renderToMemory render to memory (mostly useful when running the server)
5960
-s, --source string filesystem path to read files relative from

docs/content/en/commands/hugo_config.md

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ hugo config [command] [flags]
3838
-e, --environment string build environment
3939
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
4040
--logLevel string log level (debug|info|warn|error)
41+
--noBuildLock don't create .hugo_build.lock file
4142
--quiet build in quiet mode
4243
-M, --renderToMemory render to memory (mostly useful when running the server)
4344
-s, --source string filesystem path to read files relative from

docs/content/en/commands/hugo_config_mounts.md

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ hugo config mounts [flags] [args]
3232
-e, --environment string build environment
3333
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
3434
--logLevel string log level (debug|info|warn|error)
35+
--noBuildLock don't create .hugo_build.lock file
3536
--quiet build in quiet mode
3637
-M, --renderToMemory render to memory (mostly useful when running the server)
3738
-s, --source string filesystem path to read files relative from

docs/content/en/commands/hugo_convert.md

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ See convert's subcommands toJSON, toTOML and toYAML for more information.
3131
-e, --environment string build environment
3232
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
3333
--logLevel string log level (debug|info|warn|error)
34+
--noBuildLock don't create .hugo_build.lock file
3435
--quiet build in quiet mode
3536
-M, --renderToMemory render to memory (mostly useful when running the server)
3637
-s, --source string filesystem path to read files relative from

docs/content/en/commands/hugo_convert_toJSON.md

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ hugo convert toJSON [flags] [args]
3232
-e, --environment string build environment
3333
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
3434
--logLevel string log level (debug|info|warn|error)
35+
--noBuildLock don't create .hugo_build.lock file
3536
-o, --output string filesystem path to write files to
3637
--quiet build in quiet mode
3738
-M, --renderToMemory render to memory (mostly useful when running the server)

docs/content/en/commands/hugo_convert_toTOML.md

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ hugo convert toTOML [flags] [args]
3232
-e, --environment string build environment
3333
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
3434
--logLevel string log level (debug|info|warn|error)
35+
--noBuildLock don't create .hugo_build.lock file
3536
-o, --output string filesystem path to write files to
3637
--quiet build in quiet mode
3738
-M, --renderToMemory render to memory (mostly useful when running the server)

docs/content/en/commands/hugo_convert_toYAML.md

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ hugo convert toYAML [flags] [args]
3232
-e, --environment string build environment
3333
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
3434
--logLevel string log level (debug|info|warn|error)
35+
--noBuildLock don't create .hugo_build.lock file
3536
-o, --output string filesystem path to write files to
3637
--quiet build in quiet mode
3738
-M, --renderToMemory render to memory (mostly useful when running the server)

docs/content/en/commands/hugo_deploy.md

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ hugo deploy [flags] [args]
4242
-e, --environment string build environment
4343
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
4444
--logLevel string log level (debug|info|warn|error)
45+
--noBuildLock don't create .hugo_build.lock file
4546
--quiet build in quiet mode
4647
-M, --renderToMemory render to memory (mostly useful when running the server)
4748
-s, --source string filesystem path to read files relative from

docs/content/en/commands/hugo_env.md

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ hugo env [flags] [args]
3131
-e, --environment string build environment
3232
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
3333
--logLevel string log level (debug|info|warn|error)
34+
--noBuildLock don't create .hugo_build.lock file
3435
--quiet build in quiet mode
3536
-M, --renderToMemory render to memory (mostly useful when running the server)
3637
-s, --source string filesystem path to read files relative from

docs/content/en/commands/hugo_gen.md

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Generate documentation for your project using Hugo's documentation engine, inclu
2727
-e, --environment string build environment
2828
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
2929
--logLevel string log level (debug|info|warn|error)
30+
--noBuildLock don't create .hugo_build.lock file
3031
--quiet build in quiet mode
3132
-M, --renderToMemory render to memory (mostly useful when running the server)
3233
-s, --source string filesystem path to read files relative from

docs/content/en/commands/hugo_gen_chromastyles.md

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ hugo gen chromastyles [flags] [args]
3737
-e, --environment string build environment
3838
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
3939
--logLevel string log level (debug|info|warn|error)
40+
--noBuildLock don't create .hugo_build.lock file
4041
--quiet build in quiet mode
4142
-M, --renderToMemory render to memory (mostly useful when running the server)
4243
-s, --source string filesystem path to read files relative from

docs/content/en/commands/hugo_gen_doc.md

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ hugo gen doc [flags] [args]
3737
-e, --environment string build environment
3838
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
3939
--logLevel string log level (debug|info|warn|error)
40+
--noBuildLock don't create .hugo_build.lock file
4041
--quiet build in quiet mode
4142
-M, --renderToMemory render to memory (mostly useful when running the server)
4243
-s, --source string filesystem path to read files relative from

docs/content/en/commands/hugo_gen_man.md

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ hugo gen man [flags] [args]
3434
-e, --environment string build environment
3535
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
3636
--logLevel string log level (debug|info|warn|error)
37+
--noBuildLock don't create .hugo_build.lock file
3738
--quiet build in quiet mode
3839
-M, --renderToMemory render to memory (mostly useful when running the server)
3940
-s, --source string filesystem path to read files relative from

docs/content/en/commands/hugo_import.md

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Import requires a subcommand, e.g. `hugo import jekyll jekyll_root_path target_p
2929
-e, --environment string build environment
3030
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
3131
--logLevel string log level (debug|info|warn|error)
32+
--noBuildLock don't create .hugo_build.lock file
3233
--quiet build in quiet mode
3334
-M, --renderToMemory render to memory (mostly useful when running the server)
3435
-s, --source string filesystem path to read files relative from

docs/content/en/commands/hugo_import_jekyll.md

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ hugo import jekyll [flags] [args]
3434
-e, --environment string build environment
3535
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
3636
--logLevel string log level (debug|info|warn|error)
37+
--noBuildLock don't create .hugo_build.lock file
3738
--quiet build in quiet mode
3839
-M, --renderToMemory render to memory (mostly useful when running the server)
3940
-s, --source string filesystem path to read files relative from

docs/content/en/commands/hugo_list.md

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ List requires a subcommand, e.g. hugo list drafts
2929
-e, --environment string build environment
3030
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
3131
--logLevel string log level (debug|info|warn|error)
32+
--noBuildLock don't create .hugo_build.lock file
3233
--quiet build in quiet mode
3334
-M, --renderToMemory render to memory (mostly useful when running the server)
3435
-s, --source string filesystem path to read files relative from

docs/content/en/commands/hugo_list_all.md

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ hugo list all [flags] [args]
3131
-e, --environment string build environment
3232
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
3333
--logLevel string log level (debug|info|warn|error)
34+
--noBuildLock don't create .hugo_build.lock file
3435
--quiet build in quiet mode
3536
-M, --renderToMemory render to memory (mostly useful when running the server)
3637
-s, --source string filesystem path to read files relative from

docs/content/en/commands/hugo_list_drafts.md

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ hugo list drafts [flags] [args]
3131
-e, --environment string build environment
3232
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
3333
--logLevel string log level (debug|info|warn|error)
34+
--noBuildLock don't create .hugo_build.lock file
3435
--quiet build in quiet mode
3536
-M, --renderToMemory render to memory (mostly useful when running the server)
3637
-s, --source string filesystem path to read files relative from

docs/content/en/commands/hugo_list_expired.md

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ hugo list expired [flags] [args]
3131
-e, --environment string build environment
3232
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
3333
--logLevel string log level (debug|info|warn|error)
34+
--noBuildLock don't create .hugo_build.lock file
3435
--quiet build in quiet mode
3536
-M, --renderToMemory render to memory (mostly useful when running the server)
3637
-s, --source string filesystem path to read files relative from

docs/content/en/commands/hugo_list_future.md

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ hugo list future [flags] [args]
3131
-e, --environment string build environment
3232
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
3333
--logLevel string log level (debug|info|warn|error)
34+
--noBuildLock don't create .hugo_build.lock file
3435
--quiet build in quiet mode
3536
-M, --renderToMemory render to memory (mostly useful when running the server)
3637
-s, --source string filesystem path to read files relative from

docs/content/en/commands/hugo_list_published.md

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ hugo list published [flags] [args]
3131
-e, --environment string build environment
3232
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
3333
--logLevel string log level (debug|info|warn|error)
34+
--noBuildLock don't create .hugo_build.lock file
3435
--quiet build in quiet mode
3536
-M, --renderToMemory render to memory (mostly useful when running the server)
3637
-s, --source string filesystem path to read files relative from

docs/content/en/commands/hugo_mod.md

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ See https://gohugo.io/hugo-modules/ for more information.
3838
-e, --environment string build environment
3939
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
4040
--logLevel string log level (debug|info|warn|error)
41+
--noBuildLock don't create .hugo_build.lock file
4142
--quiet build in quiet mode
4243
-M, --renderToMemory render to memory (mostly useful when running the server)
4344
-s, --source string filesystem path to read files relative from

docs/content/en/commands/hugo_mod_clean.md

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ hugo mod clean [flags] [args]
3838
-e, --environment string build environment
3939
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
4040
--logLevel string log level (debug|info|warn|error)
41+
--noBuildLock don't create .hugo_build.lock file
4142
--quiet build in quiet mode
4243
-M, --renderToMemory render to memory (mostly useful when running the server)
4344
-s, --source string filesystem path to read files relative from

docs/content/en/commands/hugo_mod_get.md

+1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ hugo mod get [flags] [args]
6262
-e, --environment string build environment
6363
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
6464
--logLevel string log level (debug|info|warn|error)
65+
--noBuildLock don't create .hugo_build.lock file
6566
--quiet build in quiet mode
6667
-M, --renderToMemory render to memory (mostly useful when running the server)
6768
-s, --source string filesystem path to read files relative from

docs/content/en/commands/hugo_mod_graph.md

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ hugo mod graph [flags] [args]
3939
-e, --environment string build environment
4040
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
4141
--logLevel string log level (debug|info|warn|error)
42+
--noBuildLock don't create .hugo_build.lock file
4243
--quiet build in quiet mode
4344
-M, --renderToMemory render to memory (mostly useful when running the server)
4445
-s, --source string filesystem path to read files relative from

docs/content/en/commands/hugo_mod_init.md

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ hugo mod init [flags] [args]
4343
-e, --environment string build environment
4444
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
4545
--logLevel string log level (debug|info|warn|error)
46+
--noBuildLock don't create .hugo_build.lock file
4647
--quiet build in quiet mode
4748
-M, --renderToMemory render to memory (mostly useful when running the server)
4849
-s, --source string filesystem path to read files relative from

docs/content/en/commands/hugo_mod_npm.md

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ hugo mod npm [command] [flags]
3131
-e, --environment string build environment
3232
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
3333
--logLevel string log level (debug|info|warn|error)
34+
--noBuildLock don't create .hugo_build.lock file
3435
--quiet build in quiet mode
3536
-M, --renderToMemory render to memory (mostly useful when running the server)
3637
-s, --source string filesystem path to read files relative from

docs/content/en/commands/hugo_mod_npm_pack.md

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ hugo mod npm pack [flags] [args]
4646
-e, --environment string build environment
4747
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
4848
--logLevel string log level (debug|info|warn|error)
49+
--noBuildLock don't create .hugo_build.lock file
4950
--quiet build in quiet mode
5051
-M, --renderToMemory render to memory (mostly useful when running the server)
5152
-s, --source string filesystem path to read files relative from

docs/content/en/commands/hugo_mod_tidy.md

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ hugo mod tidy [flags] [args]
3232
-e, --environment string build environment
3333
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
3434
--logLevel string log level (debug|info|warn|error)
35+
--noBuildLock don't create .hugo_build.lock file
3536
--quiet build in quiet mode
3637
-M, --renderToMemory render to memory (mostly useful when running the server)
3738
-s, --source string filesystem path to read files relative from

docs/content/en/commands/hugo_mod_vendor.md

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ hugo mod vendor [flags] [args]
3838
-e, --environment string build environment
3939
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
4040
--logLevel string log level (debug|info|warn|error)
41+
--noBuildLock don't create .hugo_build.lock file
4142
--quiet build in quiet mode
4243
-M, --renderToMemory render to memory (mostly useful when running the server)
4344
-s, --source string filesystem path to read files relative from

docs/content/en/commands/hugo_mod_verify.md

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ hugo mod verify [flags] [args]
3737
-e, --environment string build environment
3838
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
3939
--logLevel string log level (debug|info|warn|error)
40+
--noBuildLock don't create .hugo_build.lock file
4041
--quiet build in quiet mode
4142
-M, --renderToMemory render to memory (mostly useful when running the server)
4243
-s, --source string filesystem path to read files relative from

0 commit comments

Comments
 (0)