A jekyll plug-in that provides a Liquid filter for emojifying text with Gemoji. See Emoji Cheat Sheet for a full listing of emoji codes.
gem install gemoji
or add gem 'gemoji'
to your gemfile and run bundle install
_plugins
directoryemoji_dir: ./images/emoji
to your _config.yml
{{ content | emojify }}
Hello :wink: