Markdown Metadata Generator
Paste a JSON object and turn it into ready-to-use YAML front matter for Jekyll, Hugo, Eleventy, or any static site.
Использование Markdown Metadata Generator
Генератор метаданных Markdown
Преобразование объекта JSON в чистый YAML-фронтматтер для документов в формате Markdown.
Входной объект JSON
Вывод вступительной части
Прочитать текст
The Markdown Metadata Generator converts a JSON object into standard YAML front matter that can be pasted at the top of a Markdown file. The generated block uses the --- delimiters expected by static site generators.
Why Use This Tool?
Front matter is the metadata block at the top of Markdown files used by Jekyll, Hugo, Eleventy, and similar tools. Writing it by hand means keeping dashes, indentation, and value types consistent. This tool produces that block from a JSON object so the result is ready to paste.
How It Works
- Paste a JSON object into the input editor.
- Click Generate to send it to the conversion API.
- View the YAML front matter in the output panel.
- Copy the front matter or download it as a .md file.
Key Features
- JSON object to YAML front matter conversion
- Standard --- delimited front matter block
- Live input key count and JSON status
- Copy and download generated YAML
Комментарии (0)
Опишите возникшую проблему, чтобы мы могли её изучить и усовершенствовать инструмент.