Skip to content

A Jekyll plug-in for embedding Flickr photos in your Liquid templates.

Notifications You must be signed in to change notification settings

cnunciato/jekyll-flickr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

jekyll-flickr

A Jekyll plug-in for embedding Flickr photos in your Liquid templates.

Usage:

{% flickr_photo 1234567890 %}
{% flickr_photo 1234567890 "Large Square" %}

... where 1234567890 is the Flickr photo ID, and "Large Square" is the size label as defined here by Flickr.

Medium (~500px width) is the default.

Requires an API Key

The plug-in requires a Flickr API key in _config.yml (where "flickr:" is defined on the root level):

flickr:
  api_key: kjh3g4kj1h2gkjh1gvbnvd7o1khmqjh2g3

Get your API key here.

About

A Jekyll plug-in for embedding Flickr photos in your Liquid templates.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages