diff --git a/_posts/2017-10-16-second-example.md b/_posts/2017-10-16-second-example.md new file mode 100644 index 0000000000000..f65ee894eae75 --- /dev/null +++ b/_posts/2017-10-16-second-example.md @@ -0,0 +1,18 @@ +--- +published: true +layout: post +title: A Second Example +--- +## A New Post + +This is often a nicer space to write in. Just remember to specify the meta data, and be working in the right folder ie `_posts` + +Your metadata has to have three fields here: + +layout: +published: +title: + +... and if your title has spaces or special characters in it, wrap the title in ", eg: + +"An Unexpected Party!" \ No newline at end of file