This is a placeholder so the travel section has something to render while you set things up.
To write a real entry, drop a new .md file into
src/content/travel/ with frontmatter that looks like:
---
title: "A weekend in Lisbon"
description: "Pastel de nata, fado, and one ferry to Cacilhas."
date: 2026-05-12
location: "Lisbon, Portugal"
---
Then write whatever you like below the frontmatter. Markdown works.
Images: drop them in public/ and reference them as /your-image.jpg,
or use MDX (.mdx) if you want richer layouts.