博客搭建之路: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

参考文献

posted @ 2024-11-01 10:51  拾光师  阅读(11)  评论(0编辑  收藏  举报