Hello, world

This is the first post on rolling clouds, and its only job is to prove the pipeline works end to end: frontmatter → build → deploy → RSS.

What this validates

  • Markdown rendering with the content collection schema
  • Code blocks with syntax highlighting:
const clouds = ['cumulus', 'stratus', 'cirrus'];
for (const cloud of clouds) {
  console.log(`${cloud} rolling by…`);
}
  • Inline code, links, and blockquotes:

The clouds methinks I see, / With motion slow, roll o’er the azure sea.

If you can read this on rollingclouds.dev and in your feed reader, everything works. More soon.