summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2022-11-24 02:55:45 -0500
committerRyan Schanzenbacher <ryan@rschanz.org>2022-11-24 02:56:01 -0500
commitebd004a13c00a0d7cd7601db62f68b710e6c3e73 (patch)
tree7c98e5b5215e4421c60ecdf3923b9cd03d05a846
parent531ea5ceb6eb29f386fd09dfeee460ab6359d92d (diff)
Added mastodon
-rw-r--r--config.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/config.toml b/config.toml
index 1bd7a73..bfa3f60 100644
--- a/config.toml
+++ b/config.toml
@@ -48,6 +48,11 @@ hideColorSchemeToggle = true
48 weight = 6 48 weight = 6
49 icon = "fa fa-matrix-org fa-2x" 49 icon = "fa fa-matrix-org fa-2x"
50 url = "https://matrix.to/#/@ryan:ryan77627.xyz" 50 url = "https://matrix.to/#/@ryan:ryan77627.xyz"
51[[params.social]]
52 name = "Mastodon"
53 weight = 7
54 icon = "fa fa-mastodon fa-2x"
55 url = "https://social.ryan77627.xyz/@ryan"
51 56
52[[menu.main]] 57[[menu.main]]
53 name = "Projects" 58 name = "Projects"