mirror of
https://codeberg.org/sofiaritz/website.git
synced 2023-09-06 01:24:41 +00:00
Add webfinger
This commit is contained in:
parent
be2843223f
commit
e343c27699
2 changed files with 29 additions and 6 deletions
23
public/.well-known/webfinger
Normal file
23
public/.well-known/webfinger
Normal file
|
@ -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}"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -18,7 +18,7 @@
|
|||
<b>Nota:</b> Aquí se encuentra <i>mi versión desenfadada</i>, tal vez sea algo que quieras tener en cuenta.
|
||||
</summary>
|
||||
<ul>
|
||||
<li>Fediverse (Mastodon): <a rel="me" href="https://hachyderm.io/@sofiaritz">@sofiaritz@hachyderm.io</a></li>
|
||||
<li>Fediverse (Mastodon): <a rel="me" href="https://hachyderm.io/@sofiaritz">@me@sofiaritz.com (@sofiaritz@hachyderm.io)</a></li>
|
||||
<li>Codeberg: <a href="https://codeberg.org/sofiaritz">sofiaritz</a></li>
|
||||
<li>Gitea: <a href="https://git.sofiaritz.com/sofia">sofia@git.sofiaritz.com</a></li>
|
||||
</ul>
|
||||
|
@ -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-----
|
||||
</pre>
|
||||
</details>
|
||||
|
|
Loading…
Reference in a new issue