From 67186e631898674269f3839174c46de77374128c Mon Sep 17 00:00:00 2001 From: Assaf Gelber Date: Thu, 25 Jul 2013 20:28:45 +0300 Subject: [PATCH] Added jekyll-rss plugin to docs --- site/docs/plugins.md | 1 + 1 file changed, 1 insertion(+) diff --git a/site/docs/plugins.md b/site/docs/plugins.md index f38595fa..77552fc2 100644 --- a/site/docs/plugins.md +++ b/site/docs/plugins.md @@ -361,6 +361,7 @@ You can find a few useful plugins at the following locations: - [Full-text search by Pascal Widdershoven](https://github.com/PascalW/jekyll_indextank): Adds full-text search to your Jekyll site with a plugin and a bit of JavaScript. - [AliasGenerator by Thomas Mango](https://github.com/tsmango/jekyll_alias_generator): Generates redirect pages for posts when an alias is specified in the YAML Front Matter. - [Projectlist by Frederic Hemberger](https://github.com/fhemberger/jekyll-projectlist): Renders files in a directory as a single page instead of separate posts. +- [RssGenerator by Assaf Gelber](https://github.com/agelber/jekyll-rss): Automatically creates an RSS 2.0 from your posts. #### Converters