From 5e043cb933f53f90b25228a28800e7cc0dfc1193 Mon Sep 17 00:00:00 2001 From: Luke Slowen Date: Fri, 28 Jan 2022 07:38:08 +0000 Subject: [PATCH] Update from Forestry.io - Updated Forestry configuration --- .forestry/settings.yml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/.forestry/settings.yml b/.forestry/settings.yml index cfaa797..7c7e4c2 100644 --- a/.forestry/settings.yml +++ b/.forestry/settings.yml @@ -3,7 +3,21 @@ new_page_extension: md auto_deploy: false admin_path: 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 public_path: "/images" front_matter_path: ''