aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Gemfile3
-rw-r--r--_config.yml2
2 files changed, 5 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"
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