This is an automated email from the ASF dual-hosted git repository.

apitrou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 742e665b98f Add ATProtocol handle resolution file (GH-587)
742e665b98f is described below

commit 742e665b98f8cd30f7e70575eee91160b355513e
Author: Antoine Pitrou <[email protected]>
AuthorDate: Tue Feb 11 12:19:09 2025 +0100

    Add ATProtocol handle resolution file (GH-587)
    
    This should allow our BlueSky account to use the handle
    "@arrow.apache.org".
---
 .well-known/atproto-did | 1 +
 _config.yml             | 1 +
 2 files changed, 2 insertions(+)

diff --git a/.well-known/atproto-did b/.well-known/atproto-did
new file mode 100644
index 00000000000..cfe24085986
--- /dev/null
+++ b/.well-known/atproto-did
@@ -0,0 +1 @@
+did:plc:qjseudtl2qkur2ayrfr4fvac
\ No newline at end of file
diff --git a/_config.yml b/_config.yml
index 26aecb4e5a0..0573f8244c1 100644
--- a/_config.yml
+++ b/_config.yml
@@ -25,6 +25,7 @@ kramdown:
 
 include:
   - _static
+  - .well-known
 
 exclude:
   - Gemfile

Reply via email to