diff --git a/static/.well-known/webfinger b/static/.well-known/webfinger new file mode 100644 index 0000000..a6655df --- /dev/null +++ b/static/.well-known/webfinger @@ -0,0 +1,23 @@ +{ + "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}" + } + ] +} \ No newline at end of file diff --git a/static/favicon.ico b/static/favicon.ico new file mode 100644 index 0000000..5da37f4 Binary files /dev/null and b/static/favicon.ico differ diff --git a/static/keys/pub.asc b/static/keys/pub.asc new file mode 100644 index 0000000..f87dbd3 --- /dev/null +++ b/static/keys/pub.asc @@ -0,0 +1,13 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- + +mDMEY7GyeRYJKwYBBAHaRw8BAQdAFKI4CZvWSZh2FSSj6bse7GMA+g+ghbRNAnh5 +2NIdW6S0G1NvZsOtYSA8c29maUBzb2ZpYXJpdHouY29tPoiZBBMWCgBBFiEES7Fq +dF3hx3Zc84eIkLURbjVCso8FAmOxsnkCGwMFCQPDbbcFCwkIBwICIgIGFQoJCAsC +BBYCAwECHgcCF4AACgkQkLURbjVCso86vgD+PA0x+K+beyXHSOaTpTW1EUhagvHU +hjhqGbkbCSIPJ2oA/irF+AFFlT6Pc5SIp2EeSZGNX6JSNEEZ6eDbjSItNHkBuDgE +Y7GyeRIKKwYBBAGXVQEFAQEHQLwPLw5d13siGsuIeV7AMI39P/+hXcDwa3a/e6yJ +UZVCAwEIB4h+BBgWCgAmFiEES7FqdF3hx3Zc84eIkLURbjVCso8FAmOxsnkCGwwF +CQPDbbcACgkQkLURbjVCso8i3wEA1S6KED/pUeIydiqB9mWzjYoO17XO9ExFH5nf +8TrrXO8A/2cMxQLZ2c0okoKw0q/fISZ6hZnep5lhODO7DHlPcw4F +=6oM/ +-----END PGP PUBLIC KEY BLOCK----- \ No newline at end of file diff --git a/static/robots.txt b/static/robots.txt new file mode 100644 index 0000000..b7ccd81 --- /dev/null +++ b/static/robots.txt @@ -0,0 +1,2 @@ +User-agent: GPTBot +Disallow: / \ No newline at end of file