Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c66da11

Browse files
committed
feat: enable BlueSky account verification
This commit adds a 'https://neovim.io/.well-known/atproto-did' page with the content of a DID value taken from dedicated Neovim BlueSky account. With this page present, account will be able to use a `@neovim.io` handle which assures users that this is an "official" BlueSky account of Neovim team. Details: - The '.well-known' is a long established dedicated directory name for automated verification that certain domain belongs to a certain account on third-party site. - The DID value of an account is a public information, so there should not be issues with it being present here in the open.
1 parent f6705c7 commit c66da11

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.well-known/atproto-did

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
did:plc:635xovhsdw27inbgxukm3qtp

_config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,5 @@ exclude:
2929
- README.md
3030
- vendor/
3131
- sponsor-generator/
32+
33+
include: ['.well-known']

0 commit comments

Comments
 (0)