A clean, minimal personal website built with Astro + Tailwind CSS. Designed to work seamlessly with GitHub Pages.
- Dark theme with electric blue accent (#00d4ff)
- Responsive design that works on all devices
- Animated SVG grid hero background
- Data-driven project timeline from src/data/projects.json
- Fast loading — static Astro output, no client JS
- GitHub Pages ready — auto-deploys on push to
main
- Astro (static output)
- Tailwind CSS v4
- JetBrains Mono + Inter fonts
- Clone the repository
npm installnpm run dev— starts dev server at localhost:4321npm run build— builds to./dist/
Push to main and GitHub Actions will build and deploy to https://edward-lcl.github.io.
All content © Edward 2026. Code is open for reference and learning.