aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Barry Clark <barry@barryclark.co> 2014-05-28 20:10:31 -0400
committerGravatar Barry Clark <barry@barryclark.co> 2014-05-28 20:10:31 -0400
commit397c5e4e1a1c95ef6ecb6fd6112d547817cca6db (patch)
tree8829709cacd2bda91bafab09340ae99799504c26 /README.md
parent611659f1797d778c551173834725e6dd72635237 (diff)
downloadkompetenzbolzen.github.io-397c5e4e1a1c95ef6ecb6fd6112d547817cca6db.tar.gz
Link the user to a markdown cheatsheet
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files 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!