November 11, 2025

Welcome to the Blog

A quick tour of our new markdown-powered blog.

nextjstailwindcssshadcn

Hello there

This starter post lives inside the content/posts directory where the blog automatically discovers markdown files.

// highlight friendly example
const greet = () => {
  console.log("Welcome to the blog!")
}
  • Add new .md files to the content/posts folder.
  • Provide optional front matter metadata like title, description, date, and tags.
  • Publish by calling the /api/posts endpoint or dropping files directly into the folder.

Enjoy writing!