Static SvelteKit blog

Recent field notes, filtered by month and rendered from markdown.

The home page surfaces the newest entries first, with previews generated from the opening sentences of each post.

March 18, 2026

launchnotes

Welcome to Froggblogg

Froggblogg starts with a simple rule: published writing should be easy to author, easy to move, and easy to restyle without tearing apart the site. That is why every post lives in its own folder and travels with its own images. The layout stays reusable, while the content remains close to the assets it references. That decision keeps the publishing flow clean when the archive grows. It also makes the static build predictable.

March 10, 2026

designarchitecture

Design Notes for a Static-First Blog

Reusable pages matter more than decorative page count. A blog should not have oneoff templates for every section when the underlying data model is the same. Home, search, and post detail pages can all be driven by the same normalized post metadata. That keeps maintenance costs low. It also keeps future features additive instead of disruptive.