The full source code for Elian's personal website and blog.
The site is built with Astro, plain CSS, and an internal component/design system. It is deployed on Vercel.
This website has gone through a few iterations over time. Earlier versions used:
The website is currently hosted on Vercel, with DNS managed through Cloudflare.
pnpm dev
pnpm build
pnpm preview- Most UI is built in Astro components with component-scoped CSS.
- Interactive pieces use small amounts of vanilla JavaScript.
- Content is powered by Astro content collections.