My personal portfolio website — built with Astro and Tailwind CSS.
- Astro — static site generator
- Tailwind CSS — utility-first styling
- MDX — blog posts
- Giscus — blog comments via GitHub Discussions
- Cloudflare Pages — hosting and deployment
| Route | Description |
|---|---|
/ |
Landing page |
/portfolio |
Projects showcase |
/skills |
Technical and soft skills |
/uses |
Hardware, software, and homelab setup |
/about |
About me |
/blog |
Blog posts written in MDX |
/404 |
Custom 404 page |
The site is deployed on Cloudflare Pages. Every push to main triggers an automatic deployment.