frontmatter
Generate correctly-formatted frontmatter for static site generators and publishing platforms using article title and content, supporting Hugo, Jekyll, Astro, Next.js, Dev.to, Hashnode, and Ghost.
Instructions
Generate correctly-formatted frontmatter for any SSG or publishing platform (Hugo, Jekyll, Astro, Next.js, Dev.to, Hashnode, Ghost) — FREE
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | The article title | |
| content | Yes | The article content — used to auto-extract description, reading time, tags | |
| format | Yes | Target frontmatter format | |
| tags | No | Optional tags — auto-extracted from content if omitted | |
| canonical_url | No | Canonical URL for the article | |
| featured_image | No | Featured/cover image URL | |
| author | No | Author name | |
| draft | No | Whether the post is a draft (default: true) |