← Notes

Development Log: Building This Site

Today I set up this website using Astro. The goal was to create something minimal and quiet — a place for notes, stories, and ideas that doesn’t feel like a social media feed.

Decisions

  • Astro for static site generation — fast, simple, content-first
  • Markdown for all content — portable, future-proof, easy to edit
  • CSS custom properties for theming — change colors and spacing in one file
  • GitHub Pages for hosting — free, reliable, git-integrated

What’s next

  • Migrate existing notes from various places
  • Add more content to each section
  • Maybe add a custom domain someday