Commit Graph

8 Commits

Author SHA1 Message Date
Jose Juan Moñino 4d5c69761c feat: add FormBuddy landing page 2026-07-11 13:34:06 +02:00
Jose Juan Moñino ffabbdde14 fix: improve 404/500 error pages
- Remove 'clack' text from 404 gear (looked off)
- Add 2 random extension cards to 404 page
- Improve gear SVG: more teeth, outer dashed ring, bolt detail
- Smoother wobble animation on 404 (5s, wider arc)
- More sparks + smoother seizure animation on 500
- Wider max-width on 404 to fit extension cards
2026-07-10 19:28:26 +02:00
Jose Juan Moñino f2d5e74f19 feat: custom 404 and 500 error pages with gear theme
- 404: stripped gear with wobble animation, missing tooth, clack text
- 500: seized gear with sparks and crack animations, fire extinguisher joke
- Both use site design system (dark theme, orange accent, Inter/JetBrains Mono)
- Nginx configured: error_page 404/500/502/503/504 → custom pages
- SVGs rendered via set:html to avoid JSX brace conflicts in Astro
2026-07-10 19:18:12 +02:00
Jose Juan Moñino 903e51cf5b refactor: unify /coffee → /support
- Rename coffee.astro → support.astro (broader scope: ko-fi, crypto, wallets)
- Update all /coffee links → /support across website + extension pages
- Update nav, footer, hero, and all 5 extension .md files
- TabFM coffee banner already points to /support
2026-07-10 19:13:20 +02:00
Jose Juan Moñino 0bc8ac75cd feat: add TabFM extension page + pending website updates
- Add TabFM extension page (tabfm.md) with 15 soundscapes, FAQ, privacy section
- Update content schema, Base layout, slug page, styles (pending changes)
- Deploy to greasysprocket.com via rsync
2026-07-10 17:33:32 +02:00
Jose Juan Moñino cb357f2103 feat: update Text Tools page — context menu, v0.1.0 beta 2026-07-10 15:49:20 +02:00
Jose Juan Moñino c52204f57e feat: add Text Tools extension page 2026-07-10 11:11:05 +02:00
Jose Juan Moñino c5958f283f feat: initial Greasy Sprocket website — Astro static + Go feedback service
- Astro 5.x static site with content collections for extensions
- Pages: index, [slug] (per-extension), coffee (Ko-fi), feedback form
- Go binary gs-feedback: SQLite storage + Discord webhook notification
- Nginx config: static serving + POST proxy to Go backend
- Deploy script: build + rsync to VPS
- ThockBoard landing page with features and sound pack listing
2026-07-09 23:53:01 +02:00