From d002ebd3737bc7aa04c8a336003da92642baef76 Mon Sep 17 00:00:00 2001 From: kzykbys Date: Mon, 5 May 2014 20:53:02 -0700 Subject: [PATCH] Add Deprecated articles keeper plugin --- site/docs/plugins.md | 1 + 1 file changed, 1 insertion(+) diff --git a/site/docs/plugins.md b/site/docs/plugins.md index 571f4b8f..90ac813e 100644 --- a/site/docs/plugins.md +++ b/site/docs/plugins.md @@ -462,6 +462,7 @@ You can find a few useful plugins at the following locations: - [Table of Content Generator](https://github.com/dafi/jekyll-toc-generator): Generate the HTML code containing a table of content (TOC), the TOC can be customized in many way, for example you can decide which pages can be without TOC. - [jekyll-humanize](https://github.com/23maverick23/jekyll-humanize): This is a port of the Django app humanize which adds a "human touch" to data. Each method represents a Fluid type filter that can be used in your Jekyll site templates. Given that Jekyll produces static sites, some of the original methods do not make logical sense to port (e.g. naturaltime). - [Jekyll-Ordinal](https://github.com/PatrickC8t/Jekyll-Ordinal): Jekyll liquid filter to output a date ordinal such as "st", "nd", "rd", or "th". +- [Deprecated articles keeper](https://github.com/kzykbys/JekyllPlugins) by [Kazuya Kobayashi](http://blog.kazuya.co/): A simple Jekyll filter which monitor how old an article is. #### Tags