Bemoji
GitHub-flavored Emoji plugin for Bunto
Usage
Add the following to your site's Gemfile
gem 'bemoji'
And add the following to your site's _config.yml
gems:
- bemoji
In any page or post, use emoji as you would normally, e.g.
I give this plugin two :+1:!
Customizing
If you'd like to serve emoji images locally, or use a custom emoji source, you can specify so in your _config.yml
file:
emoji:
src: "/assets/images/emoji"
See the Gemoji documentation for generating image files.