diff options
| author | Barry Clark <barry@barryclark.co> | 2014-06-11 09:21:48 -0400 |
|---|---|---|
| committer | Barry Clark <barry@barryclark.co> | 2014-06-11 09:21:48 -0400 |
| commit | 8d1fc2060326245b1a91533b3777d056e0daecd5 (patch) | |
| tree | 70c65f2624039d384d8585731af034d8007c0915 /README.md | |
| parent | a1dcbe019cc0c76abdabb2a4f05a7f4a9a6241f7 (diff) | |
| download | blog-universedg-8d1fc2060326245b1a91533b3777d056e0daecd5.tar.gz blog-universedg-8d1fc2060326245b1a91533b3777d056e0daecd5.tar.bz2 blog-universedg-8d1fc2060326245b1a91533b3777d056e0daecd5.zip | |
README.md explaining creating new posts in the browser
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ Edit `/_posts/2014-3-3-Hello-World.md` to publish your first blog post. This [Ma  -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 +> You can add additional posts in the browser on GitHub.com too! Just 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! |
