Emoji in Jekyll
How to do
1. Modify Gemfile
Add the following to your site’s Gemfile
gem 'jemoji'
2. Run with Ruby cmd
gem install emoji
3. Run cmd in project
bundle install
4. add the following to your site’s _config.yml
plugins:
- jemoji
5. See the results
bundle exec jekyll serve
Example