This commit is contained in:
Barry Clark 2014-05-13 08:32:27 -04:00
parent 7663dd6a53
commit be775473ae
2 changed files with 6 additions and 1 deletions

View File

@ -40,12 +40,13 @@ It covers:
✓ Command-line free workflow—using GitHub.com to create, customize and post to your blog
✓ Fully responsive and mobile optimized base theme ([Theme Demo](http://jekyllnow.com))
✓ SASS/Coffee support using Jekyll 2.0
✓ Free hosting on your GitHub Pages user site
✓ Markdown blogging
✓ Syntax highlighting
✓ Disqus commenting
✓ Google Analytics integration
Grunt SASS workflow included for local development
Emoji! :sparkling_heart:
✘ No need to set up local development
✘ No installing dependancies

View File

@ -35,6 +35,10 @@ markdown: kramdown
highlighter: pygments
permalink: /:title
# Emoji please!
gems:
- jemoji
# Exclude these files from your production _site
exclude:
- Gemfile