Hexo-nexT博客搭建-nexT主题配置-字数统计

推荐先阅读【2022教程全】Hexo博客 + nexT主题

先看效果

image-20220810170207435

安装字数统计插件

npm install hexo-symbols-count-time

如图:

image-20220810170101341

博客下配置文件../blog/_config.yml 最后一行新增内容:

symbols_count_time:
symbols: true
time: true
total_symbols: true
total_time: true
exclude_codeblock: false
awl: 4
wpm: 275
suffix: "mins."

主题下配置文件../blog/themes/hexo-theme-next/_config.yml 配置修改为:

# 字数统计
symbols_count_time:
separated_meta: false
item_text_total: true

一键4连,刷新配置

hexo clean && hexo g && hexo d && hexo s