Published on

Example Free Writing Post

Authors
  • avatar
    Name
    Hani Al-Shater
    Twitter

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

  1. Create a new .mdx file in the data/free-writing-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 free writing section