Skip to content

Commit

Permalink
feat: enable BlueSky account verification
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
echasnovski committed Nov 15, 2024
1 parent f6705c7 commit c66da11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .well-known/atproto-did
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
did:plc:635xovhsdw27inbgxukm3qtp
2 changes: 2 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@ exclude:
- README.md
- vendor/
- sponsor-generator/

include: ['.well-known']

0 comments on commit c66da11

Please sign in to comment.