1.打开字数统计
先安装字数统计插件
代码语言:javascript
复制
npm i --save hexo-wordcount
把_config.yml中 wordcount enable设置成true
2.页面最下面的蓝色条取消
删除themes\butterfly\source\css_layout\footer.styl中blue那一行
3.修改侧边栏为中文
修改themes\butterfly\languages目录下的default.yml
修改成想要的名称即可
4.去掉首页中间的文字
修改themes/butterfly/source/css/_layout/head.styl