January 20, 20251 min read

Example Blog Post

This is an example blog post to demonstrate the structure and format.

This is an example blog post that demonstrates how to create new content for the Praeco website.

Key Features

  • Automatic listing in the Insights section
  • SEO-friendly URLs
  • Reading time calculation
  • Responsive design

How It Works

The blog system automatically:

  1. Scans the content/blog/ directory for .mdx files
  2. Extracts metadata from frontmatter
  3. Calculates reading time automatically
  4. Sorts posts by date (newest first)
  5. Displays the latest 3 posts in the Insights section
  6. Links to individual post pages at /blog/[slug]

Writing Tips

  • Use clear, descriptive titles
  • Write compelling descriptions (used in previews)
  • Include relevant keywords for SEO
  • Use proper markdown formatting
  • Add images if needed (store in public/ directory)

Next Steps

After creating your post:

  1. The post will automatically appear in the Insights section
  2. It will be listed on the main blog page at /blog
  3. Individual post pages are accessible at /blog/your-post-slug