Get Emoji support for Jekyll pages
This will allow you to use Emoji in your blog post.
First install jemoji for jekyll with the following command
sudo gem install jemoji
Add the following to _config.yml in your jekyll website folder
gems: - jemoji
And you are ready to go.
For example, you can generate a page like this.