aboutsummaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorThijs Paelman <thijs.paelman+git@hotmail.be>2023-06-02 23:47:20 +0200
committerThijs Paelman <thijs.paelman+git@hotmail.be>2023-06-02 23:47:20 +0200
commit9af8ec61bb78b60a83fce241ef0e5f485dcfda28 (patch)
tree9d4305aeccf27d3324769879a1ac3bc17fe4426b /config.toml
parentd7f7c4b20cabb32bde00ff0e2fe9685ba041f3ab (diff)
downloadwebsite-9af8ec61bb78b60a83fce241ef0e5f485dcfda28.tar.gz
website-9af8ec61bb78b60a83fce241ef0e5f485dcfda28.zip
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)
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..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 = "<img src=\"/assets/icons/matrix.svg\"></img>" # Source: https://simpleicons.org
+ desc = "Join our Matrix Space"
#[[params.links.developer]]
# name = "IRC"
# url = "https://webchat.freenode.net/?channels=#ouroboros"