This repository has been archived on 2023-12-07. You can view files and clone it, but cannot push or open issues or pull requests.
website/static/.well-known/webfinger
Sofía Aritz 445ed938a5 Initial 11ty port
All the data from the previous website is now here.

The only thing missing now is integrating the weblog here.
2023-03-12 01:26:35 +01:00

24 lines
580 B
Plaintext

{
"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}"
}
]
}