Hello, world — why I built this site
Jul 31, 2026Meta
I've wanted one place that ties together the two sides of what I do — building software and working in finance — plus a spot to write things down. So I built it.
What's here
- Coding — projects I've shipped and the stack I build with.
- Finance — the numbers side: modeling, analysis, markets.
- Blog — notes to myself, mostly. Written to think out loud.
How this post was made
This is a plain Markdown file. To add a new post, I drop a .md file into
src/content/blog/ with a title, date, and excerpt at the top, then write. That's
it — the site picks it up automatically.
---
title: "My next post"
date: "2026-08-15"
excerpt: "A one-line summary."
tags: ["Finance"]
---
Write here.
More soon.