diff options
| author | ruki <[email protected]> | 2017-02-05 12:11:25 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-02-05 12:11:25 +0800 |
| commit | db465c5fc41396dacf505a162304ee1e611fbaa3 (patch) | |
| tree | a23fca5233d34a8af23fcf1d34ca0cb70267075c | |
| parent | ec87614463fe16573496cab4367409dee6b128b4 (diff) | |
modify landing assets path
| -rwxr-xr-x | docs/assets/css/cayman.css (renamed from docs/css/cayman.css) | 0 | ||||
| -rwxr-xr-x | docs/assets/css/normalize.css (renamed from docs/css/normalize.css) | 0 | ||||
| -rw-r--r-- | docs/assets/css/opensans.css (renamed from docs/css/opensans.css) | 0 | ||||
| -rw-r--r-- | docs/assets/img/alipay.png (renamed from docs/img/alipay.png) | bin | 97219 -> 97219 bytes | |||
| -rw-r--r-- | docs/assets/img/donate.gif (renamed from docs/img/donate.gif) | bin | 1491 -> 1491 bytes | |||
| -rw-r--r-- | docs/assets/img/patreon.png (renamed from docs/img/patreon.png) | bin | 5626 -> 5626 bytes | |||
| -rw-r--r-- | docs/assets/img/paypal.png (renamed from docs/img/paypal.png) | bin | 6454 -> 6454 bytes | |||
| -rw-r--r-- | docs/assets/img/weixin.png (renamed from docs/img/weixin.png) | bin | 109611 -> 109611 bytes | |||
| -rw-r--r-- | docs/cn/index.html | 8 | ||||
| -rw-r--r-- | docs/cn/pages/donation.html | 31 | ||||
| -rw-r--r-- | docs/landing.html | 8 | ||||
| -rwxr-xr-x | docs/landing/_includes/head.cn.html | 6 | ||||
| -rwxr-xr-x | docs/landing/_includes/head.html | 6 | ||||
| -rwxr-xr-x | docs/landing/_includes/page-header.cn.html | 2 | ||||
| -rwxr-xr-x | docs/landing/_includes/page-header.html | 2 | ||||
| -rwxr-xr-x | docs/landing/assets/css/cayman.css (renamed from docs/landing/css/cayman.css) | 0 | ||||
| -rwxr-xr-x | docs/landing/assets/css/normalize.css (renamed from docs/landing/css/normalize.css) | 0 | ||||
| -rw-r--r-- | docs/landing/assets/css/opensans.css (renamed from docs/landing/css/opensans.css) | 0 | ||||
| -rw-r--r-- | docs/landing/assets/img/alipay.png (renamed from docs/landing/img/alipay.png) | bin | 97219 -> 97219 bytes | |||
| -rw-r--r-- | docs/landing/assets/img/donate.gif (renamed from docs/landing/img/donate.gif) | bin | 1491 -> 1491 bytes | |||
| -rw-r--r-- | docs/landing/assets/img/patreon.png (renamed from docs/landing/img/patreon.png) | bin | 5626 -> 5626 bytes | |||
| -rw-r--r-- | docs/landing/assets/img/paypal.png (renamed from docs/landing/img/paypal.png) | bin | 6454 -> 6454 bytes | |||
| -rw-r--r-- | docs/landing/assets/img/weixin.png (renamed from docs/landing/img/weixin.png) | bin | 109611 -> 109611 bytes | |||
| -rwxr-xr-x | docs/landing/pages/donation.cn.md | 12 | ||||
| -rwxr-xr-x | docs/landing/pages/donation.md | 10 | ||||
| -rw-r--r-- | docs/pages/donation.html | 29 |
26 files changed, 61 insertions, 53 deletions
diff --git a/docs/css/cayman.css b/docs/assets/css/cayman.css index b67d1e8fa..b67d1e8fa 100755 --- a/docs/css/cayman.css +++ b/docs/assets/css/cayman.css diff --git a/docs/css/normalize.css b/docs/assets/css/normalize.css index 30366a6e9..30366a6e9 100755 --- a/docs/css/normalize.css +++ b/docs/assets/css/normalize.css diff --git a/docs/css/opensans.css b/docs/assets/css/opensans.css index ebac7ce81..ebac7ce81 100644 --- a/docs/css/opensans.css +++ b/docs/assets/css/opensans.css diff --git a/docs/img/alipay.png b/docs/assets/img/alipay.png Binary files differindex bc1088d0f..bc1088d0f 100644 --- a/docs/img/alipay.png +++ b/docs/assets/img/alipay.png diff --git a/docs/img/donate.gif b/docs/assets/img/donate.gif Binary files differindex d6df5107e..d6df5107e 100644 --- a/docs/img/donate.gif +++ b/docs/assets/img/donate.gif diff --git a/docs/img/patreon.png b/docs/assets/img/patreon.png Binary files differindex aa0e4aee1..aa0e4aee1 100644 --- a/docs/img/patreon.png +++ b/docs/assets/img/patreon.png diff --git a/docs/img/paypal.png b/docs/assets/img/paypal.png Binary files differindex 780c84f6c..780c84f6c 100644 --- a/docs/img/paypal.png +++ b/docs/assets/img/paypal.png diff --git a/docs/img/weixin.png b/docs/assets/img/weixin.png Binary files differindex 1b1880b94..1b1880b94 100644 --- a/docs/img/weixin.png +++ b/docs/assets/img/weixin.png diff --git a/docs/cn/index.html b/docs/cn/index.html index 56fdd5ae3..e6a648ece 100644 --- a/docs/cn/index.html +++ b/docs/cn/index.html @@ -9,9 +9,9 @@ <meta name="description" content="一个基于Lua的轻量级自动构建工具"> <meta name="keywords" content="make,makefile,构建工具,编译工具,lua,跨平台,跨平台开发,linux,交叉编译" /> - <link rel="stylesheet" href="/css/normalize.css"> - <link rel='stylesheet' href="/css/opensans.css" type='text/css'> - <link rel="stylesheet" href="/css/cayman.css"> + <link rel="stylesheet" href="/assets/css/normalize.css"> + <link rel='stylesheet' href="/assets/css/opensans.css" type='text/css'> + <link rel="stylesheet" href="/assets/css/cayman.css"> <!-- baidu stats --> <script> @@ -34,7 +34,7 @@ <br><br> <iframe src="https://ghbtns.com/github-btn.html?user=tboox&repo=xmake&type=star&count=true" frameborder="0" scrolling="0" width="110px" height="20px"></iframe> <span class="donate" style="width: 86px"> - <img src="/img/patreon.png"> + <img src="/assets/img/patreon.png"> <a href="/cn/pages/donation.html#donate">支持我们</a> </span> <br><br> diff --git a/docs/cn/pages/donation.html b/docs/cn/pages/donation.html index fcbc55aa1..5b2609bee 100644 --- a/docs/cn/pages/donation.html +++ b/docs/cn/pages/donation.html @@ -9,9 +9,9 @@ <meta name="description" content="一个基于Lua的轻量级自动构建工具"> <meta name="keywords" content="make,makefile,构建工具,编译工具,lua,跨平台,跨平台开发,linux,交叉编译" /> - <link rel="stylesheet" href="/css/normalize.css"> - <link rel='stylesheet' href="/css/opensans.css" type='text/css'> - <link rel="stylesheet" href="/css/cayman.css"> + <link rel="stylesheet" href="/assets/css/normalize.css"> + <link rel='stylesheet' href="/assets/css/opensans.css" type='text/css'> + <link rel="stylesheet" href="/assets/css/cayman.css"> <!-- baidu stats --> <script> @@ -34,7 +34,7 @@ <br><br> <iframe src="https://ghbtns.com/github-btn.html?user=tboox&repo=xmake&type=star&count=true" frameborder="0" scrolling="0" width="110px" height="20px"></iframe> <span class="donate" style="width: 86px"> - <img src="/img/patreon.png"> + <img src="/assets/img/patreon.png"> <a href="/cn/pages/donation.html#donate">支持我们</a> </span> <br><br> @@ -55,25 +55,30 @@ <h2 id="section">支付宝</h2> -<p><img src="/img/alipay.png" alt="alipay" width="256" height="256" /></p> +<p><img src="/assets/img/alipay.png" alt="alipay" width="256" height="256" /></p> <p>账号:[email protected]</p> <h2 id="section-1">微信</h2> -<p><img src="/img/weixin.png" alt="weixin" width="218" height="218" /></p> +<p><img src="/assets/img/weixin.png" alt="weixin" width="218" height="218" /></p> <h2 id="paypal">Paypal</h2> -<p><a href="http://paypal.me/tboox/5"><img src="/img/paypal.png" alt="Paypal Me" /></a></p> +<p><a href="http://paypal.me/tboox/5"><img src="/assets/img/paypal.png" alt="Paypal Me" /></a></p> -<h2 id="section-2">捐助者名单</h2> +<h2 id="section-2">支持者</h2> -<p>2016.11.10</p> - -<ul> - <li><a href="https://github.com/lc-soft">lc-soft</a>: ¥10</li> -</ul> +<table> + <tbody> + <tr> + <td>2016.11.10</td> + <td><a href="https://github.com/lc-soft">lc-soft</a></td> + <td>oschina</td> + <td>¥10</td> + </tr> + </tbody> +</table> diff --git a/docs/landing.html b/docs/landing.html index 51e14bc55..3f413097d 100644 --- a/docs/landing.html +++ b/docs/landing.html @@ -9,9 +9,9 @@ <meta name="description" content="A make-like build utility based on Lua"> <meta name="keywords" content="make,makefile,build,lua,cross-compile,linux" /> - <link rel="stylesheet" href="/css/normalize.css"> - <link rel='stylesheet' href="/css/opensans.css" type='text/css'> - <link rel="stylesheet" href="/css/cayman.css"> + <link rel="stylesheet" href="/assets/css/normalize.css"> + <link rel='stylesheet' href="/assets/css/opensans.css" type='text/css'> + <link rel="stylesheet" href="/assets/css/cayman.css"> <!-- baidu stats --> <script> @@ -34,7 +34,7 @@ <br><br> <iframe src="https://ghbtns.com/github-btn.html?user=tboox&repo=xmake&type=star&count=true" frameborder="0" scrolling="0" width="110px" height="20px"></iframe> <span class="donate" style="width: 100px"> - <img src="/img/patreon.png"> + <img src="/assets/img/patreon.png"> <a href="/pages/donation.html#donate">Support us</a> </span> <br><br> diff --git a/docs/landing/_includes/head.cn.html b/docs/landing/_includes/head.cn.html index 1827c699a..c99dc89e2 100755 --- a/docs/landing/_includes/head.cn.html +++ b/docs/landing/_includes/head.cn.html @@ -6,9 +6,9 @@ <meta name="description" content="{{site.tagline-cn}}"> <meta name="keywords" content="{{site.keywords-cn}}" /> - <link rel="stylesheet" href="{{ site.baseurl }}/css/normalize.css"> - <link rel='stylesheet' href="{{ site.baseurl }}/css/opensans.css" type='text/css'> - <link rel="stylesheet" href="{{ site.baseurl }}/css/cayman.css"> + <link rel="stylesheet" href="{{ site.baseurl }}/assets/css/normalize.css"> + <link rel='stylesheet' href="{{ site.baseurl }}/assets/css/opensans.css" type='text/css'> + <link rel="stylesheet" href="{{ site.baseurl }}/assets/css/cayman.css"> <!-- baidu stats --> <script> diff --git a/docs/landing/_includes/head.html b/docs/landing/_includes/head.html index 9aef4601d..77eaa8d40 100755 --- a/docs/landing/_includes/head.html +++ b/docs/landing/_includes/head.html @@ -6,9 +6,9 @@ <meta name="description" content="{{site.tagline}}"> <meta name="keywords" content="{{site.keywords}}" /> - <link rel="stylesheet" href="{{ site.baseurl }}/css/normalize.css"> - <link rel='stylesheet' href="{{ site.baseurl }}/css/opensans.css" type='text/css'> - <link rel="stylesheet" href="{{ site.baseurl }}/css/cayman.css"> + <link rel="stylesheet" href="{{ site.baseurl }}/assets/css/normalize.css"> + <link rel='stylesheet' href="{{ site.baseurl }}/assets/css/opensans.css" type='text/css'> + <link rel="stylesheet" href="{{ site.baseurl }}/assets/css/cayman.css"> <!-- baidu stats --> <script> diff --git a/docs/landing/_includes/page-header.cn.html b/docs/landing/_includes/page-header.cn.html index bb8aa6552..e58830f0d 100755 --- a/docs/landing/_includes/page-header.cn.html +++ b/docs/landing/_includes/page-header.cn.html @@ -5,7 +5,7 @@ <br><br> <iframe src="https://ghbtns.com/github-btn.html?user=tboox&repo=xmake&type=star&count=true" frameborder="0" scrolling="0" width="110px" height="20px"></iframe> <span class="donate" style="width: 86px"> - <img src="{{site.baseurl}}/img/patreon.png"> + <img src="{{site.baseurl}}/assets/img/patreon.png"> <a href="{{site.baseurl}}/cn/pages/donation.html#donate">支持我们</a> </span> <br><br> diff --git a/docs/landing/_includes/page-header.html b/docs/landing/_includes/page-header.html index 2a2425a6a..8ebabfb79 100755 --- a/docs/landing/_includes/page-header.html +++ b/docs/landing/_includes/page-header.html @@ -5,7 +5,7 @@ <br><br> <iframe src="https://ghbtns.com/github-btn.html?user=tboox&repo=xmake&type=star&count=true" frameborder="0" scrolling="0" width="110px" height="20px"></iframe> <span class="donate" style="width: 100px"> - <img src="{{site.baseurl}}/img/patreon.png"> + <img src="{{site.baseurl}}/assets/img/patreon.png"> <a href="{{site.baseurl}}/pages/donation.html#donate">Support us</a> </span> <br><br> diff --git a/docs/landing/css/cayman.css b/docs/landing/assets/css/cayman.css index b67d1e8fa..b67d1e8fa 100755 --- a/docs/landing/css/cayman.css +++ b/docs/landing/assets/css/cayman.css diff --git a/docs/landing/css/normalize.css b/docs/landing/assets/css/normalize.css index 30366a6e9..30366a6e9 100755 --- a/docs/landing/css/normalize.css +++ b/docs/landing/assets/css/normalize.css diff --git a/docs/landing/css/opensans.css b/docs/landing/assets/css/opensans.css index ebac7ce81..ebac7ce81 100644 --- a/docs/landing/css/opensans.css +++ b/docs/landing/assets/css/opensans.css diff --git a/docs/landing/img/alipay.png b/docs/landing/assets/img/alipay.png Binary files differindex bc1088d0f..bc1088d0f 100644 --- a/docs/landing/img/alipay.png +++ b/docs/landing/assets/img/alipay.png diff --git a/docs/landing/img/donate.gif b/docs/landing/assets/img/donate.gif Binary files differindex d6df5107e..d6df5107e 100644 --- a/docs/landing/img/donate.gif +++ b/docs/landing/assets/img/donate.gif diff --git a/docs/landing/img/patreon.png b/docs/landing/assets/img/patreon.png Binary files differindex aa0e4aee1..aa0e4aee1 100644 --- a/docs/landing/img/patreon.png +++ b/docs/landing/assets/img/patreon.png diff --git a/docs/landing/img/paypal.png b/docs/landing/assets/img/paypal.png Binary files differindex 780c84f6c..780c84f6c 100644 --- a/docs/landing/img/paypal.png +++ b/docs/landing/assets/img/paypal.png diff --git a/docs/landing/img/weixin.png b/docs/landing/assets/img/weixin.png Binary files differindex 1b1880b94..1b1880b94 100644 --- a/docs/landing/img/weixin.png +++ b/docs/landing/assets/img/weixin.png diff --git a/docs/landing/pages/donation.cn.md b/docs/landing/pages/donation.cn.md index ec9e775f5..d6c9b6da7 100755 --- a/docs/landing/pages/donation.cn.md +++ b/docs/landing/pages/donation.cn.md @@ -9,21 +9,19 @@ xmake项目属于个人开源项目,它的发展需要您的帮助,如果您 ## 支付宝 -<img src="{{site.baseurl}}/img/alipay.png" alt="alipay" width="256" height="256"> +<img src="{{site.baseurl}}/assets/img/alipay.png" alt="alipay" width="256" height="256"> ## 微信 -<img src="{{site.baseurl}}/img/weixin.png" alt="weixin" width="218" height="218"> +<img src="{{site.baseurl}}/assets/img/weixin.png" alt="weixin" width="218" height="218"> ## Paypal -[](http://paypal.me/tboox/5) +[](http://paypal.me/tboox/5) -## 捐助者名单 +## 支持者 -2016.11.10 - -* [lc-soft](https://github.com/lc-soft): ¥10 +| 2016.11.10 | [lc-soft](https://github.com/lc-soft) | oschina | ¥10 | diff --git a/docs/landing/pages/donation.md b/docs/landing/pages/donation.md index ff0d58468..284d5b0da 100755 --- a/docs/landing/pages/donation.md +++ b/docs/landing/pages/donation.md @@ -11,19 +11,19 @@ If you would like to support the development of xmake, welcome to donate to us. ## Paypal -[](http://paypal.me/tboox/5) +[](http://paypal.me/tboox/5) ## Alipay -<img src="{{site.baseurl}}/img/alipay.png" alt="alipay" width="256" height="256"> +<img src="{{site.baseurl}}/assets/img/alipay.png" alt="alipay" width="256" height="256"> ## Weixin -<img src="{{site.baseurl}}/img/weixin.png" alt="weixin" width="218" height="218"> +<img src="{{site.baseurl}}/assets/img/weixin.png" alt="weixin" width="218" height="218"> ## Supporters -2016.11.10 +| 2016.11.10 | [lc-soft](https://github.com/lc-soft) | oschina | ¥10 | + -* [lc-soft](https://github.com/lc-soft): ¥10 diff --git a/docs/pages/donation.html b/docs/pages/donation.html index 6e74ab531..d089e0d27 100644 --- a/docs/pages/donation.html +++ b/docs/pages/donation.html @@ -9,9 +9,9 @@ <meta name="description" content="A make-like build utility based on Lua"> <meta name="keywords" content="make,makefile,build,lua,cross-compile,linux" /> - <link rel="stylesheet" href="/css/normalize.css"> - <link rel='stylesheet' href="/css/opensans.css" type='text/css'> - <link rel="stylesheet" href="/css/cayman.css"> + <link rel="stylesheet" href="/assets/css/normalize.css"> + <link rel='stylesheet' href="/assets/css/opensans.css" type='text/css'> + <link rel="stylesheet" href="/assets/css/cayman.css"> <!-- baidu stats --> <script> @@ -34,7 +34,7 @@ <br><br> <iframe src="https://ghbtns.com/github-btn.html?user=tboox&repo=xmake&type=star&count=true" frameborder="0" scrolling="0" width="110px" height="20px"></iframe> <span class="donate" style="width: 100px"> - <img src="/img/patreon.png"> + <img src="/assets/img/patreon.png"> <a href="/pages/donation.html#donate">Support us</a> </span> <br><br> @@ -57,23 +57,28 @@ <h2 id="paypal">Paypal</h2> -<p><a href="http://paypal.me/tboox/5"><img src="/img/paypal.png" alt="Paypal Me" /></a></p> +<p><a href="http://paypal.me/tboox/5"><img src="/assets/img/paypal.png" alt="Paypal Me" /></a></p> <h2 id="alipay">Alipay</h2> -<p><img src="/img/alipay.png" alt="alipay" width="256" height="256" /></p> +<p><img src="/assets/img/alipay.png" alt="alipay" width="256" height="256" /></p> <h2 id="weixin">Weixin</h2> -<p><img src="/img/weixin.png" alt="weixin" width="218" height="218" /></p> +<p><img src="/assets/img/weixin.png" alt="weixin" width="218" height="218" /></p> <h2 id="supporters">Supporters</h2> -<p>2016.11.10</p> - -<ul> - <li><a href="https://github.com/lc-soft">lc-soft</a>: ¥10</li> -</ul> +<table> + <tbody> + <tr> + <td>2016.11.10</td> + <td><a href="https://github.com/lc-soft">lc-soft</a></td> + <td>oschina</td> + <td>¥10</td> + </tr> + </tbody> +</table> |
