Hello

The first post on this site: why I write and what you will find here.

This is the first post on the site, and also a sample proving the writing pipeline works.

A heading

Everything you write in markdown is converted to HTML at build time. The markdown parser never reaches the browser; readers only receive finished HTML.

  • Lists work
  • inline code works
  • Links work

Blockquotes work too.

const hello = (name: string) => `Hello ${name}`

You can delete this file and add your own posts under content/posts/en/. The filename becomes the slug in the post’s URL.