~ajhalili2006's personal website, built with Zensical (successor of Material for Mkdocs) andreijiroh.dev
mkdocs-material zensical website cf-pages
1

Configure Feed

Select the types of activity you want to include in your feed.

chore: setup did:web related configs for Bluesky

Tool: https://atproto-did-web.lukeacl.com/
Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.dev>

Andrei Jiroh Halili (Nov 30, 2025, 9:41 PM UTC) c1c5702b 42f9f8c1

+26
+26
markdown/.well-known/did.json
··· 1 + { 2 + "@context": [ 3 + "https://www.w3.org/ns/did/v1", 4 + "https://w3id.org/security/multikey/v1", 5 + "https://w3id.org/security/suites/secp256k1-2019/v1" 6 + ], 7 + "id": "did:web:andreijiroh.dev", 8 + "alsoKnownAs": [ 9 + "at://andreijiroh.dev" 10 + ], 11 + "verificationMethod": [ 12 + { 13 + "id": "did:web:andreijiroh.dev#atproto", 14 + "type": "Multikey", 15 + "controller": "did:web:andreijiroh.dev", 16 + "publicKeyMultibase": "zQ3sheZLoGuAELwrPBN3BhDatucuTWFzNasAcB7VDk4JKVxVt" 17 + } 18 + ], 19 + "service": [ 20 + { 21 + "id": "#atproto_pds", 22 + "type": "AtprotoPersonalDataServer", 23 + "serviceEndpoint": "https://blewit.us-west.host.bsky.network" 24 + } 25 + ] 26 + }