Add a new post by creating _posts/YYYY-MM-DD-title.md with front matter like:
---
title: The title of the post
date: 2026-07-23
tags: [research, systems]
excerpt: A short description shown on the writing index.
---
Then write normal Markdown below the closing ---. Jekyll builds the post at
/posts/title/ and lists it at /blog/.