Hello again, world
Sample article. This post only exists to test the blog pipeline and will be overwritten by the first sync from the blog-articles repository.
After years of a single page with a handful of links, this site is now a proper home for my writing and the things I share.
The whole site is statically rendered โ no JavaScript, no cookies, no external resources. Code samples survive untouched, even with template-ish syntax in them:
const greeting = `Hello, {{ name }}!`; // not processed by the site generator
console.log(greeting);
That's all this sample needs to prove.
