My personal developer portfolio website.
- Framework: Astro
- Styling: CSS Modules with CSS Variables (Light/Dark mode)
- Content: Astro Content Collections (Blog & Projects)
- Deployment: GitHub Pages
| Command | Action |
|---|---|
npm run dev |
Starts local dev server |
npm run build |
Build production site |
npm run preview |
Preview production build |
This portfolio utilizes a minimalist, typography-driven design:
- Fluid Typography: Uses CSS
clamp()for responsive text scaling. - Color System: Variable-driven high-contrast neutral palette with a blue accent.
- Layout: Content-focused, structured with generous whitespace.