From 8be3434d32d7ed9046000377f7f9e59ef2a971b3 Mon Sep 17 00:00:00 2001 From: Pauline Date: Wed, 10 Jan 2024 19:58:58 -0500 Subject: super unfinished stuff but i was getting yelled at by wybest --- apps/website/public/.well-known/webfinger | 23 +++++++++++++++++++++++ apps/website/public/favicon.svg | 4 ++++ apps/website/public/robots.txt | 6 ++++-- 3 files changed, 31 insertions(+), 2 deletions(-) create mode 100644 apps/website/public/.well-known/webfinger create mode 100644 apps/website/public/favicon.svg (limited to 'apps/website/public') diff --git a/apps/website/public/.well-known/webfinger b/apps/website/public/.well-known/webfinger new file mode 100644 index 0000000..598fa4b --- /dev/null +++ b/apps/website/public/.well-known/webfinger @@ -0,0 +1,23 @@ +{ + "subject": 'acct:astro@webtoo.ls', + "aliases": [ + "https://floss.social/@polyfrost", + "https://floss.social/users/polyfrost" + ], + "links": [ + { + "rel": "http://webfinger.net/rel/profile-page", + "type": "text/html", + "href": "https://floss.social/@polyfrost" + }, + { + "rel": "self", + "type": "application/activity+json", + "href": "https://floss.social/users/polyfrost" + }, + { + "rel": "http://ostatus.org/schema/1.0/subscribe", + "template": "https://floss.social/authorize_interaction?uri={uri}" + } + ] +} diff --git a/apps/website/public/favicon.svg b/apps/website/public/favicon.svg new file mode 100644 index 0000000..f949e8d --- /dev/null +++ b/apps/website/public/favicon.svg @@ -0,0 +1,4 @@ + + + + diff --git a/apps/website/public/robots.txt b/apps/website/public/robots.txt index f58dbcb..dcf9571 100644 --- a/apps/website/public/robots.txt +++ b/apps/website/public/robots.txt @@ -1,4 +1,6 @@ -# Example: Allow all bots to scan and index your site. -# Full syntax: https://developers.google.com/search/docs/advanced/robots/create-robots-txt +# I, for one, welcome our new robotic overlords + User-agent: * Allow: / + +Sitemap: https://polyfrost.org/sitemap-index.xml -- cgit