From 8186873e27324749fe2e7d0533cb1b401545348c Mon Sep 17 00:00:00 2001 From: Merlos Date: Sat, 21 Feb 2015 03:17:32 +0100 Subject: [PATCH] Updated plugins: added jekyll-auto-image generator Added to the plugin list: jekyll-auto-image. A generator that makes available the first image of a post. By installing the plugin you will be able to access the first image with {{ @page.image }}. This plugin is useful to Include an image on your list of posts or to set a twitter card for each post/page. --- site/_docs/plugins.md | 1 + 1 file changed, 1 insertion(+) diff --git a/site/_docs/plugins.md b/site/_docs/plugins.md index 1ce5e2e1..df1f391e 100644 --- a/site/_docs/plugins.md +++ b/site/_docs/plugins.md @@ -493,6 +493,7 @@ You can find a few useful plugins at the following locations: - [Jekyll::AutolinkEmail by Ivan Tse](https://github.com/ivantsepp/jekyll-autolink_email): Autolink your emails. - [Jekyll::GitMetadata by Ivan Tse](https://github.com/ivantsepp/jekyll-git_metadata): Expose Git metadata for your templates. - [Jekyll Http Basic Auth Plugin](https://gist.github.com/snrbrnjna/422a4b7e017192c284b3): Plugin to manage http basic auth for jekyll generated pages and directories. +- [Jekyll Auto Image by Merlos](https://github.com/merlos/jekyll-auto-image): Gets the first image of a post. Useful to list your posts with images or to add [twitter cards](https://dev.twitter.com/cards/overview) to your site. #### Converters