Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/chriskempson/jekyll-emoji
- Owner: chriskempson
- Created: 2012-10-15T11:10:45.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2015-03-19T13:57:11.000Z (over 9 years ago)
- Last Synced: 2024-08-02T16:48:06.811Z (3 months ago)
- Language: Ruby
- Size: 133 KB
- Stars: 22
- Watchers: 2
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- my-awesome-starred - 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. (Ruby)
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:`