mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00:00
Add example
It isn't clear from the docs currently how to use this feature
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
48bec0335a
commit
7e553d11b8
@@ -163,3 +163,12 @@ The search is case-insensitive.
|
|||||||
|
|
||||||
excludeFiles (string or slice)
|
excludeFiles (string or slice)
|
||||||
: One or more glob patterns matching files to exclude.
|
: One or more glob patterns matching files to exclude.
|
||||||
|
|
||||||
|
**Example**
|
||||||
|
{{< code-toggle file="config">}}
|
||||||
|
[module]
|
||||||
|
[[module.mounts]]
|
||||||
|
source="content"
|
||||||
|
target="content"
|
||||||
|
excludeFiles="docs/*"
|
||||||
|
{{< /code-toggle >}}
|
||||||
|
|||||||
Reference in New Issue
Block a user