From be775473ae2ffe2cbee3f7915d3461a815560c74 Mon Sep 17 00:00:00 2001 From: Barry Clark Date: Tue, 13 May 2014 08:32:27 -0400 Subject: Jemoji --- README.md | 3 ++- _config.yml | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3