Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/arnabwahid/reading-time-jekyll-plugin
- Owner: arnabwahid
- Created: 2019-08-13T07:22:18.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-13T07:34:16.000Z (about 5 years ago)
- Last Synced: 2024-10-19T08:14:00.573Z (21 days ago)
- Language: Ruby
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 }}
```