一、添加字数统计
1. 安装 hexo-wordcount
npm i --save hexo-wordcount
2. 文件配置
将自己所用主题中的 _config.yml 文件中的 wordcount 设置为true
每个主题的配置稍有区别,找到wordcount 标签设置即可
wordcount: true
3.重启服务即可看到
二、在主题配置文件中配置不蒜子
设置为true,
busuanzi: true
三、配置分类统计
show_category_count: true