Welcome to Lunacy Blog

This is the first post on Lunacy Blog, powered by Cloudflare Workers and markdown.

What is this?

This blog demonstrates:

  • Markdown support - Write posts in .md files with frontmatter
  • Self-contained HTML - Map custom HTML files to specific slugs
  • Edge deployment - Runs on Cloudflare's global network
  • Fast performance - Static assets served from the edge

Code Example

const greeting = "Hello, World!";
console.log(greeting);

Next Steps

Check out the posts page to see all available content.

Happy reading!