Skip to content

Commit

Permalink
docs: Clarify domain instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
shrink authored Jan 24, 2025
1 parent de59fdb commit 76d667e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ records). The instructions that follow enable domain verification using GitHub
Pages in this rare situation.

1. Create a new GitHub repository from this template
2. Modify the contents of `.well-known/atproto-did` to contain your `did`
2. Modify the contents of `.well-known/atproto-did` to contain your `did` and the contents of `CNAME` to your domain
3. Via your repository settings go to Pages then select the "main" branch to deploy from
4. Add your domain (e.g: example.com)
5. Via your DNS records manager, [point your domain to GitHub Pages](https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site) either an `A` record to `185.199.108.153` or a `ALIAS/CNAME` with `username.github.io`
4. Via your DNS records manager, [point your domain to GitHub Pages](https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site) either an `A` record to `185.199.108.153` or a `ALIAS/CNAME` with `username.github.io`

After a few minutes, your domain will become active and it can be added to Bluesky.

0 comments on commit 76d667e

Please sign in to comment.