obsidian-blog-requirements
Installation
SKILL.md
Obsidian Blog Requirements
Overview
Use this skill to validate Obsidian notes for gen-blog. It defines the required frontmatter, image handling rules, and the fail-fast behaviors the generator enforces.
Quick Workflow
- Confirm the vault path and run
npm run generate -- <vaultDir> dist. - If generation fails, map errors to fixes using
references/troubleshooting.md. - Ensure every published post meets the frontmatter rules in
references/frontmatter.md.