README.md 803 B

5 years ago
1234567891011121314151617
  1. The gitea template customisations used on
  2. [code.treora.com](https://code.treora.com), for whoever is interested.
  3. Not intended for general use; it's an unfinished bunch of hacks. Most is just
  4. butchering out of gitea's default templates whatever seemed unnecessary for my
  5. single-party instance (or simply looked too crowded).
  6. Ideally, I would like software that is designed for this scenario, and supports
  7. federated (cross-instance) comments and pull requests to facilitate
  8. collaboration between people&projects.
  9. See also:
  10. - gitea's [docs on customisation](https://docs.gitea.io/en-us/customizing-gitea/).
  11. - gitea [issue 3687](https://github.com/go-gitea/gitea/issues/3687), about use
  12. by a single organisation.
  13. - [git-ssb](https://github.com/noffle/git-ssb-intro) seems to go the right
  14. direction!