← all posts

Hello, world.

10 Jul 2026 · 1 min

This is the first post on hieuminhle.social. It’s here to prove the place exists, to show off what a post looks like, and to give myself something to delete later.

What this site is for

Mostly writing about code, taste, and the things I wish someone had told me sooner. Sometimes short notes, sometimes essays. Not a portfolio, not a CV, not a place for hot takes.

What’s in a post

Whatever I want, basically. Markdown for words, frontmatter for meta, and a small set of components for the things that come up often — callouts, images, embeds, code.

// code blocks come with Shiki, no extra config needed
function hello(name: string) {
  return `hello, ${name}`;
}

console.log(hello('hieu'));

Tables, footnotes, and links behave like plain Markdown. That is the whole content model.


See you in the next one.

Was this useful?Public count, anonymous, one tap.