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.
- Run
gem install gemoji
or addgem 'gemoji'
to your gemfile and runbundle install
- Copy this file to your
_plugins
directory - Add a line like
emoji_dir: ./images/emoji
to your_config.yml
- Apply the filter wherever needed e.g.
{{ content | emojify }}
- Add some emoji to your article! e.g.
Hello :wink: