博客搭建之路:hexo博客显示阅读时间和字数
hexo博客显示阅读时间和字数
hexo版本5.0.2 npm版本6.14.7 next版本7.8.0
效果如下
在博客目录下安装npm install hexo-symbols-count-time --save
在_config.yml
中加入配置
symbols_count_time:
#文章内是否显示
symbols: true
time: true
# 网页底部是否显示
total_symbols: true
total_time: true
参考文献
本文来自博客园,作者:拾光师,转载请注明原文链接:https://www.cnblogs.com/life-time/p/18519707 个人博客-> https://zhhll.icu