From 91ea0235c8b90685ef7afbe06825c6072b47863c Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Mon, 2 Oct 2023 09:59:43 -0400 Subject: [PATCH] remove matrix.to in favor of matrix: URIs --- config.toml | 3 ++- content/_index.md | 2 +- content/contact.md | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/config.toml b/config.toml index 63ce2ba..0b529d6 100644 --- a/config.toml +++ b/config.toml @@ -37,8 +37,9 @@ theme = "contrast-hugo" endLevel = 6 [params] + matrixAddress = "matrix:u/joel:thebeckmeyers.xyz" # footer text at the bottom of every page - footerText = "Have any questions? Let me know on [Matrix](https://matrix.to/#/@joel:thebeckmeyers.xyz)!" + footerText = "Have any questions? Let me know on [Matrix]({{}})!" # enable the table of content on pages with more than this many words # (negative to disable) # (can be overridden per-page by setting the 'toc' front matter parameter) diff --git a/content/_index.md b/content/_index.md index 133e061..85eea0d 100644 --- a/content/_index.md +++ b/content/_index.md @@ -7,4 +7,4 @@ menu: # Welcome! -You can find me on [Matrix](https://matrix.to/#/@joel:thebeckmeyers.xyz). +You can find me on [Matrix]({{}}). diff --git a/content/contact.md b/content/contact.md index a0253b9..e88d85d 100644 --- a/content/contact.md +++ b/content/contact.md @@ -6,4 +6,4 @@ menu: --- Joel Beckmeyer\ -Matrix: [@joel:thebeckmeyers.xyz](https://matrix.to/#/@joel:thebeckmeyers.xyz) +Matrix: [@joel:thebeckmeyers.xyz]({{}})