nexT主题添加站点访问次数
- theme/next/_config.yml
busuanzi_count:
enable: false
false 改为enable
- 需要把 dn-lbstatics.qbox.me 域名更换为 busuanzi.ibruce.info
themes/next/layout/_third-party/analytics/busuanzi-counter.swig
<script async src="https://busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js"></script>
主题配置http://theme-next.iissnan.com/theme-settings.html
安装插件
npm install hexo-generator-index2 --save
npm install hexo-generator-category --save
npm install hexo-generator-author --save
部署命令
# 本地调试
hexo clean && hexo g
# 清除缓存、生成静态文件、部署到远程
hexo clean && hexo g && hexo d
参考文章
seo优化//www.greatytc.com/p/d174a6dc1b94
搭建https://blog.csdn.net/qq_34047841/article/details/60129781
目录结构//www.greatytc.com/p/17d55d420d94
插件//www.greatytc.com/p/3884e5cb63e5
部署域名//www.greatytc.com/p/21c94eb7bcd1
作者https://github.com/qzchenwl/hexo-generator-author
分类https://github.com/hexojs/hexo-generator-category
首页文章缩略显示//www.greatytc.com/p/78c218f9d1e7,next需更新到6版本以上