From 9c837e010eeac7291014e42f0a45cf8fe3434025 Mon Sep 17 00:00:00 2001 From: dachary Date: Wed, 11 May 2022 23:01:39 +0800 Subject: [PATCH] add HOWTO for managing sponsors token of appreciation (#109) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Loïc Dachary Reviewed-on: https://gitea.com/gitea/website/pulls/109 Reviewed-by: Lunny Xiao Co-authored-by: dachary Co-committed-by: dachary --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ba6d8b2..db53913 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,23 @@ make server When you are done with your changes just create a pull request, after merging the pull request the website will be updated automatically. -Note that the `themes` directory is [located in another repository](https://gitea.com/gitea/theme). +## HOWTO manage sponsors + +Gitea sponsors who donate the [minimal required amount for Gold](https://opencollective.com/gitea) have, during a year: + +* Their logo is displayed on GitHub +* Their logo is on the gitea.io home page + +This is done by: + +* Adding their logo to the themes/gitea/static/images directory +* Adding a link with their logo to the home page at themes/gitea/layouts/home/index.html + +The date of the addition must be recorded with a reminder to verify +the sponsorship has been renewed at the anniversary date. If not the links and logo can be removed. + +Note that the `themes` directory is [located in another repository](https://gitea.com/gitea/theme) and that updates +are only deployed when the [website](https://gitea.com/gitea/website) repository is updated. ## Contributing