Skip to content

Files

Latest commit

00d91f3 · Aug 13, 2019

History

History
17 lines (11 loc) · 501 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 501 Bytes

Reading Time Jekyll Plugin

An elegent estimated reading time calculator for Jekyll

Screenshot

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:

<span>/ Reading Time: {{ post.content | reading_time }}</span>