Hexo博客(二) 安装主题
Hexo 博客搭建与美化导航
特别说明
欢迎来到我的网站,此博客由【Hexo + Butterfly】来进行搭建。
本站所有内容仅供学习交流使用,不构成任何商业用途。内容因版本差异导致的问题,博主将尽力修正但不承担法律责任。
Hexo 博客版本:7.3.0
Butterfly 主题版本:5.3.5
🍐Hexo博客(二) 安装主题 ⇦ 当前位置🍁
安装 butterfly 主题
1 、 在Blog目根录下执行克隆命令:
1 | git clone -b master https://github.com/jerryc127/hexo-theme-butterfly.git themes/butterfly |
2 、安装pug和stylus渲染器
1 | npm install hexo-renderer-pug hexo-renderer-stylus --save |
3 、修改Blog根录目下的_config.yml开启butterfly主题
1 | theme: butterfly |
4 、修改 Butterfly 主题配置文件
-
修改
\themes\butterfly\_config.yml
为:_config.butterfly.yml
-
并剪切到博客根目录
评论