Hi, I am looking for a nice Jekyll gallery plugin for an image gallery with a ‘next-previous’ button and a download button, with some thumbnails on the main page, which should be auto-resized, hopefully lazyloaded, … which will allow me to understand the installation instructions.
Browsing through many plugins, most of which I don’t understand how to install properly, I sometimes read that GitHub - rmagick/rmagick: Ruby bindings for ImageMagick is to be preferred over image-magick since rmagick is supposedly smaller or takes less time to load.
Which makes me wonder: how can I understand how to install rmagick? Here GitHub - alexivkin/Jekyll-Art-Gallery-Plugin: Art/Photo Gallery plugin for Jekyll there is no real explanation?
When I read the rmagick link then, it says, e.g. Mac OS X: brew install pkg-config imagemagick
Why would this be necessary? So it needs to be installed on my main system, not inside the jekyll installation folder, correct?
So that means if I take my jekyll folder to another computer, it might not work? How would they know they need to have imagemagick installed as a prerequisite on their computer?