jekyll-thumbnailer icon indicating copy to clipboard operation
jekyll-thumbnailer copied to clipboard

Image thumbnailing plugin for Jekyll / octopress

Results 3 jekyll-thumbnailer issues
Sort by recently updated
recently updated
newest added

I'm getting the following errors just after installing when trying to run jekyll: ``` /Library/Ruby/Site/1.8/rubygems/custom_require.rb:55:in `gem_original_require': /path/to/jekyll/_plugins/thumbnail.rb:25: undefined (?...) sequence: /(?[^\s]+)\s+(?[^\s]+)/ (SyntaxError) ```

This commit makes possible to pass paths to files as variables. E.g.: ``` {% thumbnail {{path}} 50x50< %} ``` Commit was based on: https://github.com/maul-esel/jekyll/commit/a93795bcc06f7a9283602efc4e8ed3f0d37a5272