All posts

Welcome to My Blog

intrometa

Welcome

This is my personal corner of the internet. Every post here is just a Markdown file living in the content/ directory — I add new ones whenever I have something to share.

What you'll find

  • Notes on software engineering
  • Essays and half-formed ideas
  • Experiments and things I'm learning

Writing a new post

To publish, I drop a .md file into content/ with some frontmatter at the top:

---
title: "My Post Title"
date: "2026-06-15"
summary: "A one-line summary."
tags: ["tag1", "tag2"]
---

Your content goes here.

That's the whole workflow. Simple and durable.

Thanks for reading!