No release in over 3 years
Low commit activity in last 3 years
Jekyll liquid tag to indicating the read time of the content
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 11.0
~> 3.5
~> 0.52

Runtime

~> 3.0
 Project Readme

Jekyll Read Time

Jekyll liquid tag to indicating the read time of the content

Usage

Add the following to your Gemfile

group :jekyll_plugins do
  gem "jekyll-read-time", "~> 0.1.0"
end

Add the following to your _config.yml

plugins:
  - jekyll-read-time

Place one of the following tags in your layout

{{ content | read_time_short }}

This generates the reading time as a number, like "4 minute read" or "less than 1 minute read"

{{ content | read_time }}

This generates the reading time as like "4 min read"