根目录下的_config.yml
称为 站点配置文件, next目录下的_config.yml
称为 主题配置文件。
Installation
1 | $ npm install hexo-symbols-count-time --save |
站点配置
添加如下代码1
2
3
4
5
6#文章字数、阅读时间 计算
symbols_count_time:
symbols: true
time: true
total_symbols: true
total_time: true
主题配置
找到symbols_count_time1
2
3
4
5
6symbols_count_time:
separated_meta: true
item_text_post: true
item_text_total: false
awl: 4
wpm: 275