hexo安装Butterfly主题

稳定版【建议】
Git安装 (Github) 和gitee任选其一即可

在你的 Hexo 根目录里

GitHub版     git clone -b master https://github.com/jerryc127/hexo-theme-butterfly.git themes/butterfly
Gitee版     git clone -b master https://gitee.com/immyw/hexo-theme-butterfly.git themes/butterfly

npm版(此方法只支持 Hexo 5.0.0 以上版本

通过 npm 安装并不会在 themes 里生成主题文件夹,而是在 node_modules 里生成)

npm i hexo-theme-butterfly

升级方法:在 Hexo 根目录下,运行 npm update hexo-theme-butterfly

测试版可能存在 bug,追求稳定的请安装稳定版

如果想要安装比较新的 dev 分支,可以

git clone -b dev https://github.com/jerryc127/hexo-theme-butterfly.git themes/butterfly
git clone -b dev https://gitee.com/immyw/hexo-theme-butterfly.git themes/butterfly

升级方法:在主题目录下,运行 git pull npm
以上测试版也提供github和gitee版任选其一即可,想稳定推荐使用以上稳定版

应用主题

修改 Hexo 根目录下的 _config.yml,把主题改为butterfly

theme: butterfly

(在配置文件靠近底部不远处 建议使用ctrl+f)

安装插件

如果你没有 pug 以及 stylus 的渲染器,请下载安装:

npm install hexo-renderer-pug hexo-renderer-stylus --save

配置

然后在 hexo 的根目录创建一个文件 _config.butterfly.yml,并把主题(theme文件夹下)目录里面的 _config.yml 文件内容复製到 _config.butterfly.yml 里面去。( 注意: 复製的是主题的 _config.yml ,而不是 hexo 根目录下的 _config.yml)

 

如想详细了解请查看butterfly主题官方文档