mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2026-04-12 14:07:06 +08:00
🔖 3.0.0 發佈
This commit is contained in:
18
README_CN.md
18
README_CN.md
@@ -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`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user