$ cat post.md
1 min read Build log
Hello world
A small first note to open the blog.
Hello world.
This is the first small post in the new blog system. The goal is simple: make it easy to write notes, share useful technical details, and keep the site discoverable without having to remember extra publishing chores.
const message = "hello world";
console.log(message);
More substantial posts can follow the same Markdown format.