jekyll-emoji
jekyll-emoji copied to clipboard
A jekyll plug-in that provides a Liquid filter for emojifying text with https://github.com/github/gemoji. See http://www.emoji-cheat-sheet.com for a full listing of emoji codes.
Jekyll Emoji
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.
Installation
- Run
gem install gemojior addgem 'gemoji'to your gemfile and runbundle install - Copy this file to your
_pluginsdirectory - Add a line like
emoji_dir: ./images/emojito your_config.yml
Usage:
- Apply the filter wherever needed e.g.
{{ content | emojify }} - Add some emoji to your article! e.g.
Hello :wink: