Personnel Records Interface

Jason Jamieson

Principal Software Engineer · Kotlin · Kotlin Multiplatform · Go

◂ Log Entries

First entry

This is where I’ll keep working notes: things I’ve debugged, decisions I’ve made and later regretted, and the occasional write-up of something I shipped.

Posts are markdown files in src/content/log/. Adding one means creating a file with frontmatter and writing — no build config to touch, no component to register.

---
title: "A new entry"
description: "One sentence that shows up in the index and in link previews."
pubDate: 2026-07-28
tags: ["kotlin"]
---

Body text starts here.

The description isn’t decoration — it’s what appears in the log index, in the RSS feed, and in the preview card when someone shares the link. Worth writing properly.

Set draft: true in the frontmatter to keep something out of the index and the feed while you work on it.