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
.mdfiles to thecontent/postsfolder. - Provide optional front matter metadata like
title,description,date, andtags. - Publish by calling the
/api/postsendpoint or dropping files directly into the folder.
Enjoy writing!