Setting up the site
2026 · 04 · 16
Notes on how this corner of the web got built. The aesthetic is space + old internet — think retro NASA, teletype readouts, a CD player that nobody asked for.
The stack
- Astro with content collections.
- Markdown per post, one content type, tags route everything.
- Hosted on Netlify, deployed on
git push.
Why markdown
Because editing HTML gets old. Each post has a .md in
src/content/posts/ — edit it, push, done.
tagged:
#devlog