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