/jemoji

GitHub-flavored emoji plugin for Jekyll

Primary LanguageRubyMIT LicenseMIT

Jemoji

GitHub-flavored Emoji plugin for Jekyll

Gem Version Build Status

Usage

Add the following to your site's Gemfile

gem 'jemoji'

And add the following to your site's _config.yml

gems:
  - jemoji

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.