add SimpleX and IRC rooms

This commit is contained in:
HardenedSteel 2024-07-03 12:16:54 +03:00
parent c4c37dd710
commit d699296c7d
No known key found for this signature in database
GPG key ID: 0EAF39EDDC2F3265
3 changed files with 9 additions and 7 deletions

View file

@ -8,8 +8,8 @@ enableRobotsTXT = true
theme = 'revuo-xmr'
[sitemap]
changefreq = "weekly"
priority = 0.5
changefreq = "weekly"
priority = 0.5
[imaging]
quality = 50
@ -21,7 +21,7 @@ nav_links = [
{ title = "Revuo Weekly", link = "/" },
{ title = "Revuo Periodical", link = "/periodicals" },
{ title = "Source Code & Licenses", link = "/source" },
{ title = "Support Revuo", link = "/support" }
{ title = "Support Revuo", link = "/support" },
]
right_icons = [
@ -36,9 +36,11 @@ mirrors = [
bottom_nav_icons = [
{ title = "Nostr", link = "https://primal.net/p/npub1tn8spk9zhxrctg2qym3gj8r7eq2wk6z3phrl8304wc54vt9qam4qvzw6jx", icon = "nostr-icon.png", icon_alt = "Nostr" },
{ title = "x.com", link = "https://xcancel.com/revuoxmr", icon="xcom-icon.png", icon_alt = "x.com" },
{ title = "x.com", link = "https://xcancel.com/revuoxmr", icon = "xcom-icon.png", icon_alt = "x.com" },
{ title = "XMPP MUC", link = "xmpp:revuo-monero@conference.jabbers.one?join", icon = "xmpp.png", icon_alt = "XMPP MUC" },
{ title = "Matrix Room", link = "https://matrix.to/#/#revuo:monero.social", icon = "matrix.png", icon_alt = "Matrix Room" },
{ title = "SimpleX Group", link = "https://simplex.chat/contact#/?v=2-5&smp=smp%3A%2F%2FPQUV2eL0t7OStZOoAsPEV2QYWt4-xilbakvGUGOItUo%3D%40smp6.simplex.im%2FFdX47r8M_nGmRC9jDODlW2idjcU7S827%23%2F%3Fv%3D1-2%26dh%3DMCowBQYDK2VuAyEASXUc7nr69PVJo4E7ub-F4-xHWeYy2bms-2-tl05e7Ak%253D%26srv%3Dbylepyau3ty4czmn77q4fglvperknl4bi2eb2fdy2bh4jxtf32kf73yd.onion&data=%7B%22type%22%3A%22group%22%2C%22groupLinkId%22%3A%22nTyju82ZTeLaAbphcYVc8A%3D%3D%22%7D", icon = "simplex.png", icon_alt = "SimpleX Group" },
{ title = "IRC Room", link = "irc://irc.libera.chat/#revuo-xmr", icon = "irc.png", icon_alt = "IRC Room" },
]
[params.author]
@ -61,6 +63,6 @@ icon = "digilol.png"
icon_alt = "Digilol"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true

BIN
img/irc.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 994 B

BIN
img/simplex.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 879 B