Lawrence Chao_
← back to blog

Hello, world

June 28, 2026

meta

Welcome to my corner of the internet. This is a placeholder post so you can see how writing looks on the site.

Adding a new post

Drop a new Markdown file into src/content/blog/. The filename becomes the URL, and the frontmatter at the top sets the title, description, date, and tags:

---
title: 'My great post'
description: 'A one-line summary for previews and SEO.'
pubDate: 2026-07-01
tags: ['typescript', 'notes']
---

Set draft: true to hide a post from the listing while you work on it.

Formatting

You get all the usual Markdown:

  • Bold and italic text
  • inline code and fenced code blocks
  • links

Blockquotes look like this.

That’s it — happy writing.