diff options
Diffstat (limited to 'config.toml')
| -rw-r--r-- | config.toml | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/config.toml b/config.toml index fd08d4b..2102288 100644 --- a/config.toml +++ b/config.toml @@ -123,10 +123,17 @@ footer_about_disable = true # icon = "fa fa-envelope" # desc = "Ouroboros discussion and patch list" [[params.links.user]] - name ="Twitter" - url = "https://twitter.com/ODecentralize" - icon = "fab fa-twitter" - desc = "Follow us on Twitter to get the latest news!" + name = "Matrix" + url = "https://matrix.to/#/#ODecentralize:matrix.org" + #https://ryanboland.com/blog/use-a-custom-icon-font-similar-to-font-awesome + icon = "fa fa-matrix-org" # Source: https://simpleicons.org # look in themes/docsy/ + #pre = "<img src=\"/assets/icons/matrix.svg\"></img>" # Source: https://simpleicons.org + desc = "Come say hi in our Matrix Space! For users and developers alike" +[[params.links.user]] + name = "Mastodon" + url = "https://mastodon.social/@ouroborosnet" + icon = "fa fa-mastodon" + desc = "Follow us on Mastodon to get the latest news!" [[params.links.developer]] name = "Repository" url = "https://ouroboros.rocks/cgit" @@ -146,7 +153,7 @@ footer_about_disable = true name = "Slack" url = "https://join.slack.com/t/odecentralize/shared_invite/enQtOTU2NjI5OTk3NDYzLTM2ZjkwZjAxMTcyZjI5N2Y1NGZlNWJjODA0MDU2Y2MzN2Q3MjA5ZTAwYjIyMDMzNGNhZTc1NWQwNWYyMjBhMWU" icon = "fab fa-slack" - desc = "Join our slack workspace" + desc = "Join our slack workspace (bridged to Matrix)" #[[params.links.developer]] # name = "IRC" # url = "https://webchat.freenode.net/?channels=#ouroboros" |
