美文网首页
博客搭建之路:hexo博客显示阅读时间和字数

博客搭建之路:hexo博客显示阅读时间和字数

作者: 墨线宝 | 来源:发表于2024-10-31 10:50 被阅读0次

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

参考文献

相关文章

网友评论

      本文标题:博客搭建之路:hexo博客显示阅读时间和字数

      本文链接:https://www.haomeiwen.com/subject/rcwbdjtx.html