Hexo折腾-扩展篇
主题下载地址:https://github.com/theme-next/hexo-theme-next
1.给Hexo添加搜索功能
https://www.jianshu.com/p/d388119a90ec
1 | npm install hexo-generator-searchdb --save |
2.Hexo生成唯一的文章链接
1 | npm install hexo-abbrlink --save |
https://segmentfault.com/a/1190000005799711
3.Hexo发布的插件
1 | npm install hexo-deployer-git --save |
https://www.cnblogs.com/liuxianan/p/build-blog-website-by-hexo-github.html