From c96b0d188f06aafcbc2543a75116bb0bb969bc55 Mon Sep 17 00:00:00 2001 From: "marc.riera.irigoyen@gmail.com" Date: Sun, 25 Mar 2018 00:16:18 +0000 Subject: [PATCH] Update from Forestry.io - Updated Forestry configuration --- .forestry/front_matter/templates/default.yml | 18 ++++++++++++++++++ .forestry/settings.yml | 10 ++++++++++ 2 files changed, 28 insertions(+) create mode 100644 .forestry/front_matter/templates/default.yml create mode 100644 .forestry/settings.yml diff --git a/.forestry/front_matter/templates/default.yml b/.forestry/front_matter/templates/default.yml new file mode 100644 index 0000000..a0f4790 --- /dev/null +++ b/.forestry/front_matter/templates/default.yml @@ -0,0 +1,18 @@ +--- +hide_body: false +fields: +- name: title + label: Title + type: text + hidden: false + default: '' +- name: date + label: Date + type: text + hidden: false + default: +- name: draft + label: Draft + type: boolean + hidden: false + default: true diff --git a/.forestry/settings.yml b/.forestry/settings.yml new file mode 100644 index 0000000..efc96ed --- /dev/null +++ b/.forestry/settings.yml @@ -0,0 +1,10 @@ +--- +upload_path: "/static/uploads/:year:/:month:/:day:" +frontmatter_file_url_template: "/uploads/:year:/:month:/:day:" +body_file_url_template: "/uploads/:year:/:month:/:day:" +new_page_extension: md +auto_deploy: false +admin_path: +webhook_url: +sections: +version: 0.31.1