This is a sample article, kept to prove that publishing works end to end.
Writing one
A new .md file in content/writing/ is all it takes. The front matter needs at
least a title and a date.
Code highlighting (Shiki)
const hello = (name: string) => `Hello, ${name}!`
console.log(hello('Cloudflare'))
Block quotes, lists, tables and the rest of Markdown work as they come.