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