Update from Forestry.io - Updated Forestry configuration

This commit is contained in:
Luke Slowen 2022-02-02 20:48:51 +00:00 committed by Forestry.io
parent ddd9d4fae5
commit 7189fd0975

View File

@ -4,9 +4,6 @@ auto_deploy: false
admin_path: admin_path:
webhook_url: webhook_url:
sections: sections:
- type: document
path: config.toml
label: Config
- type: directory - type: directory
path: exampleSite/content/en path: exampleSite/content/en
label: Pages label: Pages
@ -17,6 +14,9 @@ sections:
label: Posts label: Posts
create: all create: all
match: "**/*" match: "**/*"
- type: document
path: config.toml
label: Config
upload_dir: exampleSite/static/images upload_dir: exampleSite/static/images
public_path: "/images" public_path: "/images"
front_matter_path: '' front_matter_path: ''