ronner.dev

Hello, World

Welcome to the Ronner Development blog. This is a static site: markdown files in posts/ get preprocessed into HTML at build time.

How it works

Each post is a markdown file with YAML frontmatter. Required fields:

  • title — post title
  • date — ISO date (YYYY-MM-DD)

Optional:

  • description — shown on the index and used as meta description
  • slug — override the URL slug (defaults to the filename)
  • draft: true — skip from the build

Writing

Standard GitHub-flavored markdown works. Code blocks render with a monospace font:

const greet = (name) => `hello, ${name}`;

Run npm run build to regenerate blog/.