mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2025-09-15 12:58:48 +08:00
Merge pull request #75 from noraj/patch-2
Move readme and translate it in english
This commit is contained in:
commit
ae73a2114f
23
README.md
23
README.md
@ -6,37 +6,38 @@
|
|||||||
<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>
|
||||||
|
|
||||||
|
|
||||||
[预览](https://jerryc.me/)
|
[Blog / Demo](https://jerryc.me/)
|
||||||
|
|
||||||
一款基于[hexo-theme-melody](https://github.com/Molunerfinn/hexo-theme-melody)修改的主题
|
Inspirecd by [hexo-theme-melody](https://github.com/Molunerfinn/hexo-theme-melody) theme.
|
||||||
|
|
||||||
## 安装
|
## Installation
|
||||||
|
|
||||||
在你的博客根目录里
|
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
|
||||||
```
|
```
|
||||||
|
|
||||||
如果想要安裝比較新的dev分支,可以
|
Bleeding edge unstable 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
|
||||||
修改hexo配置文件`_config.yml`,把主题改为`Butterfly`
|
Modify hexo config `_config.yml`, and chaneg to `Butterfly` theme.
|
||||||
|
|
||||||
```
|
```
|
||||||
theme: Butterfly
|
theme: Butterfly
|
||||||
```
|
```
|
||||||
|
|
||||||
>如果你没有pug以及stylus的渲染器,请下载安装: npm install hexo-renderer-pug hexo-renderer-stylus --save or yarn add hexo-renderer-pug hexo-renderer-stylus
|
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
|
||||||
|
|
||||||
## 文档
|
## More information
|
||||||
|
|
||||||
可查看[这里](https://jerryc.me/posts/21cfbf15)
|
[More information](https://jerryc.me/posts/21cfbf15)
|
||||||
|
|
||||||
|
## Screenshots
|
||||||
|
|
||||||
## 截图
|
|
||||||

|

|
||||||

|

|
||||||
|
|||||||
42
README.zn.md
Normal file
42
README.zn.md
Normal file
@ -0,0 +1,42 @@
|
|||||||
|
# hexo-theme-butterfly
|
||||||
|
|
||||||
|
<a href="https://github.com/jerryc127/hexo-theme-butterfly/releases"><img alt="Version" src="https://img.shields.io/badge/release-2.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-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>
|
||||||
|
|
||||||
|
|
||||||
|
[预览](https://jerryc.me/)
|
||||||
|
|
||||||
|
一款基于[hexo-theme-melody](https://github.com/Molunerfinn/hexo-theme-melody)修改的主题
|
||||||
|
|
||||||
|
## 安装
|
||||||
|
|
||||||
|
在你的博客根目录里
|
||||||
|
|
||||||
|
```
|
||||||
|
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
|
||||||
|
```
|
||||||
|
|
||||||
|
## 应用主题
|
||||||
|
修改hexo配置文件`_config.yml`,把主题改为`Butterfly`
|
||||||
|
|
||||||
|
```
|
||||||
|
theme: Butterfly
|
||||||
|
```
|
||||||
|
|
||||||
|
>如果你没有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)
|
||||||
|
|
||||||
|
## 截图
|
||||||
|

|
||||||
|

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