• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

assets/js/H24-Mar-2022-

content/H24-Mar-2022-13,90510,823

layouts/H03-May-2022-65

scripts/H24-Mar-2022-3620

static/H03-May-2022-2016

.gitignoreH A D24-Mar-202258 54

LICENSEH A D24-Mar-202211.1 KiB203169

MakefileH A D24-Mar-2022575 3526

README.mdH A D24-Mar-20221.5 KiB5233

README_ZH.mdH A D24-Mar-20221.7 KiB4325

config.yamlH A D24-Mar-20228.4 KiB362349

README.md

1# Gitea: Docs
2
3[![Join the chat at https://img.shields.io/discord/322538954119184384.svg](https://img.shields.io/discord/322538954119184384.svg)](https://discord.gg/Gitea)
4[![](https://images.microbadger.com/badges/image/gitea/docs.svg)](http://microbadger.com/images/gitea/docs "Get your own image badge on microbadger.com")
5
6## Hosting
7
8These pages are hosted using [netlifycms](https://www.netlifycms.org/) and get
9automatically updated on every push to the `master` branch.
10
11## Install
12
13These pages use the [Hugo](https://gohugo.io/) static site generator.
14If you are planning to contribute you'll want to download and install Hugo on
15your local machine.
16
17The installation of Hugo is out of the scope of this document, so please take
18the [official install instructions](https://gohugo.io/overview/installing/) to
19get Hugo up and running.
20
21## Development
22
23To generate the website and serve it on [localhost:1313](http://localhost:1313)
24just execute this command and stop it with `Ctrl+C`:
25
26```
27make server
28```
29
30When you are done with your changes just create a pull request, after merging
31the pull request the website will be updated automatically.
32
33## Contributing
34
35Fork -> Patch -> Push -> Pull Request
36
37## Authors
38
39* [Maintainers](https://github.com/orgs/go-gitea/people)
40* [Contributors](https://github.com/go-gitea/docs/graphs/contributors)
41
42## License
43
44This project is under the Apache-2.0 License. See the [LICENSE](LICENSE) file
45for the full license text.
46
47## Copyright
48
49```
50Copyright (c) 2016 The Gitea Authors <https://gitea.io>
51```
52

README_ZH.md

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/Gitea)
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```
20make server
21```
22
23完成更改后,只需创建一个 Pull Request (PR),该 PR 一经合并网站将自动更新。
24
25## 如何贡献您的代码
26
27Fork -> 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```
41Copyright (c) 2016 The Gitea Authors <https://gitea.io>
42```
43