diff --git a/hugo.toml b/hugo.toml index 4a288d3..98cf73d 100644 --- a/hugo.toml +++ b/hugo.toml @@ -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 \ No newline at end of file diff --git a/img/irc.png b/img/irc.png new file mode 100644 index 0000000..2720ea9 Binary files /dev/null and b/img/irc.png differ diff --git a/img/simplex.png b/img/simplex.png new file mode 100644 index 0000000..da2b6ed Binary files /dev/null and b/img/simplex.png differ