Published on

Example Blog Post

Authors
  • avatar
    Name
    Hani Al-Shater
    Twitter

Welcome to My Blog

This is an example blog post. You can write your content here using Markdown.

Features

  • Supports Markdown formatting
  • Has tags and categories
  • Includes images and code blocks
  • Has a summary and date
// Example code block
function helloWorld() {
  console.log('Hello, World!');
}
  1. Create a new .mdx file in the data/blog directory
  2. Add the frontmatter (the YAML block at the top)
  3. Write your content using Markdown/MDX
  4. The post will automatically appear in your blog