A Jekyll Plugin for nice responsive galleries. Best used with gallery.js.
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>
$ git clone https://github.com/snrbrnjna/jekyll_gallery_generator.git
$ cd jekyll_gallery_generator
$ npm install
$ bower install
$ bundle install
$ grunt serve
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.