Squashed 'docs/' changes from b8b20e9a2..93f7baf80
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Mon, 14 Feb 2022 11:58:42 +0000 (12:58 +0100)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Mon, 14 Feb 2022 11:58:42 +0000 (12:58 +0100)
93f7baf80 netlify: Hugo 0.92.2
ecd8a6b6b Merge branch 'tempv0.92.2'
ee04caf9f Fix validation of Page Kind in cascade target map
3fce03ed2 Remove the "check" command
70ad71b25 Fix typo (#1651)
dfd1dc570 Fix internal link (#1650)
b5e0e0d38 Update rotten Fedora package link
78276390a Add missing word in types.md (#1645)
45eb945f8 Remove hugo gen autocomplete
2f84d0896 netlify: Hugo 0.92.1
b55f5773b Update complement.md
7013ee43e Remove deprecated RSSLink from page variables
1c3fb6ed3 Remove deprecated page vars (#1638)
9bd0af3ab Update union.md
4576487a0 Update symdiff.md
58f1b26c7 Update starter-kits.md (#1521)
285356c1d Move inline partials section (#1635)
4d08625d2 Improve directions for editing Win 10 path env var (#1632)
41d9c7804 Update page content (#1629)
d05536cad Removed unpaired quote character (#1630)
3b0fdcd88 netlify: Bump to Hugo 0.92.0
cdb068346 docs: Regenerate docshelper
778503ca8 Merge commit 'a8e9fc699a6ff7d578f97a7c553ce844efad8fdb'
2d2401c91 docs: Add dependency table to maintainance page
6bc95c386 Add hugo.Deps
19d0b5e23 docs. Regen CLI docs
76a750d96 docs: Regenerate CLI docs
70156962a docs: Regenerate docshelper

git-subtree-dir: docs
git-subtree-split: 93f7baf80bd03176ad44701cd2452433d492ea0b

60 files changed:
content/en/about/security-model/index.md
content/en/commands/hugo.md
content/en/commands/hugo_check.md [deleted file]
content/en/commands/hugo_check_ulimit.md [deleted file]
content/en/commands/hugo_completion.md
content/en/commands/hugo_completion_bash.md
content/en/commands/hugo_completion_fish.md
content/en/commands/hugo_completion_powershell.md
content/en/commands/hugo_completion_zsh.md
content/en/commands/hugo_config.md
content/en/commands/hugo_config_mounts.md
content/en/commands/hugo_convert.md
content/en/commands/hugo_convert_toJSON.md
content/en/commands/hugo_convert_toTOML.md
content/en/commands/hugo_convert_toYAML.md
content/en/commands/hugo_deploy.md
content/en/commands/hugo_env.md
content/en/commands/hugo_gen.md
content/en/commands/hugo_gen_autocomplete.md [deleted file]
content/en/commands/hugo_gen_chromastyles.md
content/en/commands/hugo_gen_doc.md
content/en/commands/hugo_gen_man.md
content/en/commands/hugo_import.md
content/en/commands/hugo_import_jekyll.md
content/en/commands/hugo_list.md
content/en/commands/hugo_list_all.md
content/en/commands/hugo_list_drafts.md
content/en/commands/hugo_list_expired.md
content/en/commands/hugo_list_future.md
content/en/commands/hugo_mod.md
content/en/commands/hugo_mod_clean.md
content/en/commands/hugo_mod_get.md
content/en/commands/hugo_mod_graph.md
content/en/commands/hugo_mod_init.md
content/en/commands/hugo_mod_npm.md
content/en/commands/hugo_mod_npm_pack.md
content/en/commands/hugo_mod_tidy.md
content/en/commands/hugo_mod_vendor.md
content/en/commands/hugo_mod_verify.md
content/en/commands/hugo_new.md
content/en/commands/hugo_new_site.md
content/en/commands/hugo_new_theme.md
content/en/commands/hugo_server.md
content/en/commands/hugo_version.md
content/en/content-management/front-matter.md
content/en/content-management/types.md
content/en/functions/complement.md
content/en/functions/hugo.md
content/en/functions/symdiff.md
content/en/functions/union.md
content/en/getting-started/installing.md
content/en/hugo-modules/configuration.md
content/en/templates/data-templates.md
content/en/templates/partials.md
content/en/tools/starter-kits.md
content/en/variables/hugo.md [deleted file]
content/en/variables/page.md
data/docs.json
layouts/maintenance/list.html
netlify.toml

index 0aec55560d9d615196c4aecb559ae5962135a131..c7e9d35c67891690cd36352fa85796018cd9b42e 100644 (file)
@@ -25,7 +25,7 @@ But when developing and building your site, the runtime is the `hugo` executable
 
 * Hugo has a virtual file system and only the main project (not third-party components) is allowed to mount directories or files outside the project root.
 * Only the main project can walk symbolic links.
-* User-defined components have only read-access to the filesystem.
+* User-defined components have read-only access to the filesystem.
 * We shell out to some external binaries to support [Asciidoctor](/content-management/formats/#list-of-content-formats) and similar, but those binaries and their flags are predefined and disabled by default (see [Security Policy](#security-policy)). General functions to run arbitrary external OS commands have been [discussed](https://github.com/gohugoio/hugo/issues/796), but not implemented because of security concerns.
 
 
@@ -35,7 +35,7 @@ But when developing and building your site, the runtime is the `hugo` executable
 
 Hugo has a built-in security policy that restricts access to [os/exec](https://pkg.go.dev/os/exec), remote communication and similar.
 
-The default configuration is listed below. And build using features not whitelisted in the security policy will faill with a detailed message about what needs to be done. Most of these settings are whitelists (string or slice, [Regular Expressions](https://pkg.go.dev/regexp) or `none` which matches nothing).
+The default configuration is listed below. Any build using features not in the allow list of the security policy will fail with a detailed message about what needs to be done. Most of these settings are allow lists (string or slice, [Regular Expressions](https://pkg.go.dev/regexp) or `none` which matches nothing).
 
 {{< code-toggle config="security" />}}
 
@@ -47,9 +47,9 @@ HUGO_SECURITY_HTTP_URLS=none hugo
 
 ## Dependency Security
 
-Hugo builds as a static binary using [Go Modules](https://github.com/golang/go/wiki/Modules) to manage its dependencies. Go Modules have several safeguards, one of them being the `go.sum` file. This is a database of the expected cryptographic checksums of all of your dependencies, including any transitive.
+Hugo is built as a static binary using [Go Modules](https://github.com/golang/go/wiki/Modules) to manage its dependencies. Go Modules have several safeguards, one of them being the `go.sum` file. This is a database of the expected cryptographic checksums of all of your dependencies, including transitive dependencies.
 
-[Hugo Modules](/hugo-modules/) is built on top of Go Modules functionality, and a Hugo project using Hugo Modules will have a `go.sum` file. We recommend that you commit this file to your version control system. The Hugo build will fail if there is a checksum mismatch, which would be an indication of [dependency tampering](https://julienrenaux.fr/2019/12/20/github-actions-security-risk/).
+[Hugo Modules](/hugo-modules/) is a feature built on top of the functionality of Go Modules. Like Go Modules, a Hugo project using Hugo Modules will have a `go.sum` file. We recommend that you commit this file to your version control system. The Hugo build will fail if there is a checksum mismatch, which would be an indication of [dependency tampering](https://julienrenaux.fr/2019/12/20/github-actions-security-risk/).
 
 ## Web Application Security
 
index 00d60be042b880ca55c39b13f437543bb2c8784a..827bb89e6cbedb3ea8452887ba96b9cae70e4b38 100644 (file)
@@ -42,7 +42,6 @@ hugo [flags]
   -h, --help                       help for hugo
       --i18n-warnings              print missing translations
       --ignoreCache                ignores the cache directory
-      --ignoreVendor               ignores any _vendor directory
       --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
   -l, --layoutDir string           filesystem path to layout directory
       --log                        enable Logging
@@ -50,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
@@ -68,7 +68,6 @@ hugo [flags]
 
 ### SEE ALSO
 
-* [hugo check](/commands/hugo_check/)   - Contains some verification checks
 * [hugo completion](/commands/hugo_completion/)         - generate the autocompletion script for the specified shell
 * [hugo config](/commands/hugo_config/)         - Print the site configuration
 * [hugo convert](/commands/hugo_convert/)       - Convert your content to different formats
diff --git a/content/en/commands/hugo_check.md b/content/en/commands/hugo_check.md
deleted file mode 100644 (file)
index 1c9bb0c..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
----
-title: "hugo check"
-slug: hugo_check
-url: /commands/hugo_check/
----
-## hugo check
-
-Contains some verification checks
-
-### Options
-
-```
-  -h, --help   help for check
-```
-
-### Options inherited from parent commands
-
-```
-      --config string              config file (default is path/config.yaml|json|toml)
-      --configDir string           config dir (default "config")
-      --debug                      debug output
-  -e, --environment string         build environment
-      --ignoreVendor               ignores any _vendor directory
-      --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
-      --log                        enable Logging
-      --logFile string             log File path (if set, logging enabled automatically)
-      --quiet                      build in quiet mode
-  -s, --source string              filesystem path to read files relative from
-      --themesDir string           filesystem path to themes directory
-  -v, --verbose                    verbose output
-      --verboseLog                 verbose logging
-```
-
-### SEE ALSO
-
-* [hugo](/commands/hugo/)       - hugo builds your site
-* [hugo check ulimit](/commands/hugo_check_ulimit/)     - Check system ulimit settings
-
diff --git a/content/en/commands/hugo_check_ulimit.md b/content/en/commands/hugo_check_ulimit.md
deleted file mode 100644 (file)
index a27bd68..0000000
+++ /dev/null
@@ -1,46 +0,0 @@
----
-title: "hugo check ulimit"
-slug: hugo_check_ulimit
-url: /commands/hugo_check_ulimit/
----
-## hugo check ulimit
-
-Check system ulimit settings
-
-### Synopsis
-
-Hugo will inspect the current ulimit settings on the system.
-This is primarily to ensure that Hugo can watch enough files on some OSs
-
-```
-hugo check ulimit [flags]
-```
-
-### Options
-
-```
-  -h, --help   help for ulimit
-```
-
-### Options inherited from parent commands
-
-```
-      --config string              config file (default is path/config.yaml|json|toml)
-      --configDir string           config dir (default "config")
-      --debug                      debug output
-  -e, --environment string         build environment
-      --ignoreVendor               ignores any _vendor directory
-      --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
-      --log                        enable Logging
-      --logFile string             log File path (if set, logging enabled automatically)
-      --quiet                      build in quiet mode
-  -s, --source string              filesystem path to read files relative from
-      --themesDir string           filesystem path to themes directory
-  -v, --verbose                    verbose output
-      --verboseLog                 verbose logging
-```
-
-### SEE ALSO
-
-* [hugo check](/commands/hugo_check/)   - Contains some verification checks
-
index fdcb008b8771ad014615572531546688c64a02ec..944021d086104b16e65e53a35434cf0d5c3eb093 100644 (file)
@@ -27,7 +27,6 @@ See each sub-command's help for details on how to use the generated script.
       --configDir string           config dir (default "config")
       --debug                      debug output
   -e, --environment string         build environment
-      --ignoreVendor               ignores any _vendor directory
       --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       --log                        enable Logging
       --logFile string             log File path (if set, logging enabled automatically)
index 5ff7c0ad6387a035d75b95f4d9ab6439668f73c9..4d5a69277630e20995cde40d2a0ec4bdeca6119c 100644 (file)
@@ -45,7 +45,6 @@ hugo completion bash
       --configDir string           config dir (default "config")
       --debug                      debug output
   -e, --environment string         build environment
-      --ignoreVendor               ignores any _vendor directory
       --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       --log                        enable Logging
       --logFile string             log File path (if set, logging enabled automatically)
index aab77bfa0f4c58fe086b6297e85c6e39a0690147..0d23874107a08188dc73b76d4f04fcc2d5cb1642 100644 (file)
@@ -39,7 +39,6 @@ hugo completion fish [flags]
       --configDir string           config dir (default "config")
       --debug                      debug output
   -e, --environment string         build environment
-      --ignoreVendor               ignores any _vendor directory
       --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       --log                        enable Logging
       --logFile string             log File path (if set, logging enabled automatically)
index dc8aadc37ef4b8f8164ca81a687690f510cb0470..ab45bbcc73b8d13933c8f74652ea5537a5400e60 100644 (file)
@@ -37,7 +37,6 @@ hugo completion powershell [flags]
       --configDir string           config dir (default "config")
       --debug                      debug output
   -e, --environment string         build environment
-      --ignoreVendor               ignores any _vendor directory
       --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       --log                        enable Logging
       --logFile string             log File path (if set, logging enabled automatically)
index b3062b7a1c7088c17d3810c8e05d75ec30dec626..06fb7507edb8b5b5d27735b8c4bd1ce7355387aa 100644 (file)
@@ -44,7 +44,6 @@ hugo completion zsh [flags]
       --configDir string           config dir (default "config")
       --debug                      debug output
   -e, --environment string         build environment
-      --ignoreVendor               ignores any _vendor directory
       --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       --log                        enable Logging
       --logFile string             log File path (if set, logging enabled automatically)
index e305e68d0a8eabea04c935e4295d87c0e541b8b7..eb82b06ed7c1ba1f289b9446a39708526e7a730b 100644 (file)
@@ -28,7 +28,6 @@ hugo config [flags]
       --configDir string           config dir (default "config")
       --debug                      debug output
   -e, --environment string         build environment
-      --ignoreVendor               ignores any _vendor directory
       --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       --log                        enable Logging
       --logFile string             log File path (if set, logging enabled automatically)
index f12ec8dfa2d9a69df0cad4ff4872273f4dafda66..76592620ba16a626d4b316602fb14d8f531070b9 100644 (file)
@@ -24,7 +24,6 @@ hugo config mounts [flags]
       --configDir string           config dir (default "config")
       --debug                      debug output
   -e, --environment string         build environment
-      --ignoreVendor               ignores any _vendor directory
       --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       --log                        enable Logging
       --logFile string             log File path (if set, logging enabled automatically)
index df67d3c1d2c0fb2c1a5ef8694b8b79e1ce6b2769..686506211af1f43eb2700dc4c7a24e6c296e65d3 100644 (file)
@@ -28,7 +28,6 @@ See convert's subcommands toJSON, toTOML and toYAML for more information.
       --configDir string           config dir (default "config")
       --debug                      debug output
   -e, --environment string         build environment
-      --ignoreVendor               ignores any _vendor directory
       --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       --log                        enable Logging
       --logFile string             log File path (if set, logging enabled automatically)
index a6840bbfdedd72f3197413c81a301fdf63dfa5fe..b055529c03c207177962954ba4bf97832293a045 100644 (file)
@@ -29,7 +29,6 @@ hugo convert toJSON [flags]
       --configDir string           config dir (default "config")
       --debug                      debug output
   -e, --environment string         build environment
-      --ignoreVendor               ignores any _vendor directory
       --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       --log                        enable Logging
       --logFile string             log File path (if set, logging enabled automatically)
index 522af07b30cfe6646e3a137293efcc10fac640e1..cc98e3e3025e1333385ac798f6edcbb475ee17b9 100644 (file)
@@ -29,7 +29,6 @@ hugo convert toTOML [flags]
       --configDir string           config dir (default "config")
       --debug                      debug output
   -e, --environment string         build environment
-      --ignoreVendor               ignores any _vendor directory
       --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       --log                        enable Logging
       --logFile string             log File path (if set, logging enabled automatically)
index 656556d308f42735bef949377501f4795f78e4a5..fd3c3c08c5567ff28f1c2e77ca39e05249a21b36 100644 (file)
@@ -29,7 +29,6 @@ hugo convert toYAML [flags]
       --configDir string           config dir (default "config")
       --debug                      debug output
   -e, --environment string         build environment
-      --ignoreVendor               ignores any _vendor directory
       --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       --log                        enable Logging
       --logFile string             log File path (if set, logging enabled automatically)
index 41ae5d45754a3a8c76d8c183e7dc69e8e71eca4d..336bd0348e8f31276c2c7a601592a7a2eaeb1520 100644 (file)
@@ -38,7 +38,6 @@ hugo deploy [flags]
       --configDir string           config dir (default "config")
       --debug                      debug output
   -e, --environment string         build environment
-      --ignoreVendor               ignores any _vendor directory
       --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       --log                        enable Logging
       --logFile string             log File path (if set, logging enabled automatically)
index c5919b2485f8a88025d980aecf59076d397b2de3..3fad2ace17545ea8a380cab0b114165e3d99172d 100644 (file)
@@ -31,7 +31,6 @@ hugo env [flags]
       --configDir string           config dir (default "config")
       --debug                      debug output
   -e, --environment string         build environment
-      --ignoreVendor               ignores any _vendor directory
       --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       --log                        enable Logging
       --logFile string             log File path (if set, logging enabled automatically)
index 84ec7ecbacb51e779c3e4c4afcf7f4372614ced3..55fb1f2bbb9e3ac286708f4a239718ce27518ae2 100644 (file)
@@ -20,7 +20,6 @@ A collection of several useful generators.
       --configDir string           config dir (default "config")
       --debug                      debug output
   -e, --environment string         build environment
-      --ignoreVendor               ignores any _vendor directory
       --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       --log                        enable Logging
       --logFile string             log File path (if set, logging enabled automatically)
@@ -34,7 +33,6 @@ A collection of several useful generators.
 ### SEE ALSO
 
 * [hugo](/commands/hugo/)       - hugo builds your site
-* [hugo gen autocomplete](/commands/hugo_gen_autocomplete/)     - Generate shell autocompletion script for Hugo
 * [hugo gen chromastyles](/commands/hugo_gen_chromastyles/)     - Generate CSS stylesheet for the Chroma code highlighter
 * [hugo gen doc](/commands/hugo_gen_doc/)       - Generate Markdown documentation for the Hugo CLI.
 * [hugo gen man](/commands/hugo_gen_man/)       - Generate man pages for the Hugo CLI
diff --git a/content/en/commands/hugo_gen_autocomplete.md b/content/en/commands/hugo_gen_autocomplete.md
deleted file mode 100644 (file)
index 7d2d4fd..0000000
+++ /dev/null
@@ -1,59 +0,0 @@
----
-title: "hugo gen autocomplete"
-slug: hugo_gen_autocomplete
-url: /commands/hugo_gen_autocomplete/
----
-## hugo gen autocomplete
-
-Generate shell autocompletion script for Hugo
-
-### Synopsis
-
-Generates a shell autocompletion script for Hugo.
-
-The script is written to the console (stdout).
-
-To write to file, add the `--completionfile=/path/to/file` flag.
-
-Add `--type={bash, zsh, fish or powershell}` flag to set alternative
-shell type.
-
-Logout and in again to reload the completion scripts,
-or just source them in directly:
-
-       $ . /etc/bash_completion or /path/to/file
-
-```
-hugo gen autocomplete [flags]
-```
-
-### Options
-
-```
-  -f, --completionfile string   autocompletion file, defaults to stdout
-  -h, --help                    help for autocomplete
-  -t, --type string             autocompletion type (bash, zsh, fish, or powershell) (default "bash")
-```
-
-### Options inherited from parent commands
-
-```
-      --config string              config file (default is path/config.yaml|json|toml)
-      --configDir string           config dir (default "config")
-      --debug                      debug output
-  -e, --environment string         build environment
-      --ignoreVendor               ignores any _vendor directory
-      --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
-      --log                        enable Logging
-      --logFile string             log File path (if set, logging enabled automatically)
-      --quiet                      build in quiet mode
-  -s, --source string              filesystem path to read files relative from
-      --themesDir string           filesystem path to themes directory
-  -v, --verbose                    verbose output
-      --verboseLog                 verbose logging
-```
-
-### SEE ALSO
-
-* [hugo gen](/commands/hugo_gen/)       - A collection of several useful generators.
-
index 2c24abca71c131d335309fe3b5a5b8afde296975..c032056bf3ce1f10bd0102d21e734c616302321a 100644 (file)
@@ -33,7 +33,6 @@ hugo gen chromastyles [flags]
       --configDir string           config dir (default "config")
       --debug                      debug output
   -e, --environment string         build environment
-      --ignoreVendor               ignores any _vendor directory
       --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       --log                        enable Logging
       --logFile string             log File path (if set, logging enabled automatically)
index 8c17b594d5a3235f32968104d7a0b2a97cf4d66d..158f3728baae32348871a9b95b581af8c5665733 100644 (file)
@@ -35,7 +35,6 @@ hugo gen doc [flags]
       --configDir string           config dir (default "config")
       --debug                      debug output
   -e, --environment string         build environment
-      --ignoreVendor               ignores any _vendor directory
       --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       --log                        enable Logging
       --logFile string             log File path (if set, logging enabled automatically)
index 9aef9ab8ecad6965a7bf334ced39cda93013339d..e39a97999db4d137baf4c6f49da691930e35898a 100644 (file)
@@ -31,7 +31,6 @@ hugo gen man [flags]
       --configDir string           config dir (default "config")
       --debug                      debug output
   -e, --environment string         build environment
-      --ignoreVendor               ignores any _vendor directory
       --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       --log                        enable Logging
       --logFile string             log File path (if set, logging enabled automatically)
index 1170b3b16529160b80424bb59f0041c2b38b0d60..24cf2954118d70ceb6f92ddc2cf267f6ba497fe4 100644 (file)
@@ -26,7 +26,6 @@ Import requires a subcommand, e.g. `hugo import jekyll jekyll_root_path target_p
       --configDir string           config dir (default "config")
       --debug                      debug output
   -e, --environment string         build environment
-      --ignoreVendor               ignores any _vendor directory
       --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       --log                        enable Logging
       --logFile string             log File path (if set, logging enabled automatically)
index f1d811fe62f8dbc2b9c5043eadc703093f65aec6..08f97fb43955fc80b9fe2217f742be94714ad95e 100644 (file)
@@ -31,7 +31,6 @@ hugo import jekyll [flags]
       --configDir string           config dir (default "config")
       --debug                      debug output
   -e, --environment string         build environment
-      --ignoreVendor               ignores any _vendor directory
       --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       --log                        enable Logging
       --logFile string             log File path (if set, logging enabled automatically)
index 7f70ccb0e2dda890bf13a9f718a7282672884522..ed5836fef22904d664d444344359fc39d0a84aaa 100644 (file)
@@ -26,7 +26,6 @@ List requires a subcommand, e.g. `hugo list drafts`.
       --configDir string           config dir (default "config")
       --debug                      debug output
   -e, --environment string         build environment
-      --ignoreVendor               ignores any _vendor directory
       --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       --log                        enable Logging
       --logFile string             log File path (if set, logging enabled automatically)
index 1a52f3f3e98cae9b1d879134165924f7b14402ed..1bc26e79bcc234d54dee7c9b99049767fd623f44 100644 (file)
@@ -28,7 +28,6 @@ hugo list all [flags]
       --configDir string           config dir (default "config")
       --debug                      debug output
   -e, --environment string         build environment
-      --ignoreVendor               ignores any _vendor directory
       --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       --log                        enable Logging
       --logFile string             log File path (if set, logging enabled automatically)
index 0de7b0964c5a640ef4e9d0bb813ffa2c7636b6a0..5a59db5009bc8c7618c5beb5decac0af7ffac37e 100644 (file)
@@ -28,7 +28,6 @@ hugo list drafts [flags]
       --configDir string           config dir (default "config")
       --debug                      debug output
   -e, --environment string         build environment
-      --ignoreVendor               ignores any _vendor directory
       --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       --log                        enable Logging
       --logFile string             log File path (if set, logging enabled automatically)
index 71e938da1476109ecd56ab474c0055f8e4005347..85c78632cbb4752c8275ba306016abddc82ccbb5 100644 (file)
@@ -28,7 +28,6 @@ hugo list expired [flags]
       --configDir string           config dir (default "config")
       --debug                      debug output
   -e, --environment string         build environment
-      --ignoreVendor               ignores any _vendor directory
       --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       --log                        enable Logging
       --logFile string             log File path (if set, logging enabled automatically)
index b723ee0053b5c905d5a603d1f8882fc24de978b7..0c2b3b6c329a96dfdbcfa18d1806dc02bf36ff88 100644 (file)
@@ -28,7 +28,6 @@ hugo list future [flags]
       --configDir string           config dir (default "config")
       --debug                      debug output
   -e, --environment string         build environment
-      --ignoreVendor               ignores any _vendor directory
       --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       --log                        enable Logging
       --logFile string             log File path (if set, logging enabled automatically)
index 044cff1a2700e9c705cb5c706804c3d4c673ec86..7b620cd3e5a7462cddc69b45fd1d70b7a432395b 100644 (file)
@@ -16,7 +16,7 @@ This is not needed if you only operate on modules inside /themes or if you have
 
 
 Note that Hugo will always start out by resolving the components defined in the site
-configuration, provided by a _vendor directory (if no --ignoreVendor flag provided),
+configuration, provided by a _vendor directory (if no --ignoreVendorPaths flag provided),
 Go Modules, or a folder inside the themes directory, in that order.
 
 See https://gohugo.io/hugo-modules/ for more information.
@@ -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
@@ -61,7 +62,6 @@ See https://gohugo.io/hugo-modules/ for more information.
       --configDir string           config dir (default "config")
       --debug                      debug output
   -e, --environment string         build environment
-      --ignoreVendor               ignores any _vendor directory
       --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       --log                        enable Logging
       --logFile string             log File path (if set, logging enabled automatically)
index 81caa6c91389a6baf4cb38b93dd35f15c34883e2..e8a86d3fa81dfe12509a8057028a4767c85bd73c 100644 (file)
@@ -36,7 +36,6 @@ hugo mod clean [flags]
       --configDir string           config dir (default "config")
       --debug                      debug output
   -e, --environment string         build environment
-      --ignoreVendor               ignores any _vendor directory
       --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       --log                        enable Logging
       --logFile string             log File path (if set, logging enabled automatically)
index f2f9cff0cef532df21c1fab8d5f244b8599e0351..d63e380aede34705f1fa5883085a9e85fdb37443 100644 (file)
@@ -30,7 +30,7 @@ Install the latest versions of all module dependencies:
 Run "go help get" for more information. All flags available for "go get" is also relevant here.
 
 Note that Hugo will always start out by resolving the components defined in the site
-configuration, provided by a _vendor directory (if no --ignoreVendor flag provided),
+configuration, provided by a _vendor directory (if no --ignoreVendorPaths flag provided),
 Go Modules, or a folder inside the themes directory, in that order.
 
 See https://gohugo.io/hugo-modules/ for more information.
@@ -54,7 +54,6 @@ hugo mod get [flags]
       --configDir string           config dir (default "config")
       --debug                      debug output
   -e, --environment string         build environment
-      --ignoreVendor               ignores any _vendor directory
       --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       --log                        enable Logging
       --logFile string             log File path (if set, logging enabled automatically)
index af8b01faf806d7c050f226eda314f3c681f10c65..6889a28232a9f014a1db177dbe0d63ccdbd59cd5 100644 (file)
@@ -30,7 +30,6 @@ hugo mod graph [flags]
       --configDir string           config dir (default "config")
       --debug                      debug output
   -e, --environment string         build environment
-      --ignoreVendor               ignores any _vendor directory
       --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       --log                        enable Logging
       --logFile string             log File path (if set, logging enabled automatically)
index a7a569d30b9669c356e242a20f9b1767cddb8499..824973d4dc9ba07255942c75fbd833515e6d83a5 100644 (file)
@@ -35,7 +35,6 @@ hugo mod init [flags]
       --configDir string           config dir (default "config")
       --debug                      debug output
   -e, --environment string         build environment
-      --ignoreVendor               ignores any _vendor directory
       --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       --log                        enable Logging
       --logFile string             log File path (if set, logging enabled automatically)
index 5d000870558946f87700d3bed19e16174d06ae14..db38fd2d805343a26c52f3a9ce134410f5c381e1 100644 (file)
@@ -28,7 +28,6 @@ hugo mod npm [flags]
       --configDir string           config dir (default "config")
       --debug                      debug output
   -e, --environment string         build environment
-      --ignoreVendor               ignores any _vendor directory
       --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       --log                        enable Logging
       --logFile string             log File path (if set, logging enabled automatically)
index 809c3a5bf81bb6fe01ff4e593436a7b29d12b361..cde0c452b22c70e9b9db70724cfe857361b1585f 100644 (file)
@@ -38,7 +38,6 @@ hugo mod npm pack [flags]
       --configDir string           config dir (default "config")
       --debug                      debug output
   -e, --environment string         build environment
-      --ignoreVendor               ignores any _vendor directory
       --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       --log                        enable Logging
       --logFile string             log File path (if set, logging enabled automatically)
index 925def7cb71586dfb571138362f4bc44a66d6742..76dcd8e117eed7927edb268581a0dd22b74d1ec8 100644 (file)
@@ -24,7 +24,6 @@ hugo mod tidy [flags]
       --configDir string           config dir (default "config")
       --debug                      debug output
   -e, --environment string         build environment
-      --ignoreVendor               ignores any _vendor directory
       --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       --log                        enable Logging
       --logFile string             log File path (if set, logging enabled automatically)
index 2d18951f3103d78d6f971b3470ede4e59e279b28..cde46591f8de055aa5cf424d69cbeda53188e240 100644 (file)
@@ -31,7 +31,6 @@ hugo mod vendor [flags]
       --configDir string           config dir (default "config")
       --debug                      debug output
   -e, --environment string         build environment
-      --ignoreVendor               ignores any _vendor directory
       --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       --log                        enable Logging
       --logFile string             log File path (if set, logging enabled automatically)
index cd9b1cbf1614d89f724b969ee17566abc7b08112..079245291b66bfe46da1221b74139731ccd13d59 100644 (file)
@@ -30,7 +30,6 @@ hugo mod verify [flags]
       --configDir string           config dir (default "config")
       --debug                      debug output
   -e, --environment string         build environment
-      --ignoreVendor               ignores any _vendor directory
       --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       --log                        enable Logging
       --logFile string             log File path (if set, logging enabled automatically)
index 4c49d11c7c1a367c467b31c3064911339f47d0af..018cd2af8df3155165ea026817ce380d4864a379 100644 (file)
@@ -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
@@ -62,7 +63,6 @@ hugo new [path] [flags]
       --configDir string           config dir (default "config")
       --debug                      debug output
   -e, --environment string         build environment
-      --ignoreVendor               ignores any _vendor directory
       --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       --log                        enable Logging
       --logFile string             log File path (if set, logging enabled automatically)
index 60e58b1bc4ad55562f516df6b270cded12731183..250e5b795c0b46a58f3a5d8f042b9394e3be57f0 100644 (file)
@@ -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
 ```
 
@@ -32,7 +32,6 @@ hugo new site [path] [flags]
       --configDir string           config dir (default "config")
       --debug                      debug output
   -e, --environment string         build environment
-      --ignoreVendor               ignores any _vendor directory
       --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       --log                        enable Logging
       --logFile string             log File path (if set, logging enabled automatically)
index 3563f5b7366e09e296786c6fc7a50217c0d81fef..0908f01e1569c98fd49353d28a0f16f63849b688 100644 (file)
@@ -31,7 +31,6 @@ hugo new theme [name] [flags]
       --configDir string           config dir (default "config")
       --debug                      debug output
   -e, --environment string         build environment
-      --ignoreVendor               ignores any _vendor directory
       --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       --log                        enable Logging
       --logFile string             log File path (if set, logging enabled automatically)
index d801054dc5101737156eb5a68c6f9f603660b343..524340f8262e38ef0ed3d6d0a527b38eb5aff51b 100644 (file)
@@ -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)
@@ -77,7 +78,6 @@ hugo server [flags]
       --configDir string           config dir (default "config")
       --debug                      debug output
   -e, --environment string         build environment
-      --ignoreVendor               ignores any _vendor directory
       --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       --log                        enable Logging
       --logFile string             log File path (if set, logging enabled automatically)
index f17671aeda8dee637e672d8720000dacf4560c89..8d3a65dd3e410db107033eb17f7920a4dadcc494 100644 (file)
@@ -28,7 +28,6 @@ hugo version [flags]
       --configDir string           config dir (default "config")
       --debug                      debug output
   -e, --environment string         build environment
-      --ignoreVendor               ignores any _vendor directory
       --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
       --log                        enable Logging
       --logFile string             log File path (if set, logging enabled automatically)
index 2155f19925c411c13f55b005d8745c2bc2f42a83..6986f067fa661fd1f2cd28ccdb48a76cc838a7d5 100644 (file)
@@ -184,7 +184,7 @@ path
 : A [Glob](https://github.com/gobwas/glob) pattern matching the content path below /content. Expects Unix-styled slashes. Note that this is the virtual path, so it starts at the mount root. The matching support double-asterisks so you can match for patterns like `/blog/*/**` to match anything from the third level and down.
 
 kind
-: The Page's Kind, e.g. "section".
+: A Glob pattern matching the Page's Kind(s), e.g. "{home,section}".
 
 lang
 : A Glob pattern matching the Page's language, e.g. "{en,sv}".
index 6be16b40822a25eca844f32d2c2c87103c4877b0..da45302a7051d65d6086bb5b06a7349e37ef2f60 100644 (file)
@@ -14,7 +14,7 @@ aliases: [/content/types]
 toc: true
 ---
 
-A **content type** is a way to organize your content. Hugo resolves the content type from either the `type` in front matter or, if not set, the first directory in the file path. E.g. `content/blog/my-first-event.md` will be of type `blog` if no `type` set.
+A **content type** is a way to organize your content. Hugo resolves the content type from either the `type` in front matter or, if not set, the first directory in the file path. E.g. `content/blog/my-first-event.md` will be of type `blog` if no `type` is set.
 
 A content type is used to
 
index 461227789dbda99af3298ef2d36dc7b3c2bf7b54..a41faf5245f8747e821f8d27a2ac08099251acc4 100644 (file)
@@ -15,7 +15,7 @@ aliases: []
 Example:
 
 ```go-html-template
-{{ $pages := .Site.RegularPages | first 50 }}
+{{ $pages := site.RegularPages | first 50 }}
 {{ $news := where $pages "Type" "news" | first 5 }}
 {{ $blog := where $pages "Type" "blog" | first 5 }}
 {{ $other := $pages | complement $news $blog | first 10 }}
index 6cbb36019caafa4e089cf5ac359b630f0cd505d9..7602a2e343ab4300309e6c808c8f2a3b852f7a87 100644 (file)
@@ -49,3 +49,68 @@ hugo.IsProduction
 {{% note "Use the Hugo Generator Tag" %}}
 We highly recommend using `hugo.Generator` in your website's `<head>`. `hugo.Generator` is included by default in all themes hosted on [themes.gohugo.io](https://themes.gohugo.io). The generator tag allows the Hugo team to track the usage and popularity of Hugo.
 {{% /note %}}
+
+hugo.Deps
+: See [hugo.Deps](#hugodeps)
+
+
+## hugo.Deps
+
+{{< new-in "0.92.0" >}}
+
+`hugo.Deps` returns a list of dependencies for a project (either Hugo Modules or local theme components).
+
+Eeach dependency contains:
+
+Path (string)
+: Returns the path to this module. This will either be the module path, e.g. "github.com/gohugoio/myshortcodes", or the path below your /theme folder, e.g. "mytheme".
+
+Version (string)
+:  The module version.
+       
+Vendor (bool)
+: Whether this dependency is vendored.
+Time (time.Time)
+: Time version was created.
+
+Owner
+: In the dependency tree, this is the first module that defines this module as a dependency.
+
+Replace (*Dependency)
+: Replaced by this dependency.
+
+An example table listing the dependencies:
+
+```html
+ <h2>Dependencies</h2>
+<table class="table table-dark">
+  <thead>
+    <tr>
+      <th scope="col">#</th>
+      <th scope="col">Owner</th>
+      <th scope="col">Path</th>
+      <th scope="col">Version</th>
+      <th scope="col">Time</th>
+      <th scope="col">Vendor</th>
+    </tr>
+  </thead>
+  <tbody>
+    {{ range $index, $element := hugo.Deps }}
+    <tr>
+      <th scope="row">{{ add $index 1 }}</th>
+      <td>{{ with $element.Owner }}{{.Path }}{{ end }}</td>
+      <td>
+        {{ $element.Path }}
+        {{ with $element.Replace}}
+        => {{ .Path }}
+        {{ end }}
+      </td>
+      <td>{{ $element.Version }}</td>
+      <td>{{ with $element.Time }}{{ . }}{{ end }}</td>
+      <td>{{ $element.Vendor }}</td>
+    </tr>
+    {{ end }}
+  </tbody>
+</table>
+```
\ No newline at end of file
index b47bd26c0d90fd9aba4996635d223e05ec3183de..da269a422e91ec741daa9b53e9163d8a0dbcf8b8 100644 (file)
@@ -6,7 +6,7 @@ categories: [functions]
 menu:
   docs:
     parent: "functions"
-keywords: [collections,intersect,union, complement]
+keywords: [collections,intersect,union,complement]
 signature: ["COLLECTION | symdiff COLLECTION" ]
 hugoversion: "0.51"
 aliases: []
index bf2a302d4da3164f56263f7ef72ed6d3ffe907d6..459e3620d96ecbb515d58aee5e28255699e1d95a 100644 (file)
@@ -9,7 +9,7 @@ categories: [functions]
 menu:
   docs:
     parent: "functions"
-keywords: [filtering,lists]
+keywords: [collections,intersect,union,complement]
 signature: ["union SET1 SET2"]
 workson: []
 hugoversion: 0.20
index c9ac5c3351c09a34e29de3441b2bfad256bde079..2a9b8fa4b1897aab99fd4d4b572e0ca8af18516e 100644 (file)
@@ -393,18 +393,12 @@ Now you need to add Hugo to your Windows PATH settings:
 
 * Right click on the **Start** button.
 * Click on **System**.
-* Click on **Advanced System Settings** on the left.
+* Click on **Advanced System Settings** on the right.
 * Click on the **Environment Variables...** button on the bottom.
-* In the User variables section, find the row that starts with PATH (PATH will be all caps).
-* Double-click on **PATH**.
-* Click the **New...** button.
-* Type in the folder where `hugo.exe` was extracted, which is `C:\Hugo\bin` if you went by the instructions above. *The PATH entry should be the folder where Hugo lives and not the binary.* Press <kbd>Enter</kbd> when you're done typing.
+* In the User variables section, select the row labeled "Path" and click the **Edit...** button.
+* Click the **Browse...** button and select the directory to which `hugo.exe` was extracted, which is `C:\Hugo\bin` if you went by the instructions above. *The path entry should be the folder where Hugo lives and not the binary itself.*
 * Click OK at every window to exit.
 
-{{% note "Path Editor in Windows 10"%}}
-The path editor in Windows 10 was added in the large [November 2015 Update](https://blogs.windows.com/windowsexperience/2015/11/12/first-major-update-for-windows-10-available-today/). You'll need to have that or a later update installed for the above steps to work. You can see what Windows 10 build you have by clicking on the <i class="fa fa-windows"></i>&nbsp;Start button → Settings → System → About. See [here](https://www.howtogeek.com/236195/how-to-find-out-which-build-and-version-of-windows-10-you-have/) for more.)
-{{% /note %}}
-
 #### For Windows 7 and 8.x users:
 
 Windows 7 and 8.1 do not include the easy path editor included in Windows 10, so non-technical users on those platforms are advised to install a free third-party path editor like [Windows Environment Variables Editor][Windows Environment Variables Editor] or [Path Editor](https://patheditor2.codeplex.com/).
@@ -506,7 +500,7 @@ sudo pacman -Syu hugo
 
 ### Fedora, Red Hat and CentOS
 
-Fedora maintains an [official package for Hugo](https://apps.fedoraproject.org/packages/hugo) which may be installed with:
+Fedora maintains an [official package for Hugo](https://packages.fedoraproject.org/pkgs/hugo/hugo) which may be installed with:
 
     sudo dnf install hugo
 
index 9b94061e51dead13194bfa857eef88c801de7a66..fc57f774ff509bfb28ffa50c8a48457f535f3133 100644 (file)
@@ -42,7 +42,7 @@ private
 : Comma separated glob list matching paths that should be treated as private.
 
 replacements {{< new-in "0.77.0" >}}
-: A comma separated (or a slice) list of module path to directory replacement mapping, e.g. `"github.com/bep/myprettytheme -> ../..,github.com/bep/shortcodes -> /some/path`. This is mostly useful for temporary locally development of a module, and then it makes sense to set it as an OS environment variable, e.g: `env HUGO_MODULE_REPLACEMENTS="github.com/bep/myprettytheme -> ../.."`. Any relative path is relate to [themesDir](https://gohugo.io/getting-started/configuration/#all-configuration-settings), and absolute paths are allowed.
+: A comma separated (or a slice) list of module path to directory replacement mapping, e.g. `github.com/bep/myprettytheme -> ../..,github.com/bep/shortcodes -> /some/path`. This is mostly useful for temporary locally development of a module, and then it makes sense to set it as an OS environment variable, e.g: `env HUGO_MODULE_REPLACEMENTS="github.com/bep/myprettytheme -> ../.."`. Any relative path is relate to [themesDir](https://gohugo.io/getting-started/configuration/#all-configuration-settings), and absolute paths are allowed.
 
 Note that the above terms maps directly to their counterparts in Go Modules. Some of these setting may be natural to set as OS environment variables. To set the proxy server to use, as an example:
 
index cb3de7f9fa9e3dbe4d5673c44b47568d05e21fb3..b5a2930299f88e08a5ea14bb85ec3229ac386727 100644 (file)
@@ -207,7 +207,7 @@ Currently, you can only use those authentication methods that can be put into an
 
 To load local files with `getJSON` and `getCSV`, the source files must reside within Hugo's working directory. The file extension does not matter, but the content does.
 
-It applies the same output logic as above in [Call the Functions with a URL](#call-the-functions-with-a-url).
+It applies the same output logic as above in [Get Remote Data](#get-remote-data).
 
 {{% note %}}
 The local CSV files to be loaded using `getCSV` must be located **outside** of the `data` directory.
index a1030f6aabe40e58982fb8e3a35346ad3fd35c52..c80c276487e1c7c80c6db20de17128e8119203ab 100644 (file)
@@ -33,26 +33,25 @@ This allows a theme's end user to copy a partial's contents into a file of the s
 
 All partials for your Hugo project are located in a single `layouts/partials` directory. For better organization, you can create multiple subdirectories within `partials` as well:
 
-```
-.
-└── layouts
-    └── partials
-        ├── footer
-        │   ├── scripts.html
-        │   └── site-footer.html
-        ├── head
-        │   ├── favicons.html
-        │   ├── metadata.html
-        │   ├── prerender.html
-        │   └── twitter.html
-        └── header
-            ├── site-header.html
-            └── site-nav.html
+```txt
+layouts/
+└── partials/
+    ├── footer/
+    │   ├── scripts.html
+    │   └── site-footer.html
+    ├── head/
+    │   ├── favicons.html
+    │   ├── metadata.html
+    │   ├── prerender.html
+    │   └── twitter.html
+    └── header/
+        ├── site-header.html
+        └── site-nav.html
 ```
 
 All partials are called within your templates using the following pattern:
 
-```
+```go-html-template
 {{ partial "<PATH>/<PARTIAL>.html" . }}
 ```
 
@@ -66,7 +65,7 @@ One of the most common mistakes with new Hugo users is failing to pass a context
 
 As shown in the above example directory structure, you can nest your directories within `partials` for better source organization. You only need to call the nested partial's path relative to the `partials` directory:
 
-```
+```go-html-template
 {{ partial "header/site-header.html" . }}
 {{ partial "footer/scripts.html" . }}
 ```
@@ -81,22 +80,8 @@ This means the partial will *only* be able to access those variables. The partia
 
 In addition to outputting markup, partials can be used to return a value of any type. In order to return a value, a partial must include a lone `return` statement.
 
-## Inline partials
-
-{{< new-in "0.74.0" >}}
-
-You can also define partials inline in the template. But remember that template namespace is global, so you need to make sure that the names are unique to avoid conflicts.
-
-```go-html-template
-Value: {{ partial "my-inline-partial" . }}
-
-{{ define "partials/my-inline-partial" }}
-{{ $value := 32 }}
-{{ return $value }}
-{{ end }}
-```
-
 ### Example GetFeatured
+
 ```go-html-template
 {{/* layouts/partials/GetFeatured.html */}}
 {{ return first . (where site.RegularPages "Params.featured" true) }}
@@ -108,7 +93,9 @@ Value: {{ partial "my-inline-partial" . }}
   [...]
 {{ end }}
 ```
+
 ### Example GetImage
+
 ```go-html-template
 {{/* layouts/partials/GetImage.html */}}
 {{ $image := false }}
@@ -132,11 +119,26 @@ Value: {{ partial "my-inline-partial" . }}
 Only one `return` statement is allowed per partial file.
 {{% /note %}}
 
+## Inline Partials
+
+{{< new-in "0.74.0" >}}
+
+You can also define partials inline in the template. But remember that template namespace is global, so you need to make sure that the names are unique to avoid conflicts.
+
+```go-html-template
+Value: {{ partial "my-inline-partial" . }}
+
+{{ define "partials/my-inline-partial" }}
+{{ $value := 32 }}
+{{ return $value }}
+{{ end }}
+```
+
 ## Cached Partials
 
 The [`partialCached` template function][partialcached] can offer significant performance gains for complex templates that don't need to be re-rendered on every invocation. The simplest usage is as follows:
 
-```
+```go-html-template
 {{ partialCached "footer.html" . }}
 ```
 
@@ -144,13 +146,13 @@ You can also pass additional parameters to `partialCached` to create *variants*
 
 For example, you can tell Hugo to only render the partial `footer.html` once per section:
 
-```
+```go-html-template
 {{ partialCached "footer.html" . .Section }}
 ```
 
 If you need to pass additional parameters to create unique variants, you can pass as many variant parameters as you need:
 
-```
+```go-html-template
 {{ partialCached "footer.html" . .Params.country .Params.province }}
 ```
 
index e4255f98ef518de91a1c6990e2b4c38d7de077ea..9e10a813e2cbc0d162513a144280181e78fe2e98 100644 (file)
@@ -24,22 +24,14 @@ The following starter kits are developed by active members of the Hugo community
 {{% /note %}}
 
 * [Hugo Wrapper][hugow]. Hugo Wrapper is a POSIX-style shell script which acts as a wrapper to download and run Hugo binary for your platform. It can be executed in variety of [Operating Systems][hugow-test] and [Command Shells][hugow-test].
-* [Victor Hugo][]. Victor Hugo is a Hugo boilerplate for creating truly epic websites using Webpack as an asset pipeline. Victor Hugo uses post-css and Babel for CSS and JavaScript, respectively, and is actively maintained.
 * [GOHUGO AMP][]. GoHugo AMP is a starter theme that aims to make it easy to adopt [Google's AMP Project][amp]. The starter kit comes with 40+ shortcodes and partials plus automatic structured data. The project also includes a [separate site with extensive documentation][gohugodocs].
-* [Blaupause][]. Blaupause is a developer-friendly Hugo starter kit based on Gulp tasks. It comes ES6-ready with several helpers for SVG and fonts and basic structure for HTML, SCSS, and JavaScript.
-* [hugulp][]. hugulp is a tool to optimize the assets of a Hugo website. The main idea is to recreate the famous Ruby on Rails Asset Pipeline, which minifies, concatenates and fingerprints the assets used in your website.
-* [Atlas][]. Atlas is a Hugo boilerplate designed to speed up development with support for Netlify, Hugo Pipes, SCSS & more. It's actively maintained and contributions are always welcome.
 * [Hyas][]. Hyas is a Hugo starter helping you build modern websites that are secure, fast, and SEO-ready — by default. It is Netlify-ready (functions, redirects, headers) and comes with [documentation](https://gethyas.com/) to easily make it your own.
 
 
 [addkit]: https://github.com/gohugoio/hugo/edit/master/docs/content/en/tools/starter-kits.md
 [amp]: https://amp.dev
-[Blaupause]: https://github.com/fspoettel/blaupause
 [GOHUGO AMP]: https://github.com/wildhaber/gohugo-amp
 [gohugodocs]: https://gohugo-amp.gohugohq.com/
 [hugow]: https://github.com/khos2ow/hugo-wrapper
 [hugow-test]: https://github.com/khos2ow/hugo-wrapper#tested-on
-[hugulp]: https://github.com/jbrodriguez/hugulp
-[Victor Hugo]: https://github.com/netlify/victor-hugo
-[Atlas]: https://github.com/indigotree/atlas
 [Hyas]: https://github.com/h-enk/hyas
diff --git a/content/en/variables/hugo.md b/content/en/variables/hugo.md
deleted file mode 100644 (file)
index 7b1e660..0000000
+++ /dev/null
@@ -1,49 +0,0 @@
----
-title: Hugo-specific Variables
-linktitle: Hugo Variables
-description: The `.Hugo` variable provides easy access to Hugo-related data.
-date: 2017-03-12
-publishdate: 2017-03-12
-lastmod: 2017-03-12
-categories: [variables and params]
-keywords: [hugo,generator]
-draft: false
-menu:
-  docs:
-    parent: "variables"
-    weight: 60
-weight: 60
-sections_weight: 60
-aliases: []
-toc: false
-wip: false
----
-
-{{% warning "Deprecated" %}}
-Page's `.Hugo` is deprecated and will be removed in a future release. Use the global `hugo` function.
-For example: `hugo.Generator`.
-{{% /warning %}}
-
-It contains the following fields:
-
-.Hugo.Generator
-: `<meta>` tag for the version of Hugo that generated the site. `.Hugo.Generator` outputs a *complete* HTML tag; e.g. `<meta name="generator" content="Hugo 0.18" />`
-
-.Hugo.Version
-: the current version of the Hugo binary you are using e.g. `0.13-DEV`<br>
-
-.Hugo.Environment
-: the current running environment as defined through the `--environment` cli tag.
-
-.Hugo.CommitHash
-: the git commit hash of the current Hugo binary e.g. `0e8bed9ccffba0df554728b46c5bbf6d78ae5247`
-
-.Hugo.BuildDate
-: the compile date of the current Hugo binary formatted with RFC 3339 e.g. `2002-10-02T10:00:00-05:00`<br>
-
-
-
-{{% note "Use the Hugo Generator Tag" %}}
-We highly recommend using `.Hugo.Generator` in your website's `<head>`. `.Hugo.Generator` is included by default in all themes hosted on [themes.gohugo.io](https://themes.gohugo.io). The generator tag allows the Hugo team to track the usage and popularity of Hugo.
-{{% /note %}}
-
index 79b1447f8e489baa63095ae142e1ee3e34cc17df..b489bd9e2aa3640b82215e3a32794115d2fa0736 100644 (file)
@@ -48,9 +48,6 @@ See [`.Scratch`](/functions/scratch/) for page-scoped, writable variables.
 .Description
 : the description for the page.
 
-.Dir
-: the path of the folder containing this content file. The path is relative to the `content` folder.
-
 .Draft
 : a boolean, `true` if the content is marked as a draft in the front matter.
 
@@ -63,9 +60,6 @@ See [`.Scratch`](/functions/scratch/) for page-scoped, writable variables.
 .FuzzyWordCount
 : the approximate number of words in the content.
 
-.Hugo
-: see [Hugo Variables](/variables/hugo/).
-
 .IsHome
 : `true` in the context of the [homepage](/templates/homepage/).
 
@@ -132,9 +126,6 @@ See also `.ExpiryDate`, `.Date`, `.PublishDate`, and [`.GitInfo`][gitinfo].
 .PublishDate
 : the date on which the content was or will be published; `.Publishdate` pulls from the `publishdate` field in a content's front matter. See also `.ExpiryDate`, `.Date`, and `.Lastmod`.
 
-.RSSLink (deprecated)
-: link to the page's RSS feed. This is deprecated. You should instead do something like this: `{{ with .OutputFormats.Get "RSS" }}{{ .RelPermalink }}{{ end }}`.
-
 .RawContent
 : raw markdown content without the front matter. Useful with [remarkjs.com](
 https://remarkjs.com)
@@ -185,9 +176,6 @@ https://remarkjs.com)
 .Type
 : the [content type](/content-management/types/) of the content (e.g., `posts`).
 
-.UniqueID (deprecated)
-: the MD5-checksum of the content file's path. This variable is deprecated and will be removed, use `.File.UniqueID` instead.
-
 .Weight
 : assigned weight (in the front matter) to this content, used in sorting.
 
index b270b2c9b5361eb145d5282b0e25c5286207e879..28a33c697e1036297ddb79ac3b85fd9e9f85ff70 100644 (file)
           ""
         ]
       },
+      {
+        "mainType": "application",
+        "subType": "pdf",
+        "delimiter": ".",
+        "firstSuffix": {
+          "suffix": "pdf",
+          "fullSuffix": ".pdf"
+        },
+        "type": "application/pdf",
+        "string": "application/pdf",
+        "suffixes": [
+          "pdf"
+        ]
+      },
       {
         "mainType": "application",
         "subType": "rss",
           "ttf"
         ]
       },
+      {
+        "mainType": "image",
+        "subType": "bmp",
+        "delimiter": ".",
+        "firstSuffix": {
+          "suffix": "bmp",
+          "fullSuffix": ".bmp"
+        },
+        "type": "image/bmp",
+        "string": "image/bmp",
+        "suffixes": [
+          "bmp"
+        ]
+      },
+      {
+        "mainType": "image",
+        "subType": "gif",
+        "delimiter": ".",
+        "firstSuffix": {
+          "suffix": "gif",
+          "fullSuffix": ".gif"
+        },
+        "type": "image/gif",
+        "string": "image/gif",
+        "suffixes": [
+          "gif"
+        ]
+      },
       {
         "mainType": "image",
         "subType": "jpeg",
         }
       },
       "hugo": {
+        "Deps": {
+          "Description": "",
+          "Args": null,
+          "Aliases": null,
+          "Examples": null
+        },
         "Generator": {
           "Description": "",
           "Args": null,
index 50059ad9e8acec9d9cedc60f59a334805bc23d9b..ff573d54b7179160da4878dde4a3716ab2e3ce83 100644 (file)
@@ -7,7 +7,8 @@
                 <ul>
                     <li><a href="#last-updated">Last Updated</a></li>
                     <li><a href="#least-recently-updated">Least Recently Updated</a></li>
-                     <li><a href="#todos">Pages marked with TODO</a></li>
+                    <li><a href="#todos">Pages marked with TODO</a></li>
+                    <li><a href="#dependencies">Project dependencies (Hugo Modules)</a></li>
                 </ul>
             </aside>
         </div>
             <h2 id="todos">Pages marked with TODO</h2>
             {{ partial "maintenance-pages-table" (.Scratch.Get "todos") }}
 
+            <h2 id="dependencies">Dependencies</h2>
+            <table class="collapse ba br2 b--black-10 pv2 ph3">
+              <thead>
+                <tr>
+                  <th class="pv2 ph3 tl f6 fw6 ttu">#</th>
+                  <th class="pv2 ph3 tl f6 fw6 ttu">Owner</th>
+                  <th class="pv2 ph3 tl f6 fw6 ttu">Path</th>
+                  <th class="pv2 ph3 tl f6 fw6 ttu">Version</th>
+                  <th class="pv2 ph3 tl f6 fw6 ttu">Time</th>
+                  <th class="pv2 ph3 tl f6 fw6 ttu">Vendor</th>
+                </tr>
+              </thead>
+              <tbody>
+                {{ range $index, $element := hugo.Deps }}
+                <tr class="striped--light-gray">
+                  <th class="pv2 ph3">{{ add $index 1 }}</th>
+                  <td class="pv2 ph3">{{ with $element.Owner }}{{.Path }}{{ end }}</td>
+                  <td class="pv2 ph3">
+                    {{ $element.Path }}
+                    {{ with $element.Replace}}
+                    => {{ .Path }}
+                    {{ end }}
+                  </td>
+                  <td class="pv2 ph3">{{ $element.Version }}</td>
+                  <td class="pv2 ph3">{{ with $element.Time }}{{ . }}{{ end }}</td>
+                  <td class="pv2 ph3">{{ $element.Vendor }}</td>
+                </tr>
+                {{ end }}
+              </tbody>
+            </table>
+
         </div>
     </div>
 </div>
index a44e1f38df5f030ce78f1f524bd7c0d216ae4b8e..d8056f8f244cdecb5aa26c5415f951d353ec6c15 100644 (file)
@@ -3,7 +3,7 @@ publish = "public"
 command = "hugo --gc --minify"
 
 [context.production.environment]
-HUGO_VERSION = "0.91.2"
+HUGO_VERSION = "0.92.2"
 HUGO_ENV = "production"
 HUGO_ENABLEGITINFO = "true"
 
@@ -11,20 +11,20 @@ HUGO_ENABLEGITINFO = "true"
 command = "hugo --gc --minify --enableGitInfo"
 
 [context.split1.environment]
-HUGO_VERSION = "0.91.2"
+HUGO_VERSION = "0.92.2"
 HUGO_ENV = "production"
 
 [context.deploy-preview]
 command = "hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL"
 
 [context.deploy-preview.environment]
-HUGO_VERSION = "0.91.2"
+HUGO_VERSION = "0.92.2"
 
 [context.branch-deploy]
 command = "hugo --gc --minify -b $DEPLOY_PRIME_URL"
 
 [context.branch-deploy.environment]
-HUGO_VERSION = "0.91.2"
+HUGO_VERSION = "0.92.2"
 
 [context.next.environment]
 HUGO_ENABLEGITINFO = "true"