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
+2 -2
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.
{{< /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$" ]