35 lines
969 B
Text
35 lines
969 B
Text
---
|
|
permalink: ".well-known/webfinger"
|
|
eleventyExcludeFromCollections: true
|
|
dynamicPermalink: false
|
|
---
|
|
{
|
|
"subject": "acct:cory@social.lol",
|
|
"aliases": ["https://coryd.dev", "https://social.lol/@cory", "https://social.lol/users/cory"],
|
|
"links": [
|
|
{
|
|
"rel": "http://webfinger.net/rel/avatar",
|
|
"type": "image/webp",
|
|
"href": "https://coryd.dev/.netlify/images/?url=/assets/img/default.png&w=500&h=500&fm=webp"
|
|
},
|
|
{
|
|
"rel": "http://webfinger.net/rel/profile-page",
|
|
"type": "text/html",
|
|
"href": "https://coryd.dev"
|
|
},
|
|
{
|
|
"rel": "http://webfinger.net/rel/profile-page",
|
|
"type": "text/html",
|
|
"href": "https://social.lol/users/cory"
|
|
},
|
|
{
|
|
"rel": "self",
|
|
"type": "application/activity+json",
|
|
"href": "https://social.lol/users/cory"
|
|
},
|
|
{
|
|
"rel": "http://ostatus.org/schema/1.0/subscribe",
|
|
"template": "social.lol/authorize_interaction?uri={uri}"
|
|
}
|
|
]
|
|
}
|