- Published on
Example Blog Post
- Authors
- Name
- Hani Al-Shater
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!');
}
How to Add More Posts
- Create a new
.mdx
file in thedata/blog
directory - Add the frontmatter (the YAML block at the top)
- Write your content using Markdown/MDX
- The post will automatically appear in your blog