Project

bemoji

0.0
No commit activity in last 3 years
No release in over 3 years
GitHub-flavored emoji plugin for Bunto
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
>= 0
~> 3.0

Runtime

>= 0
~> 2.0
 Project Readme

Bemoji

GitHub-flavored Emoji plugin for Bunto

Gem Version Build Status

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.