aboutsummaryrefslogtreecommitdiffhomepage
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index c9cb3bb..cafe93a 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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"