From 3e55167a3ea096e4a74144eebf9540bd32f88c01 Mon Sep 17 00:00:00 2001 From: ch0ccyra1n Date: Thu, 11 Aug 2022 17:00:14 +0000 Subject: [PATCH] Update from Forestry.io - Updated Forestry configuration --- .forestry/front_matter/templates/blog-post.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .forestry/front_matter/templates/blog-post.yml diff --git a/.forestry/front_matter/templates/blog-post.yml b/.forestry/front_matter/templates/blog-post.yml new file mode 100644 index 0000000..5bcc56b --- /dev/null +++ b/.forestry/front_matter/templates/blog-post.yml @@ -0,0 +1,13 @@ +--- +label: Blog Post +hide_body: false +fields: +- type: text + name: title + label: title +- type: datetime + name: date + label: date +- type: list + name: tags + label: tags