jekyll_gallery_generator

jekyll_gallery_generator

A Jekyll Plugin for nice responsive galleries. Best used with gallery.js. 🍆

Jekyll Gallery Generator

A Jekyll Plugin for nice responsive galleries. Best used with gallery.js.

Install

Install via bundler - put the following line in your Gemfile:

gem jekyll_gallery_generator :git => https://github.com/snrbrnjna/jekyll_gallery_generator.git :tag => <semver>

Development

$ git clone https://github.com/snrbrnjna/jekyll_gallery_generator.git
$ cd jekyll_gallery_generator
$ npm install
$ bower install
$ bundle install
$ grunt serve

Usage

Jekyll

You need a gallery.html Layout File.

You need a frontend for the gallery to work... Good, that it works via bower.

You need a Configuration: the params gems and gallery are the important ones.

Optionally, you need a gallery_image.html Layout File.
When present and when the feature is switched on in the config or in the YAML Front Matter of your gallery posts, it serves as a layout for rendering every gallery image into its own page. The gallery_image page can be used for making every image shareable via twitter, facebook, etc.

License

modified MIT