Personal website — Research Engineer working across AI, computer vision, scientific computing, and cloud native infrastructure.
Built with Astro.
yarn install
bun run devSite runs at http://localhost:4321.
bun run build
bun run previewPushes to master build and deploy automatically via .github/workflows/deploy.yml.
One-time setup: in the repo's Settings → Pages, set Source to GitHub Actions.
src/pages/— routessrc/layouts/—BaseLayout(SEO/meta),PageLayout(header/footer wrapper)src/components/— reusable UIsrc/data/— typed content for Technologies/Timeline/Contact (edit these directly)src/styles/global.css— design tokens (colors, fonts)
Blog posts and Publications will use Astro Content Collections — documented once Phase 2 lands.