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 ✓ 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)) ✓ 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 ✓ Free hosting on your GitHub Pages user site
✓ Markdown blogging ✓ Markdown blogging
✓ Syntax highlighting ✓ Syntax highlighting
✓ Disqus commenting ✓ Disqus commenting
✓ Google Analytics integration ✓ Google Analytics integration
Grunt SASS workflow included for local development Emoji! :sparkling_heart:
✘ No need to set up local development ✘ No need to set up local development
✘ No installing dependancies ✘ No installing dependancies

View file

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