Frontmatter banner
waynesutton waynesutton

Frontmatter

Development community

Description

# Frontmatter skill How to write frontmatter for markdown-blog posts and pages. ## Blog post frontmatter Location: `content/blog/*.md` ### Required fields | Field | Type | Description | |-------|------|-------------| | title | string | Post title | | description | string | SEO description | | date | string | YYYY-MM-DD format | | slug | string | URL path (must be unique) | | published | boolean | true to show publicly | | tags | string[] | Array of topic tags | ### Optional fields | Field

Installation

Installs to ~/.claude/skills/waynesutton-markdown-site-frontmatter/SKILL.md

Terminal
mkdir -p ~/.claude/skills/waynesutton-markdown-site-frontmatter && curl -fsSL https://raw.githubusercontent.com/waynesutton/markdown-site/HEAD/.claude/skills/frontmatter.md -o ~/.claude/skills/waynesutton-markdown-site-frontmatter/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository