From db786265a0c1a98b788f1f2901e45df469e7a4b5 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Sun, 25 Dec 2016 09:34:54 +0800 Subject: [PATCH 1/2] update home page changes to zh cn --- content/cross-platform/index.zh-cn.md | 4 ++-- content/easy-installation/index.zh-cn.md | 8 ++++---- content/jumbotron/index.zh-cn.md | 2 +- content/lightweight/index.zh-cn.md | 6 ++---- content/open-source/index.zh-cn.md | 7 +++---- 5 files changed, 12 insertions(+), 15 deletions(-) diff --git a/content/cross-platform/index.zh-cn.md b/content/cross-platform/index.zh-cn.md index b1616a0..f73269b 100644 --- a/content/cross-platform/index.zh-cn.md +++ b/content/cross-platform/index.zh-cn.md @@ -9,7 +9,7 @@ draft: false - Cross-platform + 跨平台 -Gitea runs anywhere [Go](http://golang.org/) can compile for: Windows, macOS, Linux, ARM, etc. Choose the one you love! +Gitea 可以运行在任何 [Go](http://golang.org/) 能够编译的平台:Windows, macOS, Linux, ARM 等等,选择你喜欢的即可! diff --git a/content/easy-installation/index.zh-cn.md b/content/easy-installation/index.zh-cn.md index cd510ee..af2613e 100644 --- a/content/easy-installation/index.zh-cn.md +++ b/content/easy-installation/index.zh-cn.md @@ -10,9 +10,9 @@ draft: false - Easy to install + 易安装 -Simply [run the binary](https://docs.gitea.io/en-us/install-from-binary/) for your platform. -Or ship Gitea with [Docker](https://github.com/go-gitea/gitea/tree/master/docker) or [Vagrant](https://github.com/geerlingguy/ansible-vagrant-examples/tree/master/gogs), -or get it [packaged](https://docs.gitea.io/en-us/install-from-package/). +直接 [从二进制安装](https://docs.gitea.io/en-us/install-from-binary/)。 +或者使用 [Docker](https://github.com/go-gitea/gitea/tree/master/docker), [Vagrant](https://github.com/geerlingguy/ansible-vagrant-examples/tree/master/gogs), +和 [安装包](https://docs.gitea.io/en-us/install-from-package/). diff --git a/content/jumbotron/index.zh-cn.md b/content/jumbotron/index.zh-cn.md index e635243..f874ea2 100644 --- a/content/jumbotron/index.zh-cn.md +++ b/content/jumbotron/index.zh-cn.md @@ -15,5 +15,5 @@ draft: false [MIT](https://github.com/go-gitea/gitea/blob/master/LICENSE) 许可证.

-Try Gitea +尝试 Gitea

diff --git a/content/lightweight/index.zh-cn.md b/content/lightweight/index.zh-cn.md index cd510ee..ac3eaa1 100644 --- a/content/lightweight/index.zh-cn.md +++ b/content/lightweight/index.zh-cn.md @@ -10,9 +10,7 @@ draft: false - Easy to install + 轻量级 -Simply [run the binary](https://docs.gitea.io/en-us/install-from-binary/) for your platform. -Or ship Gitea with [Docker](https://github.com/go-gitea/gitea/tree/master/docker) or [Vagrant](https://github.com/geerlingguy/ansible-vagrant-examples/tree/master/gogs), -or get it [packaged](https://docs.gitea.io/en-us/install-from-package/). +Gitea 拥有很低的系统需求,即使Raspberry Pi也可运行,节约机器资源! diff --git a/content/open-source/index.zh-cn.md b/content/open-source/index.zh-cn.md index cd510ee..0bb8288 100644 --- a/content/open-source/index.zh-cn.md +++ b/content/open-source/index.zh-cn.md @@ -10,9 +10,8 @@ draft: false - Easy to install + 开源化 -Simply [run the binary](https://docs.gitea.io/en-us/install-from-binary/) for your platform. -Or ship Gitea with [Docker](https://github.com/go-gitea/gitea/tree/master/docker) or [Vagrant](https://github.com/geerlingguy/ansible-vagrant-examples/tree/master/gogs), -or get it [packaged](https://docs.gitea.io/en-us/install-from-package/). +所有代码均在 [GitHub](https://github.com/go-gitea/gitea/)! +加入我们让 Gitea 更好,你可以做到! From c634be2f9b01ddf69bb539cccbd14c072d8dfd1d Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Sun, 25 Dec 2016 10:31:05 +0800 Subject: [PATCH 2/2] title & svgs --- content/cross-platform/index.zh-cn.md | 2 +- content/easy-installation/index.zh-cn.md | 2 +- content/lightweight/index.zh-cn.md | 6 +++--- content/open-source/index.zh-cn.md | 6 +++--- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/content/cross-platform/index.zh-cn.md b/content/cross-platform/index.zh-cn.md index f73269b..abe7af7 100644 --- a/content/cross-platform/index.zh-cn.md +++ b/content/cross-platform/index.zh-cn.md @@ -1,6 +1,6 @@ --- date: "2016-11-08T16:00:00+02:00" -title: "欢迎" +title: "跨平台" weight: 10 toc: false draft: false diff --git a/content/easy-installation/index.zh-cn.md b/content/easy-installation/index.zh-cn.md index af2613e..c418017 100644 --- a/content/easy-installation/index.zh-cn.md +++ b/content/easy-installation/index.zh-cn.md @@ -1,6 +1,6 @@ --- date: "2016-11-08T16:00:00+02:00" -title: "欢迎" +title: "易安装" weight: 10 toc: false draft: false diff --git a/content/lightweight/index.zh-cn.md b/content/lightweight/index.zh-cn.md index ac3eaa1..0d9e024 100644 --- a/content/lightweight/index.zh-cn.md +++ b/content/lightweight/index.zh-cn.md @@ -1,14 +1,14 @@ --- date: "2016-11-08T16:00:00+02:00" -title: "欢迎" +title: "轻量级" weight: 10 toc: false draft: false ---

-

diff --git a/content/open-source/index.zh-cn.md b/content/open-source/index.zh-cn.md index 0bb8288..a048c3f 100644 --- a/content/open-source/index.zh-cn.md +++ b/content/open-source/index.zh-cn.md @@ -1,14 +1,14 @@ --- date: "2016-11-08T16:00:00+02:00" -title: "欢迎" +title: "开源化" weight: 10 toc: false draft: false ---

-