January 20, 2025 • 1 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:
- Scans the
content/blog/directory for.mdxfiles - Extracts metadata from frontmatter
- Calculates reading time automatically
- Sorts posts by date (newest first)
- Displays the latest 3 posts in the Insights section
- 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:
- The post will automatically appear in the Insights section
- It will be listed on the main blog page at
/blog - Individual post pages are accessible at
/blog/your-post-slug