jekyll-time-to-read

A liquid tag for Jekyll to indicate the time it takes to read an article.

  • 所有者: gjtorikian/jekyll-time-to-read
  • 平台:
  • 许可证: MIT License
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

Time to Read Plugin

A liquid tag for Jekyll to indicate the time it takes to read an article.

jekyll-time-to-read build status

Setting up

Add the following to your site's _config.yml file

plugins:
  - jekyll-time-to-read

Usage

Place the following tag somewhere within your layout:

{{ content, reading_time_as_i }}

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

Alternatively, you can choose to render numbers less than 10 as a string:

{{ content, reading_time_as_s }}

This generates the reading time as like "four minutes" or "less than one minute."

主要指标

概览
名称与所有者gjtorikian/jekyll-time-to-read
主编程语言Ruby
编程语言Ruby (语言数: 2)
平台
许可证MIT License
所有者活动
创建于2014-01-19 20:32:18
推送于2018-06-19 21:19:41
最后一次提交2018-06-19 17:19:40
发布数3
最新版本名称v0.1.2 (发布于 2016-02-09 19:05:51)
第一版名称v0.1.0 (发布于 2014-01-19 12:38:36)
用户参与
星数71
关注者数3
派生数5
提交数9
已启用问题?
问题数0
打开的问题数0
拉请求数2
打开的拉请求数0
关闭的拉请求数0
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?