diff options
| author | Pauline <git@ethanlibs.co> | 2024-01-10 19:58:58 -0500 |
|---|---|---|
| committer | Pauline <git@ethanlibs.co> | 2024-01-10 19:58:58 -0500 |
| commit | 8be3434d32d7ed9046000377f7f9e59ef2a971b3 (patch) | |
| tree | a17c19137054e4768e57799cd3932dd92e66a69b /apps/website/public | |
| parent | 75676183d008a07070db8fdd52af3fdf0bbfb8a7 (diff) | |
| download | Nexus-8be3434d32d7ed9046000377f7f9e59ef2a971b3.tar.gz Nexus-8be3434d32d7ed9046000377f7f9e59ef2a971b3.tar.bz2 Nexus-8be3434d32d7ed9046000377f7f9e59ef2a971b3.zip | |
super unfinished stuff but i was getting yelled at by wybest
Diffstat (limited to 'apps/website/public')
| -rw-r--r-- | apps/website/public/.well-known/webfinger | 23 | ||||
| -rw-r--r-- | apps/website/public/favicon.svg | 4 | ||||
| -rw-r--r-- | apps/website/public/robots.txt | 6 |
3 files changed, 31 insertions, 2 deletions
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 @@ +<svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg"> +<rect width="64" height="64" fill="#121317"/> +<path fill-rule="evenodd" clip-rule="evenodd" d="M34.86 32.1283L25.8843 16.5817C25.0516 15.1394 23.689 15.1394 22.8564 16.5817L12.9471 33.7464C10.2562 38.4075 13.6196 44.2332 19.0015 44.2332H27.8719L34.8601 32.129L41.8482 44.2331H46.7491C50.7858 44.2331 53.3082 39.8637 51.2898 36.3681L43.3646 22.6416C42.532 21.2 41.1701 21.2 40.3374 22.6416L34.86 32.1283Z" fill="#2567D8"/> +</svg> 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 |
