remove matrix.to in favor of matrix: URIs

This commit is contained in:
Joel Beckmeyer 2023-10-02 09:59:43 -04:00
parent ed56ad1054
commit 91ea0235c8
3 changed files with 4 additions and 3 deletions

View File

@ -37,8 +37,9 @@ theme = "contrast-hugo"
endLevel = 6 endLevel = 6
[params] [params]
matrixAddress = "matrix:u/joel:thebeckmeyers.xyz"
# footer text at the bottom of every page # 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]({{<param matrixAddress>}})!"
# enable the table of content on pages with more than this many words # enable the table of content on pages with more than this many words
# (negative to disable) # (negative to disable)
# (can be overridden per-page by setting the 'toc' front matter parameter) # (can be overridden per-page by setting the 'toc' front matter parameter)

View File

@ -7,4 +7,4 @@ menu:
# Welcome! # Welcome!
You can find me on [Matrix](https://matrix.to/#/@joel:thebeckmeyers.xyz). You can find me on [Matrix]({{<param matrixAddress>}}).

View File

@ -6,4 +6,4 @@ menu:
--- ---
Joel Beckmeyer\ Joel Beckmeyer\
Matrix: [@joel:thebeckmeyers.xyz](https://matrix.to/#/@joel:thebeckmeyers.xyz) Matrix: [@joel:thebeckmeyers.xyz]({{<param matrixAddress>}})