Skip to content

Commit

Permalink
Link the user to a markdown cheatsheet
Browse files Browse the repository at this point in the history
  • Loading branch information
barryclark committed May 29, 2014
1 parent 611659f commit 397c5e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down

0 comments on commit 397c5e4

Please sign in to comment.