文章目录 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 参考文献 hexo博客显示阅读时间和字数