FellowshipsBlogProductAbout UsSponsor Apply
APPLY
← All posts

Welcome to the Worldwide blog

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

  1. Create a Markdown file in src/content/blog/, e.g. my-post.md.
  2. Add frontmatter (title, description, pubDate) — the schema in src/content.config.ts validates it, so a typo fails the build instead of shipping broken.
  3. 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: true in frontmatter to keep a post out of the build until it’s ready.

Onward. 🌍