From 2a1b6d8f76a3197f56b472aab25f217059f3e258 Mon Sep 17 00:00:00 2001 From: Shawn Graham Date: Mon, 16 Oct 2017 20:15:09 -0400 Subject: [PATCH] Create 2017-10-16-second-example.md --- _posts/2017-10-16-second-example.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 _posts/2017-10-16-second-example.md 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