Skip to content
Markdown

Markdown Blog Post Formatter

Wrap a draft in blog front matter (title, author, date, tags).

How it works

  1. 1Paste your post body.
  2. 2Fill in title, author, date, and tags.
  3. 3Copy the post with front matter.

Use cases

  • Prepare a post for a static site.
  • Add consistent metadata.
  • Publish to Jekyll, Hugo, or Astro.

Frequently asked questions

What front matter is produced?

A YAML block with title, and optional author, date, and a tags array.

Which generators is it compatible with?

Any tool that reads YAML front matter, including Jekyll, Hugo, Astro, and 11ty.

Is it private?

Yes. The document is assembled in your browser; nothing is uploaded or stored.

See all →