diff --git a/.well-known/webfinger b/.well-known/webfinger new file mode 100644 index 0000000..33f674c --- /dev/null +++ b/.well-known/webfinger @@ -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}" + } + ] +} diff --git a/_config.yml b/_config.yml index d279597..c1d5050 100644 --- a/_config.yml +++ b/_config.yml @@ -18,6 +18,8 @@ collections: permalink: microblog/:year/:month/:title/ lsi: false +include: + - '.well-known' exclude: - README.markdown - Makefile