← All posts

Welcome to my blog

This is the first post on my new site. To publish a post, you just add a Markdown file to src/content/blog/ and push it to GitHub — Azure builds and deploys the site automatically.

How posting works

  1. Create a file like src/content/blog/my-idea.md.
  2. Fill in the frontmatter at the top (title, description, pubDate).
  3. Write your post in Markdown below it.
  4. Commit and push. Your post is live in about a minute.

Markdown is all you need

You can use bold, italics, links, lists, and:

Blockquotes for the things worth pulling out.

// even code blocks, with syntax highlighting
console.log('Hello from the blog');

That’s it. More to come soon.