diff --git a/.forestry/front_matter/templates/blog-post.yml b/.forestry/front_matter/templates/blog-post.yml index 92272aaf..02dc452f 100644 --- a/.forestry/front_matter/templates/blog-post.yml +++ b/.forestry/front_matter/templates/blog-post.yml @@ -86,6 +86,7 @@ pages: - src/_blog/ipfs-in-opera-touch-on-ios.md - src/_blog/join-us-at-ethdenver-2021-year-of-the-spork-marmot.md - src/_blog/libp2p-comes-to-protoschool.md +- src/_blog/test-post.md - src/_blog/welcome-to-ipfs-weekly-119.md - src/_blog/welcome-to-ipfs-weekly-120.md - src/_blog/welcome-to-ipfs-weekly-121.md diff --git a/src/_blog/test-post.md b/src/_blog/test-post.md new file mode 100644 index 00000000..1899af6b --- /dev/null +++ b/src/_blog/test-post.md @@ -0,0 +1,12 @@ +--- +tags: [] +title: Test post +description: Description +author: Jenn Turner +date: 2021-03-01 +permalink: "/test-post/" +translationKey: '' +header_image: '' + +--- +Here is a test post \ No newline at end of file