← All posts

Welcome

This is a placeholder post to show how the blog works. Each post is a single Markdown file in src/content/blog/ — add a new file to publish a new entry.

Writing posts

Posts support standard Markdown: headings, bold, italic, lists, links, blockquotes, and code.

Supply chains are systems; understanding their behaviour means understanding the feedback loops that drive them.

A few things you can do:

  • Write longer-form notes on research themes.
  • Share reflections from conferences and talks.
  • Point readers to new publications or projects.

Frontmatter

Each post needs a small block of metadata at the top:

---
title: 'Your title'
description: 'One-line summary for listings and search engines.'
pubDate: 2026-06-22
draft: false
---

Set draft: true to keep a post out of the published listing while you work on it. Replace this post with real content whenever you are ready.