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!