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.

README.md 1.5KB

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