summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2024-10-19 23:14:15 -0400
committerRyan Schanzenbacher <ryan@rschanz.org>2024-10-19 23:14:15 -0400
commit3ae0394c6b59d001d394a8dbee0a1964dd7f30ec (patch)
tree068605b48edcbf7c36f3cb7a19361fe6883e2145
parent5d584b8ea537304bc5482b7e02334eccded8dcce (diff)
Added new Forgejo instance to front page
-rw-r--r--config.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/config.toml b/config.toml
index 880a908..51b32a1 100644
--- a/config.toml
+++ b/config.toml
@@ -19,6 +19,11 @@ hideColorSchemeToggle = true
19#avatarURL = "/imgs/profile/avatar.png" 19#avatarURL = "/imgs/profile/avatar.png"
20 20
21[[params.social]] 21[[params.social]]
22 name = "Git"
23 icon = "fa fa-git-alt fa-2x"
24 weight = 0
25 url = "https://git.rschanz.org"
26[[params.social]]
22 name = "Github" 27 name = "Github"
23 icon = "fa fa-github fa-2x" 28 icon = "fa fa-github fa-2x"
24 weight = 1 29 weight = 1