This commit is contained in:
Luke Slowen 2022-01-28 07:45:52 +00:00
commit 209b180eaa

View File

@ -7,14 +7,13 @@ sections:
- type: document - type: document
path: config.toml path: config.toml
label: Config label: Config
match: "**/*"
- type: directory - type: directory
path: exampleSite/content path: exampleSite/content/en
label: Pages label: Pages
create: all create: all
match: "**" match: "**"
- type: directory - type: directory
path: exampleSite/content/post path: exampleSite/content/en/post
label: Posts label: Posts
create: all create: all
match: "**/*" match: "**/*"