Skip to content

Commit

Permalink
feat: change static path & download method
Browse files Browse the repository at this point in the history
  • Loading branch information
Viosey committed Sep 8, 2017
1 parent e22f6bf commit 75566b8
Show file tree
Hide file tree
Showing 10 changed files with 31 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ npm i docsify-cli -g
## Usage

```bash
git clone https://github.com/viosey/material-theme-docs.git
git clone https://github.com/neko-dev/material-theme-docs.git

cd material-theme-docs
```
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
8 changes: 4 additions & 4 deletions docs/donate.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
## 捐赠的渠道?

- **[PayPal](https://www.paypal.me/VioseyH/2.89):**
><img src="/static/img/QRcode/PayPal.png" width="160px" height="160px">
><img src="/docs/static/img/QRcode/PayPal.png" width="160px" height="160px">
- **支付宝:**
><img src="/static/img/QRcode/AliPay.png" width="160px" height="160px">
><img src="/docs/static/img/QRcode/AliPay.png" width="160px" height="160px">
- **微信支付:**
><img src="/static/img/QRcode/WeChan.png" width="160px" height="160px">
><img src="/docs/static/img/QRcode/WeChan.png" width="160px" height="160px">
>
>微信打赏请留言备注昵称
- **比特币:**
><img src="/static/img/QRcode/BTC.png" width="160px" height="160px">
><img src="/docs/static/img/QRcode/BTC.png" width="160px" height="160px">
## 捐赠者名单

Expand Down
8 changes: 4 additions & 4 deletions docs/en/donate.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ I only know that some things, rely on both sides to maintain.
## Donation ways?

- **[PayPal](https://www.paypal.me/VioseyH/2.89):**
><img src="/static/img/QRcode/PayPal.png" width="160px" height="160px">
><img src="/docs/static/img/QRcode/PayPal.png" width="160px" height="160px">
- **Alipay: **
><img src="/static/img/QRcode/AliPay.png" width="160px" height="160px">
><img src="/docs/static/img/QRcode/AliPay.png" width="160px" height="160px">
- **Wechat Pay: **
><img src="/static/img/QRcode/WeChan.png" width="160px" height="160px">
><img src="/docs/static/img/QRcode/WeChan.png" width="160px" height="160px">
- **Bitcoin:**
><img src="/static/img/QRcode/BTC.png" width="160px" height="160px">
><img src="/docs/static/img/QRcode/BTC.png" width="160px" height="160px">
## Donors list

Expand Down
12 changes: 11 additions & 1 deletion docs/en/start.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
## Installing "Material"

Installation of an Hexo theme is quite simple. You simply need to put the theme directory inside the `themes` directory of your site and modify the theme config.
You can download "Material" from [GitHub](https://github.com/viosey/hexo-theme-material/releases)

### Github

You can get a [stable release](https://github.com/viosey/hexo-theme-material/releases) from Github in a timely manner.

### npm

```
npm install hexo-material
```
>This way the material theme will be downloaded to the `node_modules` folder under the hexo directory.
## Enable "Material"

Expand Down
12 changes: 11 additions & 1 deletion docs/start.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
## 安装「Material」

Hexo 安装主题的方式非常简单,只需要将主题文件放置于站点目录的 `themes` 目录下,然后修改下配置文件即可。
「Material」主题可以在 [Github](https://github.com/viosey/hexo-theme-material/releases) 上下载。

### Github

你可以从 Github 上及时得获得 [稳定的发布版本](https://github.com/viosey/hexo-theme-material/releases)

### npm

```
npm install hexo-material
```
>该方式会把 Material 主题下载到 hexo 目录下的 `node_modules` 文件夹中。
## 启用「Material」

Expand Down

0 comments on commit 75566b8

Please sign in to comment.