diff options
| -rw-r--r-- | landing.html | 4 | ||||
| -rw-r--r-- | landing/_config.yml | 2 | ||||
| -rw-r--r-- | pages/donation.html | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/landing.html b/landing.html index c815d02a..3c33729e 100644 --- a/landing.html +++ b/landing.html @@ -6,7 +6,7 @@ <title>xmake</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="theme-color" content="#157878"> - <meta name="description" content="A make-like build utility based on Lua"> + <meta name="description" content="A cross-platform build utility based on Lua"> <meta name="keywords" content="make,makefile,build,lua,cross-compile,linux" /> <link rel="stylesheet" href="/assets/css/normalize.css"> @@ -29,7 +29,7 @@ <body> <section class="page-header"> <h1 class="project-name">xmake</h1> - <h2 class="project-tagline">A make-like build utility based on Lua</h2> + <h2 class="project-tagline">A cross-platform build utility based on Lua</h2> <a href="/#/home" class="btn">GET STARTED</a> <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> diff --git a/landing/_config.yml b/landing/_config.yml index 4c46dd42..ae817c14 100644 --- a/landing/_config.yml +++ b/landing/_config.yml @@ -1,6 +1,6 @@ # Setup title: xmake -tagline: A make-like build utility based on Lua +tagline: A cross-platform build utility based on Lua tagline-cn: 一个基于Lua的轻量级自动构建工具 keywords: make,makefile,build,lua,cross-compile,linux keywords-cn: make,makefile,构建工具,编译工具,lua,跨平台,跨平台开发,linux,交叉编译 diff --git a/pages/donation.html b/pages/donation.html index 89cf26ab..15faade6 100644 --- a/pages/donation.html +++ b/pages/donation.html @@ -6,7 +6,7 @@ <title>xmake</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="theme-color" content="#157878"> - <meta name="description" content="A make-like build utility based on Lua"> + <meta name="description" content="A cross-platform build utility based on Lua"> <meta name="keywords" content="make,makefile,build,lua,cross-compile,linux" /> <link rel="stylesheet" href="/assets/css/normalize.css"> @@ -29,7 +29,7 @@ <body> <section class="page-header"> <h1 class="project-name">xmake</h1> - <h2 class="project-tagline">A make-like build utility based on Lua</h2> + <h2 class="project-tagline">A cross-platform build utility based on Lua</h2> <a href="/#/home" class="btn">GET STARTED</a> <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> |
