Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arnabwahid/reading-time-jekyll-plugin

An elegent estimated reading time calculator for Jekyll
https://github.com/arnabwahid/reading-time-jekyll-plugin

Last synced: 1 day ago
JSON representation

An elegent estimated reading time calculator for Jekyll

Awesome Lists containing this project

README

        

# Reading Time Jekyll Plugin
An elegent estimated reading time calculator for Jekyll

![Screenshot](https://raw.githubusercontent.com/arnabwahid/reading-time-jekyll-plugin/master/screenshot.png?token=ACKX5OOFES2GFYM6B2OH7UK5ENEOW)

## Installation

Drop the file in your Jekyll site's `_plugins` directory.

## Usage
Put `{{ post.content | reading_time }}` where you want to print your estimated reading time.

**Example:**

```ruby
/ Reading Time: {{ post.content | reading_time }}
```