diff options
author | Roger Gonzalez <roger@rogs.me> | 2023-10-22 20:59:42 -0300 |
---|---|---|
committer | Roger Gonzalez <roger@rogs.me> | 2023-10-22 20:59:42 -0300 |
commit | 7f6228c2a2fc559e33210d7a1c88fe1d503d6be5 (patch) | |
tree | d99b1cc4e786e43c92233638e5baaf2ff052c3b6 /config.toml | |
parent | b8c6848dce2d168d88c39cc91608d9fccace7148 (diff) |
Added YAMS forum
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config.toml b/config.toml index dfd0e8c..a045a17 100644 --- a/config.toml +++ b/config.toml @@ -53,6 +53,11 @@ summaryLength = 30 weight = 7 [[menu.main]] + name = "Forum" + url = "https://forum.yams.media" + weight = 98 + +[[menu.main]] name = "Matrix" url = "https://matrix.to/#/#yams:chat.rogs.me" weight = 99 |