Skip to content

Getting Started

This project uses Astro + Starlight for one reason: it gives a durable documentation shell without forcing the entire site into a generic docs aesthetic.

  • src/content/docs/projects/ for project overviews
  • src/content/docs/docs/ for durable reference material
  • src/content/docs/blog/ for dated essays and field notes

The homepage should feel like a modern product site. The reading pages should feel like high-signal technical documentation.

  1. Write content in Markdown or MDX.
  2. Keep titles and descriptions tight.
  3. Add new pages in the correct directory so sidebar autogeneration stays clean.
  4. Build locally before publishing.