From 7bd28b57679e094636280187204570573a8b9613 Mon Sep 17 00:00:00 2001 From: Themefisher Developer Date: Sun, 14 Feb 2021 03:58:56 +0000 Subject: Update from Forestry.io - Updated Forestry configuration --- .../.forestry/front_matter/templates/post.yml | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 exampleSite/.forestry/front_matter/templates/post.yml diff --git a/exampleSite/.forestry/front_matter/templates/post.yml b/exampleSite/.forestry/front_matter/templates/post.yml new file mode 100644 index 0000000..39cce10 --- /dev/null +++ b/exampleSite/.forestry/front_matter/templates/post.yml @@ -0,0 +1,25 @@ +--- +label: Post +hide_body: false +fields: +- type: text + name: title + label: title +- type: datetime + name: date + label: date +- type: text + name: description + label: description +- type: text + name: type + label: type +- type: file + name: image + label: image +- type: list + name: categories + label: categories +- type: list + name: tags + label: tags -- cgit v1.2.3