NexT 6 添加字数和阅读时间统计

打开hexo目录,运行git bush,安装插件

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

修改博客配置文件,添加以下代码

symbols_count_time:
symbols: true
time: true
total_symbols: true
total_time: true

修改主题配置文件,搜索symbols_count_time,快速定位,修改成以下代码

  symbols_count_time:
  separated_meta: true
  item_text_post: true
  item_text_total: false
  awl: 4
  wpm: 275

重启服务

你可能感兴趣的:(Hexo)