← Blog
Jul 15, 2026

Hello, world (placeholder)

This is a placeholder post. Delete this file (src/content/blog/en/hello-world.md) once you start writing for real.

It exists only to show that the article list, the post page layout, and Markdown rendering all work.

Markdown renders like this

Inline code, a link, and a list:

def hello(name)
  "Hello, #{name}"
end

That’s it — replace or remove.