Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vfalanis/jekyll-giphy
Plugin for adding Giphy GIFS on Jekyll sites
https://github.com/vfalanis/jekyll-giphy
Last synced: 5 days ago
JSON representation
Plugin for adding Giphy GIFS on Jekyll sites
- Host: GitHub
- URL: https://github.com/vfalanis/jekyll-giphy
- Owner: vfalanis
- License: mit
- Created: 2016-06-13T01:22:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-06-13T04:13:56.000Z (over 8 years ago)
- Last Synced: 2024-08-02T20:43:59.807Z (3 months ago)
- Language: Ruby
- Homepage: http://vfalanis.me/giphy/
- Size: 3.91 KB
- Stars: 16
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-jekyll-plugins - **Giphy** - giphy](https://rubygems.org/gems/jekyll-giphy)) -- a plugin for embedding random giphy GIFs on Jekyll sites according to a user defined topic. (Tags)
README
# jekyll-giphy
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](http://giphy.com/)
![](http://i.giphy.com/KXY5lB8yOarLy.gif)
### Installation:
#### 1a. Manual Installation
In your jekyll site source root, make a _plugins directory. Place the giphy.rb file there.#### 1b. Automatic Installation
* Install the gem:
```
gem install jekyll-giphy
```* Add the gem to your Jekyll _config.yml:
```
gems: [jekyll-giphy]
```### Usage:
```
{% giphy random_word %}
```For example:
```
{% giphy welcome %}
```
Another example:
```
{% giphy cats %}
```