Merge pull request #1439 from bdesham/pluralize-and-reading-time

Add "pluralize" and "reading_time" filters to docs
This commit is contained in:
Parker Moore 2013-08-21 18:59:20 -07:00
commit 9bdc20ad24
1 changed files with 2 additions and 0 deletions

View File

@ -392,6 +392,8 @@ You can find a few useful plugins at the following locations:
- [Smilify](https://github.com/SaswatPadhi/jekyll_smilify) by [SaswatPadhi](https://github.com/SaswatPadhi): Convert text emoticons in your content to themeable smiley pics ([Demo](http://saswatpadhi.github.com/)).
- [Read in X Minutes](https://gist.github.com/zachleat/5792681) by [zachleat](https://github.com/zachleat): Estimates the reading time of a string (for blog post content).
- [Jekyll-timeago](https://github.com/markets/jekyll-timeago): Converts a time value to the time ago in words.
- [pluralize](https://github.com/bdesham/pluralize): Easily combine a number and a word into a gramatically-correct amount like “1 minute” or “2 minute**s**”.
- [reading_time](https://github.com/bdesham/reading_time): Count words and estimate reading time for a piece of text, ignoring HTML elements that are unlikely to contain running text.
#### Tags