Added Discord to the official chats
This commit is contained in:
parent
dd28c06eea
commit
d1e06efb02
@ -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]]
|
||||||
|
@ -5,23 +5,25 @@ draft: false
|
|||||||
weight: 100
|
weight: 100
|
||||||
---
|
---
|
||||||
|
|
||||||
#  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)
|
||||||
|
BIN
static/pics/discord-small.png
Normal file
BIN
static/pics/discord-small.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 777 B |
BIN
static/pics/libera-small.png
Normal file
BIN
static/pics/libera-small.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 992 B |
@ -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;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user