Skip to content

tramck/jekyll-thumbnailer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 

Repository files navigation

Image thumbnailing plugin for Jekyll / octopress

Generates a thumbnail to an image and renders an image tag.

Usage

{% thumbnail /path/to/local/image.png 50x50< %}

The dimensions will be given directly to imagemagick. You probably want the "<" at the end. See http://www.imagemagick.org/Magick++/Geometry.html.

Installation

  • add the gem: gem "mini_magick" (and bundle install)
  • copy thumbnail.rb to plugins folder
  • start thumbnailing

About

Image thumbnailing plugin for Jekyll / octopress

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published