how i built this blog; and why

why even bother?

  • wanted to learn astro
  • cloudflare pages ci/cd is ezpz
  • because i can
  • it’s fun

one thing i learned as i got older, is that you can just do things

simple things like this make me happy;
and i should cherish them before i merge with AI

anyway, this is a very simple static blog built with:

  • astro
  • markdown files
  • github
  • cloudflare pages

run a script to inject metadata to frontmatter and create .md file
then edit the .md file in src/content/blog
cloudflare handles rebuild and redeploy after pushing to github