diff --git a/config.toml b/config.toml index c5658dc..307413f 100644 --- a/config.toml +++ b/config.toml @@ -60,7 +60,7 @@ newtab=true [[extra.menu_items]] name="mastodon" -url="https://chaos.social/@wrenix" +url="https://social.chaos.fyi/@wrenix" newtab=true [[extra.menu_items]] diff --git a/content/pages/about.md b/content/pages/about.md index c4f599c..41bf559 100644 --- a/content/pages/about.md +++ b/content/pages/about.md @@ -16,6 +16,8 @@ Als kleine Slogen nutze ich: E-Mail: [contact@wrenix.eu](mailto:contact@wrenix.eu) +Matrix: [@wrenix:chaos.fyi](https://matrix.to/#/@wrenix:chaos.fyi) + ## Kryptographie SSH: `ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGONGPQ79A9WZ7EwM6vMfBKBkgPD2dsjExFoo2UXyd79 dev@wrenix.eu` diff --git a/matrix.sh b/matrix.sh deleted file mode 100755 index e884a88..0000000 --- a/matrix.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -cd static - -curl https://matrix.wrenix.eu/.well-known/matrix/client > .well-known/matrix/client -curl https://matrix.wrenix.eu/.well-known/matrix/server > .well-known/matrix/server - -tail .well-known/matrix/* diff --git a/public b/public index 33c8f3b..a960c85 160000 --- a/public +++ b/public @@ -1 +1 @@ -Subproject commit 33c8f3bcbeab8d86b30545a51e24a5911c92d02d +Subproject commit a960c859c1a2e5e8ddbb81265ea08498fac1c39d diff --git a/static/.well-known/matrix/client b/static/.well-known/matrix/client deleted file mode 100644 index 364328c..0000000 --- a/static/.well-known/matrix/client +++ /dev/null @@ -1 +0,0 @@ -{"m.homeserver":{"base_url":"https://matrix.wrenix.eu:443"}} \ No newline at end of file diff --git a/static/.well-known/matrix/server b/static/.well-known/matrix/server deleted file mode 100644 index db3c921..0000000 --- a/static/.well-known/matrix/server +++ /dev/null @@ -1 +0,0 @@ -{"m.server":"matrix.wrenix.eu:443"} \ No newline at end of file