Skip to content

Commit

Permalink
🏷️ 更新至3.0.0-RC-1 close jerryc127#189, close jerryc127#192, close jerr…
Browse files Browse the repository at this point in the history
…yc127#223, close jerryc127#224, close jerryc127#229, close 232, close jerryc127#240
  • Loading branch information
jerryc127 committed Jun 16, 2020
1 parent 0ad2c01 commit aa8c509
Show file tree
Hide file tree
Showing 93 changed files with 2,118 additions and 1,657 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# hexo-theme-butterfly

<a href="https://github.com/jerryc127/hexo-theme-butterfly/releases"><img alt="Version" src="https://img.shields.io/badge/release-2.3.5-blue"/></a>
<a href="https://github.com/jerryc127/hexo-theme-butterfly/releases"><img alt="Version" src="https://img.shields.io/badge/release-3.0.0-blue"/></a>
<a href="https://jerryc.me"><img alt="Author" src="https://img.shields.io/badge/author-JerryC-blur"/></a>
<a href="https://hexo.io"><img alt="Hexo" src="https://img.shields.io/badge/hexo-4.0+-0e83c"/></a>
<a href="https://nodejs.org/"><img alt="node.js" src="https://img.shields.io/badge/node.js-8.0+-blur"/></a>
Expand All @@ -14,34 +14,34 @@ Based on [hexo-theme-melody](https://github.com/Molunerfinn/hexo-theme-melody) t
Stable branch [recommend]:

```
git clone -b master https://github.com/jerryc127/hexo-theme-butterfly.git themes/Butterfly
git clone -b master https://github.com/jerryc127/hexo-theme-butterfly.git themes/butterfly
```

Dev branch:

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

## Configuration

Set theme in the hexo work folder's root config file `_config.yml`:

> theme: Butterfly
> theme: butterfly
If you don't have pug & stylus renderer, try this:

> npm install hexo-renderer-pug hexo-renderer-stylus
## Documentation

Find in [hexo-theme-butterfly docs](https://docs.jerryc.me) and [JerryC](https://jerryc.me/posts/21cfbf15). it supports `zh-TW` and `zh-CN`
Find in [Butterfly Docs](https://demo.jerryc.me/posts/21cfbf15/). it supports `zh-TW` and `zh-CN`

You can also join the Chat Group.

[ 💬 Join QQ Group [recommend]](https://jq.qq.com/?_wv=1027&k=5KI3Jqb)
[💬 Join QQ Group [recommend]](https://jq.qq.com/?_wv=1027&k=5KI3Jqb)

[ 💬 Join Telegram Group](https://t.me/hexo_butterfly)
[💬 Join Telegram Group](https://t.me/hexo_butterfly)



Expand Down
14 changes: 7 additions & 7 deletions README_CN.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# hexo-theme-butterfly

<a href="https://github.com/jerryc127/hexo-theme-butterfly/releases"><img alt="Version" src="https://img.shields.io/badge/release-2.3.5-blue"/></a>
<a href="https://github.com/jerryc127/hexo-theme-butterfly/releases"><img alt="Version" src="https://img.shields.io/badge/release-3.0.0-blue"/></a>
<a href="https://jerryc.me"><img alt="Author" src="https://img.shields.io/badge/author-JerryC-blur"/></a>
<a href="https://hexo.io"><img alt="Hexo" src="https://img.shields.io/badge/hexo-4.0+-0e83c"/></a>
<a href="https://nodejs.org/"><img alt="node.js" src="https://img.shields.io/badge/node.js-8.0+-blur"/></a>
Expand All @@ -14,33 +14,33 @@ Demo: 👍 [Butterfly](https://demo.jerryc.me/) || 🤞 [JerryC](https://jer
在你的博客根目錄裡安裝穩定版【推薦】

```
git clone -b master https://github.com/jerryc127/hexo-theme-butterfly.git themes/Butterfly
git clone -b master https://github.com/jerryc127/hexo-theme-butterfly.git themes/butterfly
```

如果想要安裝比較新的dev分支,可以

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

## 應用主題
修改hexo配置文件`_config.yml`,把主題改為`Butterfly`

```
theme: Butterfly
theme: butterfly
```

>如果你沒有pug以及stylus的渲染器,請下載安裝: npm install hexo-renderer-pug hexo-renderer-stylus --save or yarn add hexo-renderer-pug hexo-renderer-stylus
## 文檔

可查看[hexo-theme-butterfly docs](https://docs.jerryc.me)[JerryC](https://jerryc.me/posts/21cfbf15)
可查看[Butterfly Docs](https://demo.jerryc.me/posts/21cfbf15/)

你也可以加入群組

[ 💬 QQ群 [推薦]](https://jq.qq.com/?_wv=1027&k=5KI3Jqb)
[ 💬 QQ群 [推薦]](https://jq.qq.com/?_wv=1027&k=5KI3Jqb)

[ 💬Telegram群](https://t.me/hexo_butterfly)
[ 💬 Telegram群](https://t.me/hexo_butterfly)

## 截圖

Expand Down
Loading

0 comments on commit aa8c509

Please sign in to comment.