From 613c53dee645988a9576e419df5da2b2e92b9a89 Mon Sep 17 00:00:00 2001 From: gnat Date: Wed, 20 Nov 2024 14:40:11 -0800 Subject: [PATCH] add .well-known/button.json --- .well-known/button.json | 13 +++++++++++++ changelog | 1 + 2 files changed, 14 insertions(+) create mode 100644 .well-known/button.json diff --git a/.well-known/button.json b/.well-known/button.json new file mode 100644 index 0000000..f79cd82 --- /dev/null +++ b/.well-known/button.json @@ -0,0 +1,13 @@ +{ + "$schema": "https://codeberg.org/LunarEclipse/well-known-button/raw/branch/main/drafts/button-2024-06.schema.json", + "default": "natalieee.net", + "buttons": [ + { + "id": "natalieee.net", + "uri": "https://natalieee.net/files/natalieee.net.png", + "alt": "natalieee.net 88x31", + "link": "https://natalieee.net", + "sha256": "1ff45434606ed76769bcc0b4f5a6bb8f86e9e1ab07550a48eb6977b3cf285963" + } + ] +} diff --git a/changelog b/changelog index 2821049..6590325 100644 --- a/changelog +++ b/changelog @@ -47,3 +47,4 @@ 2024-10-20: add alternative thought viewing frontend 2024-11-01: minor accessibility improvements to style.css; general minor changes 2024-11-13: add cryptography, technical specifications sections to natalie-info +2024-11-20: add /.well-known/button.json