diff --git a/.forestry/front_matter/templates/new-blog.yml b/.forestry/front_matter/templates/new-blog.yml index dbdcf15..edd9752 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/second-post.20190425141804 - src/pages/new-post..md diff --git a/.forestry/settings.yml b/.forestry/settings.yml index 4562e02..c36a443 100644 --- a/.forestry/settings.yml +++ b/.forestry/settings.yml @@ -9,7 +9,7 @@ sections: label: New Blog create: documents match: "**/*.md" - new_doc_ext: '' + new_doc_ext: '20190425141804' upload_dir: uploads public_path: "/uploads" front_matter_path: '' diff --git a/src/pages/second-post.20190425141804 b/src/pages/second-post.20190425141804 new file mode 100644 index 0000000..86e39bd --- /dev/null +++ b/src/pages/second-post.20190425141804 @@ -0,0 +1,6 @@ +--- +title: Second Post +date: '2015-05-01T22:12:03.284Z' + +--- +Is there a ..md again? \ No newline at end of file