Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tsmango/jekyll_flickr_set_tag
A Jekyll plugin for generating image galleries from Flickr sets.
https://github.com/tsmango/jekyll_flickr_set_tag
Last synced: 16 days ago
JSON representation
A Jekyll plugin for generating image galleries from Flickr sets.
- Host: GitHub
- URL: https://github.com/tsmango/jekyll_flickr_set_tag
- Owner: tsmango
- Created: 2011-08-26T18:29:28.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-01-18T02:35:48.000Z (almost 12 years ago)
- Last Synced: 2024-10-20T15:51:50.795Z (24 days ago)
- Language: Ruby
- Size: 104 KB
- Stars: 49
- Watchers: 3
- Forks: 13
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flickr Set Tag
Generates image galleries from a Flickr set.
Usage:
{% flickr_set flickr_set_id %}
Example:
{% flickr_set 72157625102245887 %}
Default Configuration (override in _config.yml):
flickr_set:
gallery_tag: 'p'
gallery_class: 'gallery'
a_href: nil
a_target: '_blank'
image_rel: ''
image_size: 's'
api_key: ''By default, thumbnails are linked to their corresponding Flickr page.
If you override a_href with a size ('s', 'm', etc), the thumbnail will
link to that size image. This is useful in combination with the image_rel
parameter and a lightbox gallery.You must provide an API Key in order to query Flickr. It must be configured in _config.yml.