Skip to content

Commit c37d1a9

Browse files
BetaCat0lunny
authored andcommitted
CN translation of README (#5049)
1 parent 384ef12 commit c37d1a9

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

docs/README_ZH.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# Gitea: 文档
2+
3+
[![Build Status](http://drone.gitea.io/api/badges/go-gitea/docs/status.svg)](http://drone.gitea.io/go-gitea/docs)
4+
[![Join the chat at https://img.shields.io/discord/322538954119184384.svg](https://img.shields.io/discord/322538954119184384.svg)](https://discord.gg/NsatcWJ)
5+
[![](https://images.microbadger.com/badges/image/gitea/docs.svg)](http://microbadger.com/images/gitea/docs "Get your own image badge on microbadger.com")
6+
7+
## 关于托管方式
8+
9+
本页面托管在我们 Docker 容器内的基础设施上, 它会在每次推送到 `master` 分支的时候自动更新,如果你想自己管理这个页面,你可以从我们的 Docker 镜像 [gitea/docs](https://hub.docker.com/r/gitea/docs/) 中获取它。
10+
11+
## 安装 Hugo
12+
13+
本页面使用了 [Hugo](https://github.com/spf13/hugo) 静态页面生成工具,如果您有维护它的意愿,则需要在本地计算机上下载并安装 Hugo。Hugo 的安装教程不在本文档的讲述范围之内,详情请参见 [官方文档](https://gohugo.io/overview/installing/)
14+
15+
## 如何部署
16+
17+
[localhost:1313](http://localhost:1313) 处构建和运行网站的命令如下,如果需要停止可以使用组合键 `Ctrl+C`:
18+
19+
```
20+
make server
21+
```
22+
23+
完成更改后,只需创建一个 Pull Request (PR),该 PR 一经合并网站将自动更新。
24+
25+
## 如何贡献您的代码
26+
27+
Fork -> Patch -> Push -> Pull Request
28+
29+
## 关于我们
30+
31+
* [维护者信息](https://github.com/orgs/go-gitea/people)
32+
* [代码贡献者信息](https://github.com/go-gitea/docs/graphs/contributors)
33+
34+
## 许可证
35+
36+
此项目采用 Apache-2.0 许可协议,请参见 [协议文件](LICENSE) 获取更多信息。
37+
38+
## 版权声明
39+
40+
```
41+
Copyright (c) 2016 The Gitea Authors <https://gitea.io>
42+
```

0 commit comments

Comments
 (0)