Dev • Twitch lurker • Musician • Marxist
A glitchy, dark-themed portfolio site for onnwee — blending hacker aesthetics, anime horror energy, and retro terminal vibes. Built with modern tools and a sharp, accessible design system.
- ⚛️ Vite + React + TypeScript
- 🎨 Tailwind CSS (custom theme & utilities)
- 🗂 React Router (SPAs with slug-based detail pages)
- ✍️ MDX (long-form blog support, coming soon)
- 📦 GitHub Pages (deployed via Actions)
- 🧠 Global glitch/dark mode toggles
- 📊 Meilisearch-ready for search-based tools (future)
- 🔍 Privacy-friendly analytics (Umami, future)
- 🎮 Project cards styled as retro terminal outputs
- 🧬 Global glitch styling on images, embeds, and cards
- 🖼 Auto-detect + embed support (YouTube, Twitch, Spotify, SoundCloud, Bandcamp)
- ❌ Graceful fallbacks for Twitter, TikTok, Instagram, Bluesky
- ✨ Loading animation + blur effect on embeds
- 📎 Platform logos, emoji tagging, responsive layouts
- ☯ Custom fonts (Orbitron, Fira Code, Gloria Hallelujah)
- 🔗 Utility-first layout with DRY components
- 💾 GitHub Actions CI pipeline ready for deploy
npm install # Install deps
npm run dev # Local dev
npm run build # Production build
npm run preview # Preview build
npm run deploy # GitHub Pages deployment