aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md3
-rw-r--r--_config.yml4
2 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index f33284f..48e4f92 100644
--- a/README.md
+++ b/README.md
@@ -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
diff --git a/_config.yml b/_config.yml
index a0d2ad1..c8aa21a 100644
--- a/_config.yml
+++ b/_config.yml
@@ -35,6 +35,10 @@ markdown: kramdown
highlighter: pygments
permalink: /:title
+# Emoji please!
+gems:
+ - jemoji
+
# Exclude these files from your production _site
exclude:
- Gemfile