Hello, World
Why a separate blog
The main site at wintersalmon.com is where long-form projects live. This blog is the looser, rougher companion — notes on homelab tinkering, Kubernetes operations, AI infrastructure, and whatever I happen to be wrestling with at 2 AM.
A few things I want to be true:
- Posts are plain Markdown files in the repo.
- Hashtags work both in
tags:frontmatter and inline#homelab-style. [[wiki-links]]resolve at build time with a reverse-index “Referenced by” block.- Zero runtime server — it’s just HTML, CSS, and a tiny bit of JS for dark-mode persistence.
Stack
The blog is a React SPA built with a custom Bun script, prerendered route-by-route to static HTML. The design system is copied verbatim from my main site; the markdown pipeline is unified + remark/rehype with two custom plugins for hashtags and wiki-links.
More detail coming in the LLM gateway post — which, once that one exists, will link back here via the backlink index.
Until then: #blog #meta.
