diff options
-rw-r--r-- | Gemfile | 3 | ||||
-rw-r--r-- | _config.yml | 2 |
2 files changed, 5 insertions, 0 deletions
@@ -4,6 +4,9 @@ ruby RUBY_VERSION # This is the gem used to use GitHub's defaults gem 'github-pages', group: :jekyll_plugins +# For GitHub flavored emoji support +gem 'jemoji' + # This is the gem used to test the output html gem "html-proofer" diff --git a/_config.yml b/_config.yml index b07a69b..717f378 100644 --- a/_config.yml +++ b/_config.yml @@ -1,2 +1,4 @@ theme: jekyll-theme-minimal include: [CONTRIBUTING.md] +plugins: + - jemoji |