Get Emoji support for Jekyll pages

Get Emoji support for Jekyll pages

  1. This will allow you to use Emoji in your blog post.

  2. First install jemoji for jekyll with the following command

    sudo gem install jemoji

  3. Add the following to _config.yml in your jekyll website folder

    gems: - jemoji

  4. And you are ready to go.

  5. For example, you can generate a page like this.

Hongyu Su 12 August 2015