├── LICENSE ├── README.md ├── examples ├── 2014-08-20-post-with-external-image.md ├── 2014-08-20-post-with-external-markdown-image.md ├── 2014-08-20-post-with-image-and-baseurl.md ├── 2014-08-20-post-with-image.md ├── 2014-08-20-post-with-liquid-filter-image.md ├── 2014-08-20-post-with-markdown-and-liquid-filter-image.md ├── 2014-08-20-post-with-markdown-image-and-baseurl.md ├── 2014-08-20-post-with-markdown-image.md ├── 2014-08-20-post-with-responsive-and-liquid-filter-image.md ├── 2014-08-20-post-with-responsive-image-and-baseurl.md ├── 2014-08-20-post-with-responsive-image.md ├── 2014-08-20-post-with-thumbnail_image.md ├── 2014-08-20-post-without-image.md ├── output.html └── post.html └── thumbnail_filter.rb /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matallo/jekyll-thumbnail-filter/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matallo/jekyll-thumbnail-filter/HEAD/README.md -------------------------------------------------------------------------------- /examples/2014-08-20-post-with-external-image.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matallo/jekyll-thumbnail-filter/HEAD/examples/2014-08-20-post-with-external-image.md -------------------------------------------------------------------------------- /examples/2014-08-20-post-with-external-markdown-image.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matallo/jekyll-thumbnail-filter/HEAD/examples/2014-08-20-post-with-external-markdown-image.md -------------------------------------------------------------------------------- /examples/2014-08-20-post-with-image-and-baseurl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matallo/jekyll-thumbnail-filter/HEAD/examples/2014-08-20-post-with-image-and-baseurl.md -------------------------------------------------------------------------------- /examples/2014-08-20-post-with-image.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matallo/jekyll-thumbnail-filter/HEAD/examples/2014-08-20-post-with-image.md -------------------------------------------------------------------------------- /examples/2014-08-20-post-with-liquid-filter-image.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matallo/jekyll-thumbnail-filter/HEAD/examples/2014-08-20-post-with-liquid-filter-image.md -------------------------------------------------------------------------------- /examples/2014-08-20-post-with-markdown-and-liquid-filter-image.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matallo/jekyll-thumbnail-filter/HEAD/examples/2014-08-20-post-with-markdown-and-liquid-filter-image.md -------------------------------------------------------------------------------- /examples/2014-08-20-post-with-markdown-image-and-baseurl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matallo/jekyll-thumbnail-filter/HEAD/examples/2014-08-20-post-with-markdown-image-and-baseurl.md -------------------------------------------------------------------------------- /examples/2014-08-20-post-with-markdown-image.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matallo/jekyll-thumbnail-filter/HEAD/examples/2014-08-20-post-with-markdown-image.md -------------------------------------------------------------------------------- /examples/2014-08-20-post-with-responsive-and-liquid-filter-image.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matallo/jekyll-thumbnail-filter/HEAD/examples/2014-08-20-post-with-responsive-and-liquid-filter-image.md -------------------------------------------------------------------------------- /examples/2014-08-20-post-with-responsive-image-and-baseurl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matallo/jekyll-thumbnail-filter/HEAD/examples/2014-08-20-post-with-responsive-image-and-baseurl.md -------------------------------------------------------------------------------- /examples/2014-08-20-post-with-responsive-image.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matallo/jekyll-thumbnail-filter/HEAD/examples/2014-08-20-post-with-responsive-image.md -------------------------------------------------------------------------------- /examples/2014-08-20-post-with-thumbnail_image.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matallo/jekyll-thumbnail-filter/HEAD/examples/2014-08-20-post-with-thumbnail_image.md -------------------------------------------------------------------------------- /examples/2014-08-20-post-without-image.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matallo/jekyll-thumbnail-filter/HEAD/examples/2014-08-20-post-without-image.md -------------------------------------------------------------------------------- /examples/output.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matallo/jekyll-thumbnail-filter/HEAD/examples/output.html -------------------------------------------------------------------------------- /examples/post.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matallo/jekyll-thumbnail-filter/HEAD/examples/post.html -------------------------------------------------------------------------------- /thumbnail_filter.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matallo/jekyll-thumbnail-filter/HEAD/thumbnail_filter.rb --------------------------------------------------------------------------------