mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2026-04-10 21:17:07 +08:00
update README
This commit is contained in:
31
README.md
31
README.md
@@ -5,10 +5,13 @@
|
|||||||
<a href="https://hexo.io"><img alt="Hexo" src="https://img.shields.io/badge/hexo-3.0+-0e83c"/></a>
|
<a href="https://hexo.io"><img alt="Hexo" src="https://img.shields.io/badge/hexo-3.0+-0e83c"/></a>
|
||||||
<a href="https://nodejs.org/"><img alt="node.js" src="https://img.shields.io/badge/node.js-6.0-blur"/></a>
|
<a href="https://nodejs.org/"><img alt="node.js" src="https://img.shields.io/badge/node.js-6.0-blur"/></a>
|
||||||
|
|
||||||
|
Demo: https://demo.jerryc.me/
|
||||||
|
|
||||||
[Blog / Demo](https://jerryc.me/)
|
JerryC: https://jerryc.me/
|
||||||
|
|
||||||
Inspirecd by [hexo-theme-melody](https://github.com/Molunerfinn/hexo-theme-melody) theme.
|
|
||||||
|
|
||||||
|
Based on [hexo-theme-melody](https://github.com/Molunerfinn/hexo-theme-melody) theme.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
@@ -18,26 +21,30 @@ Stable branch:
|
|||||||
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
|
||||||
```
|
```
|
||||||
|
|
||||||
Bleeding edge unstable branch:
|
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
|
||||||
```
|
```
|
||||||
|
|
||||||
## Activate
|
## Configuration
|
||||||
Modify hexo config `_config.yml`, and chaneg to `Butterfly` theme.
|
|
||||||
|
|
||||||
```
|
Set theme in the hexo work folder's root config file `_config.yml`:
|
||||||
theme: Butterfly
|
|
||||||
```
|
|
||||||
|
|
||||||
You need to install some dependencies: pug, stylus: npm install hexo-renderer-pug hexo-renderer-stylus --save or yarn add hexo-renderer-pug hexo-renderer-stylus
|
> theme: Butterfly
|
||||||
|
|
||||||
## More information
|
If you don't have pug & stylus renderer, try this:
|
||||||
|
|
||||||
[More information](https://jerryc.me/posts/21cfbf15)
|
> npm install hexo-renderer-pug hexo-renderer-stylus
|
||||||
|
|
||||||
|
## Documentation
|
||||||
|
|
||||||
|
Documentation is [here](https://jerryc.me/posts/21cfbf15). it supports `zh-TW`
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||

|

|
||||||

|
|
||||||
|

|
||||||
|
|
||||||
|

|
||||||
@@ -5,14 +5,16 @@
|
|||||||
<a href="https://hexo.io"><img alt="Hexo" src="https://img.shields.io/badge/hexo-3.0+-0e83c"/></a>
|
<a href="https://hexo.io"><img alt="Hexo" src="https://img.shields.io/badge/hexo-3.0+-0e83c"/></a>
|
||||||
<a href="https://nodejs.org/"><img alt="node.js" src="https://img.shields.io/badge/node.js-6.0-blur"/></a>
|
<a href="https://nodejs.org/"><img alt="node.js" src="https://img.shields.io/badge/node.js-6.0-blur"/></a>
|
||||||
|
|
||||||
|
Demo: https://demo.jerryc.me/
|
||||||
|
|
||||||
[预览](https://jerryc.me/)
|
JerryC: https://jerryc.me/
|
||||||
|
|
||||||
一款基于[hexo-theme-melody](https://github.com/Molunerfinn/hexo-theme-melody)修改的主题
|
|
||||||
|
|
||||||
## 安装
|
一款基於[hexo-theme-melody](https://github.com/Molunerfinn/hexo-theme-melody)修改的主題
|
||||||
|
|
||||||
在你的博客根目录里
|
## 安裝
|
||||||
|
|
||||||
|
在你的博客根目錄裏
|
||||||
|
|
||||||
```
|
```
|
||||||
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
|
||||||
@@ -24,19 +26,21 @@ git clone -b master https://github.com/jerryc127/hexo-theme-butterfly.git themes
|
|||||||
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`
|
修改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
|
>如果你沒有pug以及stylus的渲染器,請下載安裝: npm install hexo-renderer-pug hexo-renderer-stylus --save or yarn add hexo-renderer-pug hexo-renderer-stylus
|
||||||
|
|
||||||
## 文档
|
## 文檔
|
||||||
|
|
||||||
可查看[这里](https://jerryc.me/posts/21cfbf15)
|
可查看[這裏](https://jerryc.me/posts/21cfbf15)
|
||||||
|
|
||||||
## 截图
|
## 截圖
|
||||||

|

|
||||||

|

|
||||||
|
|
||||||
|

|
||||||
Reference in New Issue
Block a user