butterfly主题安装

1.初始化hexo

hexo init MyHexoBlog

2.如果没有 cheerio 安装 npm install cheerio@0.22.0 --save为安装主题做准备

3.安装beutterfly

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

4.修改站点配置文件_config.yml,把主题改为 butterfly


theme: butterfly

5.启动主题

hexo c & hexo g & hexo c

posted @ 2023-03-11 10:20  爽宝  阅读(49)  评论(0)    收藏  举报