From 45b40782db69e16bcca233a81efe9b3c493f4d98 Mon Sep 17 00:00:00 2001 From: Vincent Wochnik Date: Fri, 13 Nov 2015 16:48:46 +0100 Subject: [PATCH] Add jekyll-language-plugin to plugins.md I have created a Jekyll 3.0-compatible plugin for multilingual websites which is capable of creating multiple translations for one page or post. Beware that this plugin extends the `PageReader` and `PostReader` as well as `Page` and `Document` classes. --- site/_docs/plugins.md | 1 + 1 file changed, 1 insertion(+) diff --git a/site/_docs/plugins.md b/site/_docs/plugins.md index 28ce39d2..7cd7c3f8 100644 --- a/site/_docs/plugins.md +++ b/site/_docs/plugins.md @@ -872,6 +872,7 @@ LESS.js files during generation. - [remote-include](http://www.northfieldx.co.uk/remote-include/): Includes files using remote URLs - [jekyll-minifier](https://github.com/digitalsparky/jekyll-minifier): Minifies HTML, XML, CSS, and Javascript both inline and as separate files utilising yui-compressor and htmlcompressor. - [Jekyll views router](https://bitbucket.org/nyufac/jekyll-views-router): Simple router between generator plugins and templates. +- [Jekyll Language Plugin](https://github.com/vwochnik/jekyll-language-plugin): Jekyll 3.0-compatible multi-language plugin for posts, pages and includes. #### Editors