From bffa72a75c78578cce103f412d59ee0b45068d4b Mon Sep 17 00:00:00 2001 From: Late Night Defender Date: Sun, 29 Sep 2024 23:15:30 +0700 Subject: [PATCH] Add matrix link --- assets/css/custom.css | 3 +++ config.toml | 1 + 2 files changed, 4 insertions(+) create mode 100644 assets/css/custom.css diff --git a/assets/css/custom.css b/assets/css/custom.css new file mode 100644 index 0000000..0bf6303 --- /dev/null +++ b/assets/css/custom.css @@ -0,0 +1,3 @@ +.link-matrix { + background: rgb(0, 0, 0); + } diff --git a/config.toml b/config.toml index 85381ce..9048083 100644 --- a/config.toml +++ b/config.toml @@ -36,6 +36,7 @@ disableKinds = ["taxonomy", "term"] # { lastfm = "https://last.fm/user/username" }, # { linkedin = "https://linkedin.com/in/username" }, # { mastodon = "https://mastodon.instance/@username" }, + { matrix = { href = "https://matrix.to/#/#thailinuxusercommunity:matrix.org", text = "Matrix" } }, # { medium = "https://medium.com/username" }, # { microsoft = "https://www.microsoft.com/" }, # { patreon = "https://www.patreon.com/username" },