Link the user to a markdown cheatsheet

This commit is contained in:
Barry Clark 2014-05-28 20:10:31 -04:00
parent 611659f179
commit 397c5e4e1a
1 changed files with 2 additions and 2 deletions

View File

@ -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!