Welcome to bytelog
This is the first post on bytelog. It doubles as a smoke test for the blog: it has a heading or two (so the table of contents renders), a highlighted code block, an aside, and a collapsible section.
What this is
Section titled “What this is”A technical blog with first-class guides. Posts are short and dated; guides are longer how-tos that live in their own section.
How it’s built
Section titled “How it’s built”The whole site is static — authored in a browser, built by CI, and served as plain files:
npm cinpm run build # -> dist/The short version of the stack
Astro + Starlight, with the starlight-blog plugin, authored through Sveltia CMS and
published as static HTML.
More to come.