Update configuration.md

This commit is contained in:
Bjørn Erik Pedersen 2019-11-13 09:30:48 +01:00 committed by GitHub
parent 51c4f31840
commit 7427a1fc52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -365,9 +365,9 @@ To set config params, prefix the name with `HUGO_PARAMS_`
Test and document setting params via JSON env var. Test and document setting params via JSON env var.
{{< /todo >}} {{< /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$" ] ignoreFiles = [ "\\.foo$", "\\.boo$" ]