Why I Built It
I wanted one place that is quieter than social feeds and more durable than scattered notes. The goal is to keep project writeups, learning logs, and build decisions easy to publish.
Structure
- Blog posts are stored as Markdown files in
src/content/blog/ - Project pages are stored as Markdown files in
src/content/projects/ - Static pages cover work, learnings, and about
Current Shape
Astro stays because it is fast, boring, and deploys cleanly to GitHub Pages. No CMS, no server, no dependency stack beyond what the site already needs.