From 397c5e4e1a1c95ef6ecb6fd6112d547817cca6db Mon Sep 17 00:00:00 2001 From: Barry Clark Date: Wed, 28 May 2014 20:10:31 -0400 Subject: [PATCH] Link the user to a markdown cheatsheet --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 585b49c..5ef758d 100644 --- a/README.md +++ b/README.md @@ -32,11 +32,11 @@ You can easily turn on Google Analytics tracking, Disqus commenting and social i ### Step 3) Publish your first blog post -Edit the Hello World markdown file in /_posts/ to publish your first blog post. +Edit /_posts/2014-3-3-Hello-World.md to publish your first blog post. Need a markdown primer? [Markdown Cheatsheet](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet) is great. ![First Post](/images/first-post.jpg "First Post") -To add additional posts you can hit the + icon in the /_posts/ folder to create new content. Just make sure to include the [front-matter](http://jekyllrb.com/docs/frontmatter/) block at the top of each new blog post and make sure the post's filename is in this format: year-month-day-title.md +To add additional posts you can hit the + icon in /_posts/ to create new content. Just make sure to include the [front-matter](http://jekyllrb.com/docs/frontmatter/) block at the top of each new blog post and make sure the post's filename is in this format: year-month-day-title.md ## Moar!