Skip to content

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.

A technical blog with first-class guides. Posts are short and dated; guides are longer how-tos that live in their own section.

The whole site is static — authored in a browser, built by CI, and served as plain files:

Terminal window
npm ci
npm 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.