From 73d03e5b54603bfb9fe722f4b2869dcb5d6cbd11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Arko?= Date: Sun, 4 Aug 2013 01:21:17 -0700 Subject: [PATCH 1/2] Add postfiles plugin Add my postfiles plugin to the list of plugins. --- site/docs/plugins.md | 1 + 1 file changed, 1 insertion(+) diff --git a/site/docs/plugins.md b/site/docs/plugins.md index d8d35fe3..03ce2131 100644 --- a/site/docs/plugins.md +++ b/site/docs/plugins.md @@ -452,6 +452,7 @@ You can find a few useful plugins at the following locations: - [Singlepage-jekyll](https://github.com/JCB-K/singlepage-jekyll) by [JCB-K](https://github.com/JCB-K): Turns Jekyll into a dynamic one-page website. - [generator-jekyllrb](https://github.com/robwierzbowski/generator-jekyllrb): A generator that wraps Jekyll in [Yeoman](http://yeoman.io/), a tool collection and workflow for builing modern web apps. - [grunt-jekyll](https://github.com/dannygarcia/grunt-jekyll): A straightforward [Grunt](http://gruntjs.com/) plugin for Jekyll. +- [jekyll-postfiles](https://github.com/indirect/jekyll-postfiles): Add `_postfiles` directory and `{{ postfile }}` tag so the files a post refers to will always be right there inside your repo.
Jekyll Plugins Wanted
From fdf14d391141da220fe1223099a6279dc3e90e70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Arko?= Date: Sun, 4 Aug 2013 12:30:06 -0700 Subject: [PATCH 2/2] Escape tag literal --- site/docs/plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/docs/plugins.md b/site/docs/plugins.md index 03ce2131..201bf397 100644 --- a/site/docs/plugins.md +++ b/site/docs/plugins.md @@ -452,7 +452,7 @@ You can find a few useful plugins at the following locations: - [Singlepage-jekyll](https://github.com/JCB-K/singlepage-jekyll) by [JCB-K](https://github.com/JCB-K): Turns Jekyll into a dynamic one-page website. - [generator-jekyllrb](https://github.com/robwierzbowski/generator-jekyllrb): A generator that wraps Jekyll in [Yeoman](http://yeoman.io/), a tool collection and workflow for builing modern web apps. - [grunt-jekyll](https://github.com/dannygarcia/grunt-jekyll): A straightforward [Grunt](http://gruntjs.com/) plugin for Jekyll. -- [jekyll-postfiles](https://github.com/indirect/jekyll-postfiles): Add `_postfiles` directory and `{{ postfile }}` tag so the files a post refers to will always be right there inside your repo. +- [jekyll-postfiles](https://github.com/indirect/jekyll-postfiles): Add `_postfiles` directory and {% raw %}`{{ postfile }}`{% endraw %} tag so the files a post refers to will always be right there inside your repo.
Jekyll Plugins Wanted