nextjsmdxtypescript

Introducing the Developer Blog

Welcome to the developer blog! Learn how this site is powered by MDX and Next.js.

Donald JenningsDonald Jennings··1 min read

Welcome to the developer blog! This first post is written in MDX and loaded from the filesystem.

Getting Started

To add a post, create an .mdx file in src/content/dev-blog:

export function greet(name: string) {
  console.log(`Hello, ${name}!`);
}

Next Steps

  • Customize components
  • Enhance styling
  • Explore more content

Thanks for reading!