整个打包了https://github.com/plasx520/blog-butterfly/releases/tag/0.0.4
如果下载打包下面步骤不用管
因为是自己用好多内容没有配置文件可以直接修改代码https://blog.4t.pw/posts/1868f51e.html
安装 Hexo 相当简单,只需要先安装下列应用程序即可:
如果您的电脑中已经安装上述必备程序,那么恭喜您!你可以直接前往 安装 Hexo 步骤。
如果这两个软件都不会安装你就放弃吧
- 主题:https://github.com/jerryc127/hexo-theme-butterfly
- 内核:https://hexo.io/zh-cn/index.html
- 魔改教程 -安知鱼https://anzhiy.cn/ - heo张 https://akilar.top/ -糖果屋 https://blog.zhheo.com/
如果你是小白你就使用安装工具按数字就行 5秒搭建部署完成
默认在桌面上创建一个blog文件夹
按从1按倒5就安装完成了然后覆盖主题到桌面blog文件夹内
按7生成(清楚-生成)
2和3是看安装成功的没有可以忽略但是看一下吧
按6安装常用插件
按 j 安装必备插件
如果不用上面的代码工具就手动下面的代码
npm install --save hexo-tag-aplayer && npm install hexo-abbrlink --save && npm install hexo-butterfly-envelope --save && npm install hexo-lazyload-image --save
1.音乐插件
npm install --save hexo-tag-aplayer
2.生成永久固定链接
npm install hexo-abbrlink --save
3.留言板
npm install hexo-butterfly-envelope --save
4.图片懒加载
npm install hexo-lazyload-image --save
5.本地搜索插件
npm install hexo-generator-search --save