Hello world
This is the first post. It exists mostly to prove the pipeline works — frontmatter validates, MDX renders, the feed picks it up.
What goes here
Notes on things I build. Decisions I had to think about, and what I’d do differently.
const greeting: string = 'hello';
console.log(greeting);
That’s it for now.