Allow webfinger to work off brokenco.de
This commit is contained in:
parent
14494dd326
commit
45c8c79ea9
23
.well-known/webfinger
Normal file
23
.well-known/webfinger
Normal 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}"
|
||||
}
|
||||
]
|
||||
}
|
@ -18,6 +18,8 @@ collections:
|
||||
permalink: microblog/:year/:month/:title/
|
||||
|
||||
lsi: false
|
||||
include:
|
||||
- '.well-known'
|
||||
exclude:
|
||||
- README.markdown
|
||||
- Makefile
|
||||
|
Loading…
Reference in New Issue
Block a user