插件地址
安装插件
进入 hexo 博客根目录,使用以下命令安装hexo-symbols-count-time插件:
$ npm install hexo-symbols-count-time --save
配置 _config.yml 文件
配置内容可以直接配置在 Hexo 的配置文件 _config.yml 中,在最底下加上如下1
2
3
4
5symbols_count_time:
symbols: true
time: true
total_symbols: true
total_time: true
配置Next主题下的_config.yml 文件
此插件集成在«NexT»中,在主要Hexo配置中启用插件后,您可以调整NexT配置中的选项:1
2
3
4
5
6symbols_count_time:
separated_meta: true
item_text_post: true
item_text_total: false
awl: 4
wpm: 275