Added Discord to the official chats

This commit is contained in:
Roger Gonzalez 2023-10-29 17:25:48 -03:00
parent dd28c06eea
commit d1e06efb02
Signed by: rogs
GPG Key ID: C7ECE9C6C36EC2E6
5 changed files with 24 additions and 7 deletions

View File

@ -55,11 +55,16 @@ summaryLength = 30
[[menu.main]] [[menu.main]]
name = "Forum" name = "Forum"
url = "https://forum.yams.media" url = "https://forum.yams.media"
weight = 97
[[menu.main]]
name = "Discord"
url = "https://discord.gg/cpnAm2Mu"
weight = 98 weight = 98
[[menu.main]] [[menu.main]]
name = "Matrix" name = "Matrix"
url = "https://matrix.to/#/#yams:chat.rogs.me" url = "https://matrix.to/#/#yams-space:chat.rogs.me"
weight = 99 weight = 99
[[menu.main]] [[menu.main]]

View File

@ -5,23 +5,25 @@ draft: false
weight: 100 weight: 100
--- ---
# ![/pics/element.png](/pics/element.png) YAMS has an official Matrix chat! ## YAMS Official Chats
You can join us here: [https://matrix.to/#/#yams:chat.rogs.me](https://matrix.to/#/#yams:chat.rogs.me). - Discord: [https://discord.gg/cpnAm2Mu](https://discord.gg/cpnAm2Mu).
- Matrix: [https://matrix.to/#/#yams-space:chat.rogs.me](https://matrix.to/#/#yams-space:chat.rogs.me).
- IRC: [libera.chat: #yams-chat IRC channel](ircs://irc.libera.chat/#yams-chat)
# Also, YAMS has a forum now! ## Also, YAMS has a forum now!
Go here: [https://forum.yams.media](https://forum.yams.media/). Go here: [https://forum.yams.media](https://forum.yams.media/).
# You can contact me by: ## You can contact me by:
## Email (preferred) ### Email (preferred)
`[roger at rogs.me]` - Replace `at` with the "at" symbol (fuck you, email bots). `[roger at rogs.me]` - Replace `at` with the "at" symbol (fuck you, email bots).
My GPG key for encrypting mail: My GPG key for encrypting mail:
- gpg: `curl -sL https://rogs.me/rogs.txt | gpg --import` - gpg: `curl -sL https://rogs.me/rogs.txt | gpg --import`
- fingerprint: `ADDF BCB7 8B86 8D93 FC4E 3224 C7EC E9C6 C36E C2E6` - fingerprint: `ADDF BCB7 8B86 8D93 FC4E 3224 C7EC E9C6 C36E C2E6`
## My website ### My website
[rogs.me](https://rogs.me) [rogs.me](https://rogs.me)

Binary file not shown.

After

Width:  |  Height:  |  Size: 777 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 992 B

View File

@ -85,3 +85,13 @@ body {
content: url("/pics/element-small.png") ; content: url("/pics/element-small.png") ;
margin-right: 5px; margin-right: 5px;
} }
.menu-item-discord span:before {
content: url("/pics/discord-small.png") ;
margin-right: 5px;
}
.menu-item-libera\.chat span:before {
content: url("/pics/libera-small.png") ;
margin-right: 5px;
}