统计文章中的字符,根据字数估算阅读时间,这个功能是通过插件hexo-wordcount来实现的。
- 安装插件
1 | npm install hexo-wordcount --save |
- 打开主题配置文件进行配置
1 | # Post wordcount display settings |
效果如图:
统计文章中的字符,根据字数估算阅读时间,这个功能是通过插件hexo-wordcount来实现的。
1 | npm install hexo-wordcount --save |
1 | # Post wordcount display settings |
效果如图: