blog-post
SKILL.md
Creating Blog Posts
File Location & Naming
- Directory:
src/data/posts/ - Format:
.mdxfiles - Naming: kebab-case from title (e.g., "My New Post" →
my-new-post.mdx)
Required Frontmatter
---
title: 'Post Title'
pubDate: 2024-01-28T12:00:00.000Z
description: Brief description of the post
heroImage: ../../assets/posts/post-slug.jpeg
category: dotfiles
---