Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chriskempson/jekyll-emoji

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.
https://github.com/chriskempson/jekyll-emoji

Last synced: 2 days ago
JSON representation

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.

Awesome Lists containing this project

README

        

# Jekyll Emoji
A jekyll plug-in that provides a Liquid filter for emojifying text with [Gemoji](https://github.com/github/gemoji). See [Emoji Cheat Sheet](http://www.emoji-cheat-sheet.com) for a full listing of emoji codes.

## Installation
- Run `gem install gemoji` or add `gem 'gemoji'` to your gemfile and run `bundle install`
- Copy this file to your `_plugins` directory
- Add a line like `emoji_dir: ./images/emoji` to your `_config.yml`

## Usage:
- Apply the filter wherever needed e.g. `{{ content | emojify }}`
- Add some emoji to your article! e.g. `Hello :wink:`