diff --git a/content/en/getting-started/configuration.md b/content/en/getting-started/configuration.md index 4fea87723..42478907a 100644 --- a/content/en/getting-started/configuration.md +++ b/content/en/getting-started/configuration.md @@ -365,9 +365,9 @@ To set config params, prefix the name with `HUGO_PARAMS_` Test and document setting params via JSON env var. {{< /todo >}} -## Ignore Files When Rendering +## Ignore Content Files When Rendering -The following statement inside `./config.toml` will cause Hugo to ignore files ending with `.foo` and `.boo` when rendering: +The following statement inside `./config.toml` will cause Hugo to ignore content files ending with `.foo` and `.boo` when rendering: ``` ignoreFiles = [ "\\.foo$", "\\.boo$" ]