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.
|
<b>Nota:</b> Aquí se encuentra <i>mi versión desenfadada</i>, tal vez sea algo que quieras tener en cuenta.
|
||||||
</summary>
|
</summary>
|
||||||
<ul>
|
<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>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>
|
<li>Gitea: <a href="https://git.sofiaritz.com/sofia">sofia@git.sofiaritz.com</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -52,7 +52,7 @@ redes sociales
|
||||||
|
|
||||||
Nota: Aquí se encuentra mi versión desenfadada, tal vez sea algo que quieras tener en cuenta.
|
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
|
Codeberg: sofiaritz
|
||||||
Gitea: sofia@git.sofiaritz.com
|
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.
|
La huella digital del certificado es: 4BB1 6A74 5DE1 C776 5CF3 8788 90B5 116E 3542 B28F.
|
||||||
-----BEGIN PGP SIGNATURE-----
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
iHUEARYKAB0WIQRLsWp0XeHHdlzzh4iQtRFuNUKyjwUCY/J1ZwAKCRCQtRFuNUKy
|
iHUEARYKAB0WIQRLsWp0XeHHdlzzh4iQtRFuNUKyjwUCY/yG3wAKCRCQtRFuNUKy
|
||||||
j7XXAP0VM4TlUYy416gauxrU8e0NkYY8g17hu74cWOkFnyM55QEAzw51a49gzVZw
|
jyKwAQDuguJclhzGmAYKbey0wHtuy3B1TFS/oFdcuJSbCWyOogD/VrMgrsQPEObg
|
||||||
y864sAfRo2U5Kc3NQHiLqhz0tgyTwAE=
|
nRcAFDu61Bx3A5ogcevTFGUigW/uhwc=
|
||||||
=Dlu6
|
=1sTM
|
||||||
-----END PGP SIGNATURE-----
|
-----END PGP SIGNATURE-----
|
||||||
</pre>
|
</pre>
|
||||||
</details>
|
</details>
|
||||||
|
|
Loading…
Reference in a new issue