A jekyll plugin for embedding Giphy GIFS in your blog/site
Just think about a word/topic and the plugin will randomly select a GIF from giphy.com
In your jekyll site source root, make a _plugins directory. Place the giphy.rb file there.
gem install jekyll-giphy
gems: [jekyll-giphy]
{% giphy random_word %}
For example:
{% giphy welcome %}
Another example:
{% giphy cats %}