diff --git a/.forestry/front_matter/templates/new-blog.yml b/.forestry/front_matter/templates/new-blog.yml index 931010a..dbdcf15 100644 --- a/.forestry/front_matter/templates/new-blog.yml +++ b/.forestry/front_matter/templates/new-blog.yml @@ -16,3 +16,5 @@ fields: config: required: true default: '2015-05-01T22:12:03.284Z' +pages: +- src/pages/new-post..md diff --git a/src/pages/new-post..md b/src/pages/new-post..md new file mode 100644 index 0000000..be00664 --- /dev/null +++ b/src/pages/new-post..md @@ -0,0 +1,12 @@ +--- +title: New Post +date: '2019-04-25T22:12:03.284Z' + +--- +This is a New Post + +# Hi Friends + +_using forestry.io_ + +This editor is **nice**. \ No newline at end of file