jekyll-gallery-generator icon indicating copy to clipboard operation
jekyll-gallery-generator copied to clipboard

A Jekyll plugin that generates photo galleries from directories full of images.

Results 7 jekyll-gallery-generator issues
Sort by recently updated
recently updated
newest added

warning: Using the last argument as keyword parameters is deprecated

Hi @ggreer In your plug-in, did you manage to get EXIFR data working for PNG images? See also https://talk.jekyllrb.com/t/using-png-exiftags-in-jekyll-p-s-jpgs-are-working-fine/5485 in this regard. I can not figure out how to get...

*See my fork of this repo for a working example of this: https://github.com/nathanbirrell/jekyll-gallery-generator* Essentially it enables you to include a specific gallery on any page using a tag, for example:...

I'm a bit new to jekyll and I'm wondering if there is a way to list the galleries on the root index page of the site instead of on a...

Seems to not build with ruby3.2, because ``exists`` alias for ``exist`` is removed. ``` /home/user/dev/eoli3n.github.io/vendor/bundle/ruby/3.2.0/gems/jekyll-gallery-generator-1.2.4/lib/jekyll-gallery-generator.rb:98:in `initialize': undefined method `exists?' for File:Class (NoMethodError) unless File.exists?(gallery_index) ^^^^^^^^ Did you mean? exist? ```...

Started to talk about it here : https://talk.jekyllrb.com/t/error-no-implicit-conversion-of-hash-into-integer/5890/11 On latest Void Linux ```bash $ ruby -v ruby 3.1.2p20 (2022-04-12 revision 4491bb740a) [x86_64-linux] ``` # Use jekyll on github with custom...