From e343c27699a2730e8992c9e3ac6aba9b2ae4bae8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sof=C3=ADa=20Aritz?= Date: Mon, 27 Feb 2023 11:33:33 +0100 Subject: [PATCH] Add webfinger --- public/.well-known/webfinger | 23 +++++++++++++++++++++++ src/lib/routes/Contact.svelte | 12 ++++++------ 2 files changed, 29 insertions(+), 6 deletions(-) create mode 100644 public/.well-known/webfinger diff --git a/public/.well-known/webfinger b/public/.well-known/webfinger new file mode 100644 index 0000000..6bb34c2 --- /dev/null +++ b/public/.well-known/webfinger @@ -0,0 +1,23 @@ +{ + "subject": "acct:sofiaritz@hachyderm.io", + "aliases": [ + "https://hachyderm.io/@sofiaritz", + "https://hachyderm.io/users/sofiaritz" + ], + "links": [ + { + "rel": "http://webfinger.net/rel/profile-page", + "type": "text/html", + "href": "https://hachyderm.io/@sofiaritz" + }, + { + "rel": "self", + "type": "application/activity+json", + "href": "https://hachyderm.io/users/sofiaritz" + }, + { + "rel": "http://ostatus.org/schema/1.0/subscribe", + "template": "https://hachyderm.io/authorize_interaction?uri={uri}" + } + ] +} diff --git a/src/lib/routes/Contact.svelte b/src/lib/routes/Contact.svelte index ec3bbec..7af30bf 100644 --- a/src/lib/routes/Contact.svelte +++ b/src/lib/routes/Contact.svelte @@ -18,7 +18,7 @@ Nota: Aquí se encuentra mi versión desenfadada, tal vez sea algo que quieras tener en cuenta. @@ -52,7 +52,7 @@ redes sociales Nota: Aquí se encuentra mi versión desenfadada, tal vez sea algo que quieras tener en cuenta. - Fediverse (Mastodon): @sofiaritz@hachyderm.io + Fediverse (Mastodon): @me@sofiaritz.com (@sofiaritz@hachyderm.io) Codeberg: sofiaritz Gitea: sofia@git.sofiaritz.com @@ -63,10 +63,10 @@ Puedes encontrar mi clave PGP pública en /keys/pub.asc, también disponible en La huella digital del certificado es: 4BB1 6A74 5DE1 C776 5CF3 8788 90B5 116E 3542 B28F. -----BEGIN PGP SIGNATURE----- -iHUEARYKAB0WIQRLsWp0XeHHdlzzh4iQtRFuNUKyjwUCY/J1ZwAKCRCQtRFuNUKy -j7XXAP0VM4TlUYy416gauxrU8e0NkYY8g17hu74cWOkFnyM55QEAzw51a49gzVZw -y864sAfRo2U5Kc3NQHiLqhz0tgyTwAE= -=Dlu6 +iHUEARYKAB0WIQRLsWp0XeHHdlzzh4iQtRFuNUKyjwUCY/yG3wAKCRCQtRFuNUKy +jyKwAQDuguJclhzGmAYKbey0wHtuy3B1TFS/oFdcuJSbCWyOogD/VrMgrsQPEObg +nRcAFDu61Bx3A5ogcevTFGUigW/uhwc= +=1sTM -----END PGP SIGNATURE-----