This is the first post on the new Worldwide Studios blog. It exists to prove the blog pipeline end to end — and to show how easy adding the next one is.
How to write a new post
- Create a Markdown file in
src/content/blog/, e.g.my-post.md. - Add frontmatter (
title,description,pubDate) — the schema insrc/content.config.tsvalidates it, so a typo fails the build instead of shipping broken. - Write the post in Markdown. That’s it.
The file’s name becomes the URL: this post is welcome-to-the-worldwide-blog.md, so it lives at
/blog/welcome-to-the-worldwide-blog/. No HTML, no copy-pasted nav, no per-post boilerplate —
the layout wraps it automatically.
What you get for free
- The shared site shell (nav, footer, head/meta) wraps every post.
- A
/blog/index that lists posts newest-first, built from the collection. - Set
draft: truein frontmatter to keep a post out of the build until it’s ready.
Onward. 🌍