Allow webfinger to work off brokenco.de

This commit is contained in:
R Tyler Croy 2022-12-29 22:10:18 -08:00
parent 14494dd326
commit 45c8c79ea9
No known key found for this signature in database
GPG Key ID: E5C92681BEF6CEA2
2 changed files with 25 additions and 0 deletions

23
.well-known/webfinger Normal file
View File

@ -0,0 +1,23 @@
{
"subject": "acct:rtyler@hacky.town",
"aliases": [
"https://hacky.town/@rtyler",
"https://hacky.town/users/rtyler"
],
"links": [
{
"rel": "http://webfinger.net/rel/profile-page",
"type": "text/html",
"href": "https://hacky.town/@rtyler"
},
{
"rel": "self",
"type": "application/activity+json",
"href": "https://hacky.town/users/rtyler"
},
{
"rel": "http://ostatus.org/schema/1.0/subscribe",
"template": "https://hacky.town/authorize_interaction?uri={uri}"
}
]
}

View File

@ -18,6 +18,8 @@ collections:
permalink: microblog/:year/:month/:title/
lsi: false
include:
- '.well-known'
exclude:
- README.markdown
- Makefile