jekyll-minimagick
jekyll-minimagick copied to clipboard
Combine commands and recurse source directory
Recurse through sub-folders of the source. Also combine options in to a single command. Allows you to use -gravity for example
mini_magick:
thumbnail:
source: "images"
destination: "images/_thumb"
resize: "100x100^"
gravity: "center"
extent: "100x100"
Thanks a lot! Exactly what I needed.
:+1: as I also needed cropped resizes
why hasn't this been merged?
When will this be merged?