文章,站点字数与阅读时长

在站点根目录安装hexo-symbols-count-time

1
npm install hexo-symbols-count-time --save

修改站点配置文件,添加如下内容

1
2
3
4
5
6
7
# 文章,站点字数与阅读时间
# hexo-symbols-count-time
symbols_count_time:
symbols: true # 文章字数
time: true # 文章阅读时长
total_symbols: true # 是站点总字数
total_time: true # 站点阅读总时长

检查主题配置文件是否启用

1
2
3
4
5
6
7
8
# Post wordcount display settings
# Dependencies: https://github.com/theme-next/hexo-symbols-count-time
symbols_count_time:
separated_meta: true
item_text_post: true
item_text_total: false
awl: 4 # 平均子长度 average word length
wpm: 275 # 阅读速度 word per minute