Skip to content

Commit 75566b8

Browse files
author
Viosey
committed
feat: change static path & download method
1 parent e22f6bf commit 75566b8

10 files changed

Lines changed: 31 additions & 11 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ npm i docsify-cli -g
2525
## Usage
2626

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

3030
cd material-theme-docs
3131
```

docs/donate.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
## 捐赠的渠道?
1616

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

docs/en/donate.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ I only know that some things, rely on both sides to maintain.
1515
## Donation ways?
1616

1717
- **[PayPal](https://www.paypal.me/VioseyH/2.89):**
18-
><img src="/static/img/QRcode/PayPal.png" width="160px" height="160px">
18+
><img src="/docs/static/img/QRcode/PayPal.png" width="160px" height="160px">
1919
- **Alipay: **
20-
><img src="/static/img/QRcode/AliPay.png" width="160px" height="160px">
20+
><img src="/docs/static/img/QRcode/AliPay.png" width="160px" height="160px">
2121
- **Wechat Pay: **
22-
><img src="/static/img/QRcode/WeChan.png" width="160px" height="160px">
22+
><img src="/docs/static/img/QRcode/WeChan.png" width="160px" height="160px">
2323
- **Bitcoin:**
24-
><img src="/static/img/QRcode/BTC.png" width="160px" height="160px">
24+
><img src="/docs/static/img/QRcode/BTC.png" width="160px" height="160px">
2525
2626
## Donors list
2727

docs/en/start.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
## Installing "Material"
22

33
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.
4-
You can download "Material" from [GitHub](https://github.com/viosey/hexo-theme-material/releases)
4+
5+
### Github
6+
7+
You can get a [stable release](https://github.com/viosey/hexo-theme-material/releases) from Github in a timely manner.
8+
9+
### npm
10+
11+
```
12+
npm install hexo-material
13+
```
14+
>This way the material theme will be downloaded to the `node_modules` folder under the hexo directory.
515
616
## Enable "Material"
717

docs/start.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
## 安装「Material」
22

33
Hexo 安装主题的方式非常简单,只需要将主题文件放置于站点目录的 `themes` 目录下,然后修改下配置文件即可。
4-
「Material」主题可以在 [Github](https://github.com/viosey/hexo-theme-material/releases) 上下载。
4+
5+
### Github
6+
7+
你可以从 Github 上及时得获得 [稳定的发布版本](https://github.com/viosey/hexo-theme-material/releases)
8+
9+
### npm
10+
11+
```
12+
npm install hexo-material
13+
```
14+
>该方式会把 Material 主题下载到 hexo 目录下的 `node_modules` 文件夹中。
515
616
## 启用「Material」
717

0 commit comments

Comments
 (0)