$ cat post/launching-the-blog.md

Launching the blog


Welcome to the new blog.

AI-generated first-night publishing workspace with a Linux desk, compact lab gear, and pane-like monitors.
A small publishing stack is easier to trust when writing, review, and deploy live close together.

This site is intentionally simple:

  • it is statically generated with Astro
  • it is versioned in Git
  • it deploys on GitHub Pages
  • it serves the custom domain brandoncamenisch.com

That keeps publishing lightweight while still leaving plenty of room to grow into a richer design and writing workflow later.

The first phase is just getting the platform in place. From here, new posts can land as Markdown or MDX files in src/content/work/ and ship through the normal GitHub workflow.