You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

55 lines
1.8 KiB

  1. # Gitea: Docs
  2. [![Build Status](http://drone.gitea.io/api/badges/go-gitea/docs/status.svg)](http://drone.gitea.io/go-gitea/docs)
  3. [![Join the chat at https://img.shields.io/discord/322538954119184384.svg](https://img.shields.io/discord/322538954119184384.svg)](https://discord.gg/NsatcWJ)
  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. ## Hosting
  6. This page is hosted on our infrastructure within Docker containers, it gets
  7. automatically updated on every push to the `master` branch.
  8. If you want to host this page on your own you can take our docker image
  9. [gitea/docs](https://hub.docker.com/r/gitea/docs/).
  10. ## Install
  11. This pages uses the [Hugo](https://github.com/spf13/hugo) static site generator.
  12. If you are planning to contribute you'll want to download and install Hugo on
  13. your local machine.
  14. The installation of Hugo is out of the scope of this document, so please take
  15. the [official install instructions](https://gohugo.io/overview/installing/) to
  16. get Hugo up and running.
  17. ## Development
  18. To generate the website and serve it on [localhost:1313](http://localhost:1313)
  19. just execute this command and stop it with `Ctrl+C`:
  20. ```
  21. make server
  22. ```
  23. When you are done with your changes just create a pull request, after merging
  24. the pull request the website will be updated automatically.
  25. ## Contributing
  26. Fork -> Patch -> Push -> Pull Request
  27. ## Authors
  28. * [Maintainers](https://github.com/orgs/go-gitea/people)
  29. * [Contributors](https://github.com/go-gitea/docs/graphs/contributors)
  30. ## License
  31. This project is under the Apache-2.0 License. See the [LICENSE](LICENSE) file
  32. for the full license text.
  33. ## Copyright
  34. ```
  35. Copyright (c) 2016 The Gitea Authors <https://gitea.io>
  36. ```