From f24598c85784fdfabdb3709773bf4730c680601e Mon Sep 17 00:00:00 2001 From: kolaente Date: Wed, 23 May 2018 03:08:27 +0200 Subject: [PATCH] New structure for new design (#69) --- .../index.en-us.md => _index.en-us.md} | 18 +++++---- content/_index.nl-nl.md | 21 ++++++++++ content/_index.pt-br.md | 21 ++++++++++ content/_index.zh-cn.md | 21 ++++++++++ content/_index.zh-tw.md | 20 ++++++++++ .../cross-platform.en-us.md} | 3 +- .../cross-platform.nl-nl.md} | 3 +- .../cross-platform.pt-br.md} | 3 +- .../cross-platform.zh-cn.md} | 3 +- .../cross-platform.zh-tw.md} | 3 +- .../easy-installation.en-us.md} | 4 +- .../easy-installation.nl-nl.md} | 4 +- .../easy-installation.pt-br.md} | 4 +- .../easy-installation.zh-cn.md} | 4 +- .../easy-installation.zh-tw.md} | 4 +- .../lightweight.en-us.md} | 3 +- .../lightweight.nl-nl.md} | 3 +- .../lightweight.pt-br.md} | 3 +- .../lightweight.zh-cn.md} | 3 +- .../lightweight.zh-tw.md} | 3 +- .../open-source.en-us.md} | 3 +- .../open-source.nl-nl.md} | 3 +- .../open-source.pt-br.md} | 3 +- .../open-source.zh-cn.md} | 4 +- .../open-source.zh-tw.md} | 3 +- content/jumbotron/index.nl-nl.md | 20 ---------- content/jumbotron/index.pt-br.md | 20 ---------- content/jumbotron/index.zh-cn.md | 20 ---------- content/jumbotron/index.zh-tw.md | 19 --------- content/page/index.en-us.md | 13 ------- content/page/index.pt-br.md | 13 ------- content/page/index.zh-cn.md | 13 ------- content/page/index.zh-tw.md | 13 ------- layouts/index.html | 39 ------------------- 34 files changed, 113 insertions(+), 224 deletions(-) rename content/{jumbotron/index.en-us.md => _index.en-us.md} (51%) create mode 100644 content/_index.nl-nl.md create mode 100644 content/_index.pt-br.md create mode 100644 content/_index.zh-cn.md create mode 100644 content/_index.zh-tw.md rename content/{cross-platform/index.en-us.md => features/cross-platform.en-us.md} (95%) rename content/{cross-platform/index.nl-nl.md => features/cross-platform.nl-nl.md} (95%) rename content/{cross-platform/index.pt-br.md => features/cross-platform.pt-br.md} (95%) rename content/{cross-platform/index.zh-cn.md => features/cross-platform.zh-cn.md} (95%) rename content/{cross-platform/index.zh-tw.md => features/cross-platform.zh-tw.md} (95%) rename content/{easy-installation/index.en-us.md => features/easy-installation.en-us.md} (97%) rename content/{easy-installation/index.nl-nl.md => features/easy-installation.nl-nl.md} (97%) rename content/{easy-installation/index.pt-br.md => features/easy-installation.pt-br.md} (97%) rename content/{easy-installation/index.zh-cn.md => features/easy-installation.zh-cn.md} (97%) rename content/{easy-installation/index.zh-tw.md => features/easy-installation.zh-tw.md} (97%) rename content/{lightweight/index.en-us.md => features/lightweight.en-us.md} (96%) rename content/{lightweight/index.nl-nl.md => features/lightweight.nl-nl.md} (96%) rename content/{lightweight/index.pt-br.md => features/lightweight.pt-br.md} (96%) rename content/{lightweight/index.zh-cn.md => features/lightweight.zh-cn.md} (96%) rename content/{lightweight/index.zh-tw.md => features/lightweight.zh-tw.md} (96%) rename content/{open-source/index.en-us.md => features/open-source.en-us.md} (94%) rename content/{open-source/index.nl-nl.md => features/open-source.nl-nl.md} (95%) rename content/{open-source/index.pt-br.md => features/open-source.pt-br.md} (94%) rename content/{open-source/index.zh-cn.md => features/open-source.zh-cn.md} (94%) rename content/{open-source/index.zh-tw.md => features/open-source.zh-tw.md} (94%) delete mode 100644 content/jumbotron/index.nl-nl.md delete mode 100644 content/jumbotron/index.pt-br.md delete mode 100644 content/jumbotron/index.zh-cn.md delete mode 100644 content/jumbotron/index.zh-tw.md delete mode 100644 content/page/index.en-us.md delete mode 100644 content/page/index.pt-br.md delete mode 100644 content/page/index.zh-cn.md delete mode 100644 content/page/index.zh-tw.md delete mode 100644 layouts/index.html diff --git a/content/jumbotron/index.en-us.md b/content/_index.en-us.md similarity index 51% rename from content/jumbotron/index.en-us.md rename to content/_index.en-us.md index b680c7b..a8ead23 100644 --- a/content/jumbotron/index.en-us.md +++ b/content/_index.en-us.md @@ -5,16 +5,18 @@ weight: 10 toc: false draft: false url: "en-us" +type: "home" --- -

Gitea - Git with a cup of tea

-

A painless self-hosted Git service.

-
-

+

Gitea - Git with a cup of tea

+

A painless self-hosted Git service.

+

Gitea is a community managed [fork](https://blog.gitea.io/2016/12/welcome-to-gitea/) of [Gogs](https://gogs.io/), lightweight code hosting solution written in [Go](https://golang.org/) and published under the [MIT](https://github.com/go-gitea/gitea/blob/master/LICENSE) license. -

-

-Try Gitea -

+

+ +
+Try Gitea +Docs +
diff --git a/content/_index.nl-nl.md b/content/_index.nl-nl.md new file mode 100644 index 0000000..f152350 --- /dev/null +++ b/content/_index.nl-nl.md @@ -0,0 +1,21 @@ +--- +date: "2016-11-08T16:00:00+02:00" +title: "Welkom" +weight: 10 +toc: false +draft: false +url: "nl-nl" +type: "home" +--- +

Gitea - Git with a cup of tea

+

A painless self-hosted Git service.

+

+ Gitea is een door de community beheerde [fork](https://blog.gitea.io/2016/12/welcome-to-gitea/) van [Gogs](http://gogs.io), + een lichtgewicht code hosting oplossing geschreven in [Go](https://golang.org/) + en wordt gepubliceerd onder de [MIT](https://github.com/go-gitea/gitea/blob/master/LICENSE) licentie. +

+ +
+Probeer Gitea +Docs +
\ No newline at end of file diff --git a/content/_index.pt-br.md b/content/_index.pt-br.md new file mode 100644 index 0000000..01a34d6 --- /dev/null +++ b/content/_index.pt-br.md @@ -0,0 +1,21 @@ +--- +date: "2016-11-08T16:00:00+02:00" +title: "Bem vindo" +weight: 10 +toc: false +draft: false +url: "pt-br" +type: "home" +--- +

Gitea - Git with a cup of tea

+

Um servidor Git super fácil de instalar.

+

+ Gitea é um [fork](https://blog.gitea.io/2016/12/welcome-to-gitea/) do [Gogs](http://gogs.io) mantido pela comunidade, + sendo uma solução de hospedagem de código-fonte feito em [Go](https://golang.org/) + e disponibilizado sob a licença [MIT](https://github.com/go-gitea/gitea/blob/master/LICENSE). +

+ +
+Teste o Gitea +Docs +
diff --git a/content/_index.zh-cn.md b/content/_index.zh-cn.md new file mode 100644 index 0000000..817dad7 --- /dev/null +++ b/content/_index.zh-cn.md @@ -0,0 +1,21 @@ +--- +date: "2016-11-08T16:00:00+02:00" +title: "欢迎" +weight: 10 +toc: false +draft: false +url: "zh-cn" +type: "home" +--- +

Gitea - Git with a cup of tea

+

A painless self-hosted Git service.

+

+ Gitea 是一个开源社区驱动的 [Gogs](http://gogs.io) [克隆](https://blog.gitea.io/2016/12/welcome-to-gitea/), + 是一个轻量级的代码托管解决方案,后端采用 [Go](https://golang.org/) 编写,采用 + [MIT](https://github.com/go-gitea/gitea/blob/master/LICENSE) 许可证. +

+ +
+尝试 Gitea +Docs +
\ No newline at end of file diff --git a/content/_index.zh-tw.md b/content/_index.zh-tw.md new file mode 100644 index 0000000..75e53a7 --- /dev/null +++ b/content/_index.zh-tw.md @@ -0,0 +1,20 @@ +--- +date: "2016-11-08T16:00:00+02:00" +title: "歡迎" +weight: 10 +toc: false +draft: false +url: "zh-tw" +type: "home" +--- +

Gitea - Git with a cup of tea

+

A painless self-hosted Git service.

+

+ Gitea 是一個從 [Gogs](http://gogs.io) [分支出來](https://blog.gitea.io/2016/12/welcome-to-gitea/) 的開源專案, 它是輕量級程式碼託管解決方案,後端採用 + [Go](https://golang.org/) 程式語言撰寫,採用 [MIT](https://github.com/go-gitea/gitea/blob/master/LICENSE) 授權條款。 +

+ +
+嘗試 Gitea +Docs +
\ No newline at end of file diff --git a/content/cross-platform/index.en-us.md b/content/features/cross-platform.en-us.md similarity index 95% rename from content/cross-platform/index.en-us.md rename to content/features/cross-platform.en-us.md index e6d05a3..2978b92 100644 --- a/content/cross-platform/index.en-us.md +++ b/content/features/cross-platform.en-us.md @@ -4,9 +4,8 @@ title: "Cross-platform" weight: 10 toc: false draft: false -url: "en-us" --- -

+

diff --git a/content/cross-platform/index.nl-nl.md b/content/features/cross-platform.nl-nl.md similarity index 95% rename from content/cross-platform/index.nl-nl.md rename to content/features/cross-platform.nl-nl.md index 1b3342a..e04c08f 100644 --- a/content/cross-platform/index.nl-nl.md +++ b/content/features/cross-platform.nl-nl.md @@ -4,9 +4,8 @@ title: "Cross-platform" weight: 10 toc: false draft: false -url: "nl-nl" --- -

+

diff --git a/content/cross-platform/index.pt-br.md b/content/features/cross-platform.pt-br.md similarity index 95% rename from content/cross-platform/index.pt-br.md rename to content/features/cross-platform.pt-br.md index 779c300..bf55f98 100644 --- a/content/cross-platform/index.pt-br.md +++ b/content/features/cross-platform.pt-br.md @@ -4,9 +4,8 @@ title: "Multi-plataforma" weight: 10 toc: false draft: false -url: "pt-br" --- -

+

diff --git a/content/cross-platform/index.zh-cn.md b/content/features/cross-platform.zh-cn.md similarity index 95% rename from content/cross-platform/index.zh-cn.md rename to content/features/cross-platform.zh-cn.md index 62fa670..f14e10a 100644 --- a/content/cross-platform/index.zh-cn.md +++ b/content/features/cross-platform.zh-cn.md @@ -4,9 +4,8 @@ title: "跨平台" weight: 10 toc: false draft: false -url: "zh-cn" --- -

+

diff --git a/content/cross-platform/index.zh-tw.md b/content/features/cross-platform.zh-tw.md similarity index 95% rename from content/cross-platform/index.zh-tw.md rename to content/features/cross-platform.zh-tw.md index c2d8fbc..e51de5c 100644 --- a/content/cross-platform/index.zh-tw.md +++ b/content/features/cross-platform.zh-tw.md @@ -4,9 +4,8 @@ title: "跨平台" weight: 10 toc: false draft: false -url: "zh-tw" --- -

+

diff --git a/content/easy-installation/index.en-us.md b/content/features/easy-installation.en-us.md similarity index 97% rename from content/easy-installation/index.en-us.md rename to content/features/easy-installation.en-us.md index 724a5b1..e3b623d 100644 --- a/content/easy-installation/index.en-us.md +++ b/content/features/easy-installation.en-us.md @@ -4,10 +4,8 @@ title: "Easy to install" weight: 10 toc: false draft: false -url: "en-us" --- - -

+

diff --git a/content/easy-installation/index.nl-nl.md b/content/features/easy-installation.nl-nl.md similarity index 97% rename from content/easy-installation/index.nl-nl.md rename to content/features/easy-installation.nl-nl.md index 101bd5f..bb97f36 100644 --- a/content/easy-installation/index.nl-nl.md +++ b/content/features/easy-installation.nl-nl.md @@ -4,10 +4,8 @@ title: "Makkelijk te installeren" weight: 10 toc: false draft: false -url: "nl-nl" --- - -

+

diff --git a/content/easy-installation/index.pt-br.md b/content/features/easy-installation.pt-br.md similarity index 97% rename from content/easy-installation/index.pt-br.md rename to content/features/easy-installation.pt-br.md index a0c15a5..65062ee 100644 --- a/content/easy-installation/index.pt-br.md +++ b/content/features/easy-installation.pt-br.md @@ -4,10 +4,8 @@ title: "Fácil de instalar" weight: 10 toc: false draft: false -url: "pt-br" --- - -

+

diff --git a/content/easy-installation/index.zh-cn.md b/content/features/easy-installation.zh-cn.md similarity index 97% rename from content/easy-installation/index.zh-cn.md rename to content/features/easy-installation.zh-cn.md index 61c5783..023e299 100644 --- a/content/easy-installation/index.zh-cn.md +++ b/content/features/easy-installation.zh-cn.md @@ -4,10 +4,8 @@ title: "易安装" weight: 10 toc: false draft: false -url: "zh-cn" --- - -

+

diff --git a/content/easy-installation/index.zh-tw.md b/content/features/easy-installation.zh-tw.md similarity index 97% rename from content/easy-installation/index.zh-tw.md rename to content/features/easy-installation.zh-tw.md index 3124662..f98ffab 100644 --- a/content/easy-installation/index.zh-tw.md +++ b/content/features/easy-installation.zh-tw.md @@ -4,10 +4,8 @@ title: "易安裝" weight: 10 toc: false draft: false -url: "zh-tw" --- - -

+

diff --git a/content/lightweight/index.en-us.md b/content/features/lightweight.en-us.md similarity index 96% rename from content/lightweight/index.en-us.md rename to content/features/lightweight.en-us.md index b3346dd..1a78f12 100644 --- a/content/lightweight/index.en-us.md +++ b/content/features/lightweight.en-us.md @@ -4,9 +4,8 @@ title: "Lightweight" weight: 10 toc: false draft: false -url: "en-us" --- -

+

diff --git a/content/lightweight/index.nl-nl.md b/content/features/lightweight.nl-nl.md similarity index 96% rename from content/lightweight/index.nl-nl.md rename to content/features/lightweight.nl-nl.md index 0275bc0..60f10c6 100644 --- a/content/lightweight/index.nl-nl.md +++ b/content/features/lightweight.nl-nl.md @@ -4,9 +4,8 @@ title: "Lichtgewicht" weight: 10 toc: false draft: false -url: "nl-nl" --- -

+

diff --git a/content/lightweight/index.pt-br.md b/content/features/lightweight.pt-br.md similarity index 96% rename from content/lightweight/index.pt-br.md rename to content/features/lightweight.pt-br.md index 298ec75..2ebf3e3 100644 --- a/content/lightweight/index.pt-br.md +++ b/content/features/lightweight.pt-br.md @@ -4,9 +4,8 @@ title: "Fácil de instalar" weight: 10 toc: false draft: false -url: "pt-br" --- -

+

diff --git a/content/lightweight/index.zh-cn.md b/content/features/lightweight.zh-cn.md similarity index 96% rename from content/lightweight/index.zh-cn.md rename to content/features/lightweight.zh-cn.md index ae3f3bb..7240cec 100644 --- a/content/lightweight/index.zh-cn.md +++ b/content/features/lightweight.zh-cn.md @@ -4,10 +4,9 @@ title: "轻量级" weight: 10 toc: false draft: false -url: "zh-cn" --- -

+

diff --git a/content/lightweight/index.zh-tw.md b/content/features/lightweight.zh-tw.md similarity index 96% rename from content/lightweight/index.zh-tw.md rename to content/features/lightweight.zh-tw.md index d651f52..14f7264 100644 --- a/content/lightweight/index.zh-tw.md +++ b/content/features/lightweight.zh-tw.md @@ -4,10 +4,9 @@ title: "輕量級" weight: 10 toc: false draft: false -url: "zh-tw" --- -

+

diff --git a/content/open-source/index.en-us.md b/content/features/open-source.en-us.md similarity index 94% rename from content/open-source/index.en-us.md rename to content/features/open-source.en-us.md index 8ef499e..33449f2 100644 --- a/content/open-source/index.en-us.md +++ b/content/features/open-source.en-us.md @@ -4,9 +4,8 @@ title: "Open Source" weight: 10 toc: false draft: false -url: "en-us" --- -

+

diff --git a/content/open-source/index.nl-nl.md b/content/features/open-source.nl-nl.md similarity index 95% rename from content/open-source/index.nl-nl.md rename to content/features/open-source.nl-nl.md index 3fb5e94..96b3a72 100644 --- a/content/open-source/index.nl-nl.md +++ b/content/features/open-source.nl-nl.md @@ -4,9 +4,8 @@ title: "Open Source" weight: 10 toc: false draft: false -url: "nl-nl" --- -

+

diff --git a/content/open-source/index.pt-br.md b/content/features/open-source.pt-br.md similarity index 94% rename from content/open-source/index.pt-br.md rename to content/features/open-source.pt-br.md index 679a3d2..c4f7d5d 100644 --- a/content/open-source/index.pt-br.md +++ b/content/features/open-source.pt-br.md @@ -4,9 +4,8 @@ title: "Código aberto" weight: 10 toc: false draft: false -url: "pt-br" --- -

+

diff --git a/content/open-source/index.zh-cn.md b/content/features/open-source.zh-cn.md similarity index 94% rename from content/open-source/index.zh-cn.md rename to content/features/open-source.zh-cn.md index 303738f..c0c3ac2 100644 --- a/content/open-source/index.zh-cn.md +++ b/content/features/open-source.zh-cn.md @@ -4,10 +4,8 @@ title: "开源化" weight: 10 toc: false draft: false -url: "zh-cn" --- - -

+

diff --git a/content/open-source/index.zh-tw.md b/content/features/open-source.zh-tw.md similarity index 94% rename from content/open-source/index.zh-tw.md rename to content/features/open-source.zh-tw.md index d17079f..8f409f3 100644 --- a/content/open-source/index.zh-tw.md +++ b/content/features/open-source.zh-tw.md @@ -4,9 +4,8 @@ title: "開源化" weight: 10 toc: false draft: false -url: "zh-tw" --- -

+

diff --git a/content/jumbotron/index.nl-nl.md b/content/jumbotron/index.nl-nl.md deleted file mode 100644 index 6797abf..0000000 --- a/content/jumbotron/index.nl-nl.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -date: "2016-11-08T16:00:00+02:00" -title: "Welkom" -weight: 10 -toc: false -draft: false -url: "nl-nl" ---- - -

Gitea - Git with a cup of tea

-

A painless self-hosted Git service.

-
-

- Gitea is een door de community beheerde [fork](https://blog.gitea.io/2016/12/welcome-to-gitea/) van [Gogs](http://gogs.io), - een lichtgewicht code hosting oplossing geschreven in [Go](https://golang.org/) - en wordt gepubliceerd onder de [MIT](https://github.com/go-gitea/gitea/blob/master/LICENSE) licentie. -

-

-Probeer Gitea -

diff --git a/content/jumbotron/index.pt-br.md b/content/jumbotron/index.pt-br.md deleted file mode 100644 index 7d2c6ef..0000000 --- a/content/jumbotron/index.pt-br.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -date: "2016-11-08T16:00:00+02:00" -title: "Bem vindo" -weight: 10 -toc: false -draft: false -url: "pt-br" ---- - -

Gitea - Git with a cup of tea

-

Um servidor Git super fácil de instalar.

-
-

- Gitea é um [fork](https://blog.gitea.io/2016/12/welcome-to-gitea/) do [Gogs](http://gogs.io) mantido pela comunidade, - sendo uma solução de hospedagem de código-fonte feito em [Go](https://golang.org/) - e disponibilizado sob a licença [MIT](https://github.com/go-gitea/gitea/blob/master/LICENSE). -

-

-Teste o Gitea -

diff --git a/content/jumbotron/index.zh-cn.md b/content/jumbotron/index.zh-cn.md deleted file mode 100644 index 0905286..0000000 --- a/content/jumbotron/index.zh-cn.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -date: "2016-11-08T16:00:00+02:00" -title: "欢迎" -weight: 10 -toc: false -draft: false -url: "zh-cn" ---- - -

Gitea - Git with a cup of tea

-

A painless self-hosted Git service.

-
-

- Gitea 是一个开源社区驱动的 [Gogs](http://gogs.io) [克隆](https://blog.gitea.io/2016/12/welcome-to-gitea/), - 是一个轻量级的代码托管解决方案,后端采用 [Go](https://golang.org/) 编写,采用 - [MIT](https://github.com/go-gitea/gitea/blob/master/LICENSE) 许可证. -

-

-尝试 Gitea -

diff --git a/content/jumbotron/index.zh-tw.md b/content/jumbotron/index.zh-tw.md deleted file mode 100644 index e037aa8..0000000 --- a/content/jumbotron/index.zh-tw.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -date: "2016-11-08T16:00:00+02:00" -title: "歡迎" -weight: 10 -toc: false -draft: false -url: "zh-tw" ---- - -

Gitea - Git with a cup of tea

-

A painless self-hosted Git service.

-
-

- Gitea 是一個從 [Gogs](http://gogs.io) [分支出來](https://blog.gitea.io/2016/12/welcome-to-gitea/) 的開源專案, 它是輕量級程式碼託管解決方案,後端採用 - [Go](https://golang.org/) 程式語言撰寫,採用 [MIT](https://github.com/go-gitea/gitea/blob/master/LICENSE) 授權條款。 -

-

-嘗試 Gitea -

diff --git a/content/page/index.en-us.md b/content/page/index.en-us.md deleted file mode 100644 index 5dccde8..0000000 --- a/content/page/index.en-us.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -date: "2016-11-08T16:00:00+02:00" -title: "Welcome" -weight: 10 -toc: false -draft: false ---- - -# Gitea - Git with a cup of tea - -Gitea is a community managed [fork](https://blog.gitea.io/2016/12/welcome-to-gitea/) of [Gogs](http://gogs.io), lightweight code hosting solution written in [Go](https://golang.org/) and published under the [MIT](https://github.com/go-gitea/gitea/blob/master/LICENSE) license. The code of Gitea is currently hosted on [GitHub](https://github.com/go-gitea/). - -At the time of writing, there are no official Gitea release yet, but we're working hard to get to 1.0.0 in a way that would allow seamless upgrades of existing Gogs deploys. diff --git a/content/page/index.pt-br.md b/content/page/index.pt-br.md deleted file mode 100644 index 8907f8c..0000000 --- a/content/page/index.pt-br.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -date: "2016-11-08T16:00:00+02:00" -title: "Bem vindo" -weight: 10 -toc: false -draft: false ---- - -# Gitea - Git with a cup of tea - -Gitea é um [fork](https://blog.gitea.io/2016/12/welcome-to-gitea/) do [Gogs](http://gogs.io) mantido pela comunidade, sendo uma solução de hospedagem de código-fonte feito em [Go](https://golang.org/) e disponibilizado sob a licença [MIT](https://github.com/go-gitea/gitea/blob/master/LICENSE). O código-fonte do Gitea está atualmente hospedado no [GitHub](https://github.com/go-gitea/). - -Até o momento, ainda não foi publicado uma versão oficial do Gitea, porém, estamos trabalhando duro para disponibilizar a versão 1.0.0 de forma a permitir atualizações continuas das implementações existentes no Gogs. diff --git a/content/page/index.zh-cn.md b/content/page/index.zh-cn.md deleted file mode 100644 index 16d85b7..0000000 --- a/content/page/index.zh-cn.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -date: "2016-11-08T16:00:00+02:00" -title: "欢迎" -weight: 10 -toc: false -draft: false ---- - -# Gitea - Git with a cup of tea - -Gitea 是一个开源社区驱动的 [Gogs](http://gogs.io) [克隆](https://blog.gitea.io/2016/12/welcome-to-gitea/), 是一个轻量级的代码托管解决方案,后端采用 [Go](https://golang.org/) 编写,采用 [MIT](https://github.com/go-gitea/gitea/blob/master/LICENSE) 许可证. Gitea 的代码目前保存在 [GitHub](https://github.com/go-gitea/) 上。 - -当前还没有任何 Release 版本,不过我们已经在接近发布 [1.0.0](https://github.com/go-gitea/gitea/milestone/1),这个版本将会让你可以从已有的 Gogs 无缝升级。 diff --git a/content/page/index.zh-tw.md b/content/page/index.zh-tw.md deleted file mode 100644 index 57fcbb5..0000000 --- a/content/page/index.zh-tw.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -date: "2016-11-08T16:00:00+02:00" -title: "歡迎" -weight: 10 -toc: false -draft: false ---- - -# Gitea - Git with a cup of tea - -Gitea 是一個從 [Gogs](http://gogs.io) [分支出來](https://blog.gitea.io/2016/12/welcome-to-gitea/) 的開源專案, 它是輕量級程式碼託管解決方案,後端採用 [Go](https://golang.org/) 程式語言撰寫,採用 [MIT](https://github.com/go-gitea/gitea/blob/master/LICENSE) 授權條款。Gitea 的程式碼目前存放在 [GitHub](https://github.com/go-gitea/) 上。 - -到目前尚未 Release 任何版本,不過我們正在努力開發 [1.0.0](https://github.com/go-gitea/gitea/milestone/1) 版本,此版本將可以讓您無痛從 Gogs 升級。 diff --git a/layouts/index.html b/layouts/index.html deleted file mode 100644 index d585d9b..0000000 --- a/layouts/index.html +++ /dev/null @@ -1,39 +0,0 @@ -{{ partial "header.html" . }} -{{ partial "navbar.html" . }} - -
-
-
-
- - {{ range where .Site.Pages "Type" "jumbotron" }} - {{ .Content }} - {{ end }} -
-
-
-
-
- {{ range where .Site.Pages "Type" "easy-installation" }} - {{ .Content }} - {{ end }} -
-
- {{ range where .Site.Pages "Type" "cross-platform" }} - {{ .Content }} - {{ end }} -
-
- {{ range where .Site.Pages "Type" "lightweight" }} - {{ .Content }} - {{ end }} -
-
- {{ range where .Site.Pages "Type" "open-source" }} - {{ .Content }} - {{ end }} -
-
-
- -{{ partial "footer.html" . }}