From 75388a4eca0f4744232882d430e4065f5b6b2594 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Sun, 19 Dec 2021 17:14:53 +0800 Subject: [PATCH] Add twitter on top menu (#103) As title. Reviewed-on: https://gitea.com/gitea/website/pulls/103 Reviewed-by: pat-s Reviewed-by: Andrew Thornton Co-authored-by: Lunny Xiao Co-committed-by: Lunny Xiao --- config.yaml | 34 +++++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index 35944c8..4b46cf8 100644 --- a/config.yaml +++ b/config.yaml @@ -64,6 +64,10 @@ menu: url: https://discourse.gitea.io/ weight: 80 pre: group + - name: Twitter + url: https://twitter.com/giteaio + weight: 90 + pre: group languages: en-us: @@ -116,6 +120,10 @@ languages: url: https://discourse.gitea.io/ weight: 80 pre: group + - name: Twitter + url: https://twitter.com/giteaio + weight: 90 + pre: group zh-tw: weight: 2 @@ -163,6 +171,10 @@ languages: url: https://discourse.gitea.io/ weight: 80 pre: group + - name: Twitter + url: https://twitter.com/giteaio + weight: 90 + pre: group pt-br: weight: 3 @@ -210,6 +222,10 @@ languages: url: https://discourse.gitea.io/ weight: 80 pre: group + - name: Twitter + url: https://twitter.com/giteaio + weight: 90 + pre: group nl-nl: weight: 4 @@ -257,6 +273,10 @@ languages: url: https://discourse.gitea.io/ weight: 80 pre: group + - name: Twitter + url: https://twitter.com/giteaio + weight: 90 + pre: group ko-kr: weight: 5 @@ -304,6 +324,10 @@ languages: url: https://discourse.gitea.io/ weight: 80 pre: group + - name: Twitter + url: https://twitter.com/giteaio + weight: 90 + pre: group ja-jp: weight: 6 @@ -351,6 +375,10 @@ languages: url: https://discourse.gitea.io/ weight: 80 pre: group + - name: Twitter + url: https://twitter.com/giteaio + weight: 90 + pre: group ru-ru: weight: 7 @@ -397,4 +425,8 @@ languages: - name: Форум url: https://discourse.gitea.io/ weight: 80 - pre: group \ No newline at end of file + pre: group + - name: Twitter + url: https://twitter.com/giteaio + weight: 90 + pre: group