Personal portfolio website built with Astro 5.
cv.json)Saul Bass-inspired visual style with bold typography, geometric shapes, and high-contrast colors. Smooth animations using cubic-bezier(0.16, 1, 0.3, 1) easing.
pnpm install # Install dependencies
pnpm dev # Start dev server at localhost:4321
pnpm build # Type-check and build for production
pnpm preview # Preview production build
Content lives in src/content/ as MDX files:
src/content/
├── blog/ # Blog posts
├── projects/ # Development projects
└── visuals/ # Creative work
Resume data is in cv.json following the JSON Resume schema.
MIT