From 770b6ab0734436876a1eecbc737fee06a33a0152 Mon Sep 17 00:00:00 2001 From: Josh Waller Date: Sat, 7 May 2016 08:37:34 -0400 Subject: [PATCH] Adding pug plugin Jade has been moved to Pug https://github.com/pugjs/pug This was forked from the previous Jade plugin and merged the pug update to maintain the newer version and avoid deprecation usage. --- site/_docs/plugins.md | 1 + 1 file changed, 1 insertion(+) diff --git a/site/_docs/plugins.md b/site/_docs/plugins.md index 17de8fdc..80688b53 100644 --- a/site/_docs/plugins.md +++ b/site/_docs/plugins.md @@ -757,6 +757,7 @@ LESS.js files during generation. - [Textile converter](https://github.com/jekyll/jekyll-textile-converter): Convert `.textile` files into HTML. Also includes the `textilize` Liquid filter. - [Slim plugin](https://github.com/slim-template/jekyll-slim): Slim converter and includes for Jekyll with support for Liquid tags. - [Jade plugin by John Papandriopoulos](https://github.com/snappylabs/jade-jekyll-plugin): Jade converter for Jekyll. +- [Pug plugin by Josh Waller](https://github.com/mdxprograms/pug-jekyll-plugin): Pug (previously Jade) converter for Jekyll. - [HAML plugin by Sam Z](https://gist.github.com/517556): HAML converter for Jekyll. - [HAML-Sass Converter by Adam Pearson](https://gist.github.com/481456): Simple HAML-Sass converter for Jekyll. [Fork](https://gist.github.com/528642) by Sam X. - [Sass SCSS Converter by Mark Wolfe](https://gist.github.com/960150): Sass converter which uses the new CSS compatible syntax, based Sam X’s fork above.