Integration Overview
For toa://scribe to work with your repo, two things are required:
- A
scribe.yamlconfig file in your repo - Templates that read the fields scribe writes to front matter
The bootstrap wizard handles scribe.yaml automatically.
The template changes are small and documented in the Hugo and Astro guides.
What scribe writes
Section titled “What scribe writes”When you publish a post, scribe writes a standard Markdown file with YAML front matter:
---title: "My post title"date: 2026-05-21T14:32:00+02:00author: torcategories: - reviewtags: - hugo - cmsfeature_image: /images/posts/2026-05-21-my-post-abc123.webpdraft: false---
Post body starts here...Your templates must read these fields — especially feature_image and categories.