Update from Forestry.io - Updated Forestry configuration

This commit is contained in:
Luke Slowen 2022-01-28 07:38:08 +00:00 committed by Forestry.io
parent d1096fc9b0
commit 5e043cb933

View File

@ -3,7 +3,21 @@ new_page_extension: md
auto_deploy: false auto_deploy: false
admin_path: admin_path:
webhook_url: webhook_url:
sections: sections:
- type: document
path: config.toml
label: Config
match: "**/*"
- type: directory
path: exampleSite/content
label: Pages
create: all
match: "**"
- type: directory
path: exampleSite/content/post
label: Posts
create: all
match: "**/*"
upload_dir: exampleSite/static/images upload_dir: exampleSite/static/images
public_path: "/images" public_path: "/images"
front_matter_path: '' front_matter_path: ''