exampleblog

First Blog Post

This is an example blog post.

1 min read

Hello Markdown Blog

This is an example post written in Markdown.

  • Add new posts by dropping a .md file in /blog
  • Include frontmatter at the top
  • Deploy to Vercel, and it will auto-build

Features

Our blog supports:

  1. Frontmatter for metadata
  2. GitHub Flavored Markdown with syntax highlighting
  3. Static Site Generation for fast loading
  4. Draft posts that won't be published

Code Example

function greet(name) {
  return `Hello, ${name}!`;
}

console.log(greet('World'));

This is a blockquote to show off some styling.

Happy blogging! 🎉

Never Miss a Story

Join our community of design enthusiasts and receive curated insights directly to your inbox.

Unsubscribe anytime. No spam, ever.