hexo搭建

2019-07-08  本文已影响0人  定_格

nexT主题添加站点访问次数

busuanzi_count:
  enable: false
false 改为enable
  <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优化https://www.jianshu.com/p/d174a6dc1b94
搭建https://blog.csdn.net/qq_34047841/article/details/60129781
目录结构https://www.jianshu.com/p/17d55d420d94
插件https://www.jianshu.com/p/3884e5cb63e5
部署域名https://www.jianshu.com/p/21c94eb7bcd1
作者https://github.com/qzchenwl/hexo-generator-author
分类https://github.com/hexojs/hexo-generator-category
首页文章缩略显示https://www.jianshu.com/p/78c218f9d1e7,next需更新到6版本以上

上一篇 下一篇

猜你喜欢

热点阅读