From d2e2ab4347202d0ef0ecaaa6a634f24ee21815e5 Mon Sep 17 00:00:00 2001 From: Matthijs van der Wild Date: Fri, 13 Mar 2026 14:12:06 +0000 Subject: Add Bluesky verification MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit According to Bluesky the DID value is not sensitive: Step 3 above contains all of the information you’ll need to add to your domain. The DID value is public and not sensitive information. Source: https://bsky.social/about/blog/4-28-2023-domain-handle-tutorial Note that this value is accessible through a browser anyway. Adding it to the website source files will help redeploy the website if necessary. --- src/_social/atproto-did | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/_social/atproto-did (limited to 'src/_social/atproto-did') diff --git a/src/_social/atproto-did b/src/_social/atproto-did new file mode 100644 index 0000000..7cf0299 --- /dev/null +++ b/src/_social/atproto-did @@ -0,0 +1 @@ +did:plc:cangksz4kpwhuwior3ct7cjf -- cgit v1.2.3