A simple jekyll plugin to generate image thumbnails using libvips. You feed it the image path and a width or height value, and it scales the image down, and outputs an <img /> tag wrapped in an <a> pointing to the original image file.

Simple stuff, but all the existing plugins were tied to imagemagick, which I hope to leave behind.

Source code/README here, RubyGem here.