mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-15 09:54:40 -04:00
docs: Fix typos
This commit is contained in:
parent
6d133a3ed1
commit
4c7356bc47
@ -141,13 +141,13 @@ Following is a list of Hugo-defined variables that you can configure and their c
|
||||
|
||||
## Ignore files on build
|
||||
|
||||
The following inside `config.toml` will ignore files ending with `.foo` and `.boo` when building with `hugo`.
|
||||
The following inside `config.toml` will ignore files ending with `.foo` and `.boo` when building with `hugo`:
|
||||
|
||||
```
|
||||
ignoreFiles = [ "\\.foo$", "\\.boo$" ]
|
||||
```
|
||||
|
||||
The above is is a list of Reqular Expressions, but note the escaping of the `\` to make TOML happy.
|
||||
The above is a list of Regular Expressions, but note the escaping of the `\` to make TOML happy.
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user