From fdc26bf39ab166f82519e476c3b26ccbac19f409 Mon Sep 17 00:00:00 2001 From: Tixie Date: Sat, 12 Mar 2022 11:29:20 +0000 Subject: [PATCH] Update from Forestry.io - Updated Forestry configuration --- .forestry/settings.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .forestry/settings.yml diff --git a/.forestry/settings.yml b/.forestry/settings.yml new file mode 100644 index 0000000..f3c325e --- /dev/null +++ b/.forestry/settings.yml @@ -0,0 +1,17 @@ +--- +new_page_extension: md +auto_deploy: false +admin_path: +webhook_url: +sections: +upload_dir: uploads +public_path: "/uploads" +front_matter_path: '' +use_front_matter_path: false +file_template: ":filename:" +build: + install_dependencies_command: npm install + preview_docker_image: forestryio/node:12 + mount_path: "/srv" + working_dir: "/srv" + instant_preview_command: npm run develop