This is my personal website built with Astro and deployed using GitHub Pages.
- Built with Astro 5
- Minimal, responsive design
- Custom domain support (see
CNAME) - Hosted via GitHub Pages
- Astro
- pnpm as the package manager
- GitHub Actions for deployment
To run locally:
pnpm install
pnpm dev To build for production:
pnpm buildTo preview the production build:
pnpm previewThis site is automatically deployed via GitHub Actions on every push to the main branch.