mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-17 01:24:57 -04:00
Update configuration.md
This commit is contained in:
parent
51c4f31840
commit
7427a1fc52
@ -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$" ]
|
||||
|
Loading…
x
Reference in New Issue
Block a user