From 6a52f776567a9348c914781595beecbb5e72f8c3 Mon Sep 17 00:00:00 2001 From: Ben Baker-Smith Date: Mon, 24 Feb 2014 15:39:35 -0600 Subject: [PATCH] add Jekyll Pages Directory plugin to plugins docs --- site/docs/plugins.md | 1 + 1 file changed, 1 insertion(+) diff --git a/site/docs/plugins.md b/site/docs/plugins.md index 7c87e4ae..96f2b013 100644 --- a/site/docs/plugins.md +++ b/site/docs/plugins.md @@ -423,6 +423,7 @@ You can find a few useful plugins at the following locations: - [Category archive generator by Shigeya Suzuki](https://github.com/shigeya/jekyll-category-archive-plugin): Generator and template which renders category archive like MovableType style, based on Monthly archive generator. - [Emoji for Jekyll](https://github.com/yihangho/emoji-for-jekyll): Seamlessly enable emoji for all posts and pages. - [Compass integration for Jekyll](https://github.com/mscharley/jekyll-compass): Easily integrate Compass and Sass with your Jekyll website. +- [Pages Directory by Ben Baker-Smith](https://github.com/bbakersmith/jekyll-pages-directory): Defines a `_pages` directory for page files which routes its output relative to the project root. #### Converters