Gallery views for Blacklight search results
Add this line to your Blacklight application's Gemfile:
gem 'blacklight-gallery'
And then execute:
$ bundle
Or install it yourself as:
$ gem install blacklight-gallery
Run the gallery generator:
$ rails g blacklight_gallery:install
If you would like to add or remove any particular view either add or remove the following configurations from your Blacklight controller.
config.view.gallery.partials = [:index_header, :index]
config.view.masonry.partials = [:index]
config.view.slideshow.partials = [:index]
- Fork it ( http://github.com//blacklight-gallery/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
- Edit
lib/version.rb
andpackage.json
to set the new version - Commit the changes e.g.
git commit -am "Bump version to X.X.X"
- Push release to rubygems
bundle exec rake release
- Push release to NPM
npm publish
- Create a release on github with the tag that was just created: https://github.com/projectblacklight/blacklight-gallery/releases/new