From 94e7d741ed6f70e2882a61f7b154c3d02b28013e Mon Sep 17 00:00:00 2001 From: Ayo Date: Mon, 24 Feb 2020 08:06:38 +0000 Subject: [PATCH] Update from Forestry.io Ayo created _posts/2020-02-24-test-new-post.md Ayo updated _posts/2020-02-24-test-new-post.md --- .forestry/front_matter/templates/blog-template.yml | 2 ++ _posts/2020-02-24-test-new-post.md | 12 ++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 _posts/2020-02-24-test-new-post.md diff --git a/.forestry/front_matter/templates/blog-template.yml b/.forestry/front_matter/templates/blog-template.yml index 5076577..8d166a0 100644 --- a/.forestry/front_matter/templates/blog-template.yml +++ b/.forestry/front_matter/templates/blog-template.yml @@ -20,3 +20,5 @@ fields: - type: text name: image-attrib label: image-attrib +pages: +- _posts/test-new-post.md diff --git a/_posts/2020-02-24-test-new-post.md b/_posts/2020-02-24-test-new-post.md new file mode 100644 index 0000000..fc6437e --- /dev/null +++ b/_posts/2020-02-24-test-new-post.md @@ -0,0 +1,12 @@ +--- +title: Test New Post +permalink: test-new-post +description: Description of post for testing +keywords: test +image: hello-world +image-attrib: test + +--- +This is a test post! + +## Test haeding \ No newline at end of file