diff --git a/.forestry/front_matter/templates/new-blog.yml b/.forestry/front_matter/templates/new-blog.yml index dbdcf15..2df49ed 100644 --- a/.forestry/front_matter/templates/new-blog.yml +++ b/.forestry/front_matter/templates/new-blog.yml @@ -17,4 +17,5 @@ fields: required: true default: '2015-05-01T22:12:03.284Z' pages: +- src/pages/my-new-post.md - src/pages/new-post..md diff --git a/src/pages/my-new-post.md b/src/pages/my-new-post.md new file mode 100644 index 0000000..7e2005b --- /dev/null +++ b/src/pages/my-new-post.md @@ -0,0 +1,16 @@ +--- +title: My New Post +date: '2015-05-01T22:12:03.284Z' + +--- +# This is my new Post + +_about things_ + +I like a lot of things + +* pastromi +* hamburger +* pinini + +![](https://picsum.photos/id/237/536/354) \ No newline at end of file