·5 min read

Learning In Public

Next.js
Tutorial

This is a placeholder blog post for Learning In Public. Replace this with your actual content using MDX or a CMS.

Getting Started

You can write your blog posts in MDX format and place them in a content/ directory, or connect a headless CMS like Sanity, Notion, or Contentlayer.

Code Examples

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

Next Steps

Set up your preferred content source and start writing. The blog list page will automatically pick up new posts.