- Published on
Example Free Writing Post
- Authors
- Name
- Hani Al-Shater
Free Writing Example
This is an example free writing 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 freeWriting() {
console.log('Free writing is fun!');
}
How to Add More Free Writing Posts
- Create a new
.mdx
file in thedata/free-writing-blog
directory - Add the frontmatter (the YAML block at the top)
- Write your content using Markdown/MDX
- The post will automatically appear in your free writing section