Skip to content

Commit 920d818

Browse files
authored
Merge pull request #146 from xstoicunicornx/add-nostr-nip05
adds nostr nip05 identifier
2 parents f9c9d54 + 7460edd commit 920d818

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.well-known/nostr.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"names": {
3+
"_": "338d64ebe4066a3ba49dc3b158a6fce7b4a2a3cca56d9023c8c5027b262cb37d"
4+
},
5+
"relays": {
6+
"338d64ebe4066a3ba49dc3b158a6fce7b4a2a3cca56d9023c8c5027b262cb37d": ["wss://nos.lol", "wss://relay.damus.io", "wss://nostr.wine", "wss://nostr.land", "wss://relay.npub.bar"]
7+
}
8+
}

_config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,7 @@ exclude: ['README.md', 'Gemfile', 'Gemfile.lock', '.sass-cache']
1717

1818
# Publish all posts even if the date is in the future
1919
future: true
20+
21+
# Include .well-known directory
22+
include:
23+
- .well-known

0 commit comments

Comments
 (0)