Zaanr

Welcome to the Zaanr Blog

August 17, 2026 · Zaanr Team

We just shipped a very simple way to publish content on this site: drop a Markdown file into content/blog/, and it shows up here automatically.

Why Markdown

No admin dashboard, no database — just a file with a short header describing the post, and the content itself in plain Markdown. That means:

  • Headings, like the one above
  • Bold and italic text
  • Links
  • Code blocks:
export function hello() {
  return 'world'
}

A blockquote, for good measure.

More posts are on the way. Thanks for reading.