98c62d380c6eef7bd87d6dbb6581d4df788326d7
- Mobile nav: Documentation now reachable on phones as a compact 'Docs' pill next to GitHub (which collapses to icon-only, aria-label added); other text links keep their existing hidden-on-mobile behavior - New 'Stay anonymous' section under Be yourself: up to eight independent identities per wallet (fresh random keys, own npub, never seed-derived), one-tap switching, key rotation with no chain to the old key, funds and seed untouched; claims code-verified against the multi-identity feature
goblin.st
Static landing site for goblin.st — the Goblin wallet. Plain HTML/CSS, no build step.
index.html landing page (hero is a pure-CSS phone mockup)
privacy.html privacy policy
terms.html terms of service
styles.css all styles
assets/ fonts (Geist), brand marks, logos, screenshot
Deploy
Push-to-deploy via the Forgejo webhook on git.us-ea.st/GRIN/goblin.st:
git push origin main
→ Forgejo webhook → https://hooks.us-ea.st/ (HMAC-SHA256 verified)
→ deploy-hook.service on us-ea.st
→ git -C /opt/goblin/www pull --ff-only origin main
The webroot /opt/goblin/www on us-ea.st is itself the git working tree, so a
push is the whole deploy — no build, no copy. nginx serves it directly and
denies /.git. NIP-05 (/.well-known/nostr.json) and /api/ are proxied to
goblin-nip05d and are not part of this repo.
Manual deploy (on the server): deploy-hook-trigger GRIN/goblin.st main
Description
Languages
HTML
70.8%
CSS
29.2%