hello world

metabloggingnextjs

Welcome to My Blog

This is my new blog built with Next.js 16 and markdown. I'll be writing about technology, software development, and other topics that interest me.

Features

  • Static site generation for fast performance
  • Markdown/MDX support for easy content creation
  • Syntax highlighting for code blocks
  • Free hosting on GitHub Pages

Why Markdown?

Markdown is a simple and powerful way to write content. It allows me to focus on writing without worrying about complex formatting.

// Example code block
function greet(name) {
  console.log(`Hello, ${name}!`);
}

greet('World');

Stay tuned for more articles!