jekyll-thumbnail-img

Last update: 27 Jan 2025
Jekyll plugin for generating thumbnails from images. I contributed two new features: allowing to set the thumbnail width using a variable, and thumbnail caching to avoid regeneration on every site change. Published as v0.1.3.
- Added the ability to set thumbnail width using variables, whether assigned in the template or from Front Matter, making the plugin more flexible.
- Implemented thumbnail generation in Jekyll's built-in cache directory, copying them to the destination only when needed. This prevents regenerating all thumbnails every time any file changes in the Jekyll site, significantly improving build times.