aboutsummaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorThijs Paelman <thijs.paelman+git@hotmail.be>2023-06-05 23:00:39 +0200
committerThijs Paelman <thijs.paelman+git@hotmail.be>2023-06-05 23:00:39 +0200
commita9b5b225ec579f96b26576f38ee44e288f07a184 (patch)
tree6945a5ce56fef0bf88f620744a225d4ca2977810 /config.toml
parentd7f7c4b20cabb32bde00ff0e2fe9685ba041f3ab (diff)
parentf812d271738796f0b589bbf06a5d14178ef60743 (diff)
downloadwebsite-a9b5b225ec579f96b26576f38ee44e288f07a184.tar.gz
website-a9b5b225ec579f96b26576f38ee44e288f07a184.zip
Merge branch 'social-links'
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/config.toml b/config.toml
index fd08d4b..39e0f5b 100644
--- a/config.toml
+++ b/config.toml
@@ -127,6 +127,13 @@ footer_about_disable = true
url = "https://twitter.com/ODecentralize"
icon = "fab fa-twitter"
desc = "Follow us on Twitter to get the latest news!"
+[[params.links.user]]
+ 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.developer]]
name = "Repository"
url = "https://ouroboros.rocks/cgit"