Top Contributors
-
matthewowen - 2
-
cnunciato - 2
-
LawrenceWoodman - 2
-
tsmango - 2
-
stereobooster - 2
Most Forked
- jekyll_alias_generator - 32
- jekyll-tagging - 30
- jekyll-scholar - 18
- jekyll-tweet-tag - 18
- jekyll-asset_bundler - 18
Most Watched
- jekyll-author-plugin - 10
- Simple-Jekyll-Search - 9
- jekyll-press - 9
- jekyll-scholar - 9
- jekyll_alias_generator - 8
Most Starred
- Simple-Jekyll-Search - 244
- jekyll-scholar - 176
- jekyll-tagging - 104
- jekyll_alias_generator - 102
- jekyll_indextank - 90
Plugin Information
Jekyll-Dribbble-Set-Tag
A plugin for Jekyll to load your Dribbble shots as a set of images.
README.md
A Dribbble Plugin for Jekyll
Generates image galleries from player's recent shots with customizable
shots per page and which page of results to render.
IMPORTANT: You must comply with the Terms of Use of the Dribbble API when using this plugin.
Usage:
{% dribble_set %}
- Two examples below DO NOT WORK for now, but will be fixed in the future. Plugin will only read from CONFIG for now. *
Example:
{% dribble_set user:ericdfields shots_per_page:10 page:2 %}
All paramaters are optional, e.g.:
{% dribble_set shots_per_page:10 page:3 %}
Default Configuration (override in _config.yml):
dribbble_set:
user: 'ericdfields'
shots_per_page: 15
page: 1
gallery_tag: 'ol'
gallery_class: 'dribbble_gallery'
is_list: true
a_target: '_blank'
full_size: false
By default, teaser images are linked to their corresponding Dribbble page
and rendered in an ordered list.
You can disable rendering by setting is_list
to false
in your
_config.yml. You should probably specify a different gallery_tag
in this
case.
You can also render full_size images instead of the teasers by passing
setting full_size
to true
Future Enhancements
Pretty much anything worthwhile we can get out of http://dribbble.com/api
Author: Eric D. Fields • http://ericdfields.com • @ericdfields
- Plugin Source: http://github.com/ericdfields/Jekyll-Dribbble-Set-Tag
- Plugin License: MIT
Thanks to Thomas Mango's Flickr plugin for the inspiration:
- Plugin Source: http://github.com/tsmango/jekyll_flickr_set_tag
- Plugin License: MIT