🔖 3.0.0 發佈

This commit is contained in:
Jerry
2020-08-05 22:02:23 +08:00
parent 8f27859cea
commit 065093e217
6 changed files with 46 additions and 7 deletions

View File

@@ -16,18 +16,30 @@
## 安裝
在你的博客根目錄裡安裝穩定版【推薦】
### Git 安裝
```
在博客根目錄裡安裝穩定版【推薦】
```powershell
git clone -b master https://github.com/jerryc127/hexo-theme-butterfly.git themes/butterfly
```
如果想要安裝比較新的dev分支可以
```
```powershell
git clone -b dev https://github.com/jerryc127/hexo-theme-butterfly.git themes/butterfly
```
### npm 安裝
> 此方法只支持Hexo 5.0.0以上版本
在博客根目錄裡
```powershell
npm i hexo-theme-butterfly
```
## 應用主題
修改hexo配置文件`_config.yml`,把主題改為`Butterfly`