From 9af8ec61bb78b60a83fce241ef0e5f485dcfda28 Mon Sep 17 00:00:00 2001 From: Thijs Paelman Date: Fri, 2 Jun 2023 23:47:20 +0200 Subject: Add Matrix socials & fix typo Add Matrix social element, by installing an extra font. It was pretty painful to install, and has some impact on all css-styles that start with the '.fa' class, due to global namespacing in scss (by using @import) --- config.toml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'config.toml') diff --git a/config.toml b/config.toml index fd08d4b..168fcb1 100644 --- a/config.toml +++ b/config.toml @@ -147,6 +147,13 @@ footer_about_disable = true url = "https://join.slack.com/t/odecentralize/shared_invite/enQtOTU2NjI5OTk3NDYzLTM2ZjkwZjAxMTcyZjI5N2Y1NGZlNWJjODA0MDU2Y2MzN2Q3MjA5ZTAwYjIyMDMzNGNhZTc1NWQwNWYyMjBhMWU" icon = "fab fa-slack" desc = "Join our slack workspace" +[[params.links.developer]] + 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 = "" # Source: https://simpleicons.org + desc = "Join our Matrix Space" #[[params.links.developer]] # name = "IRC" # url = "https://webchat.freenode.net/?channels=#ouroboros" -- cgit v1.2.3 From f812d271738796f0b589bbf06a5d14178ef60743 Mon Sep 17 00:00:00 2001 From: Thijs Paelman Date: Mon, 5 Jun 2023 22:53:41 +0200 Subject: docs: Add matrix social to users section --- config.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'config.toml') diff --git a/config.toml b/config.toml index 168fcb1..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 = "" # 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" @@ -147,13 +154,6 @@ footer_about_disable = true url = "https://join.slack.com/t/odecentralize/shared_invite/enQtOTU2NjI5OTk3NDYzLTM2ZjkwZjAxMTcyZjI5N2Y1NGZlNWJjODA0MDU2Y2MzN2Q3MjA5ZTAwYjIyMDMzNGNhZTc1NWQwNWYyMjBhMWU" icon = "fab fa-slack" desc = "Join our slack workspace" -[[params.links.developer]] - 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 = "" # Source: https://simpleicons.org - desc = "Join our Matrix Space" #[[params.links.developer]] # name = "IRC" # url = "https://webchat.freenode.net/?channels=#ouroboros" -- cgit v1.2.3