$ cat post/launching-the-blog.md
Launching the blog
Welcome to the new blog.
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.