PullPress for Hugo
A friendly CMS for your Hugo site
Hugo sites are Markdown all the way down — which is exactly what PullPress speaks. Editors get a rich text editor that writes clean Markdown into content/, with frontmatter handled by forms.
content/posts/my-first-post.md
- Page bundles (index.md + images in one folder) supported natively
- TOML (+++), YAML (---) and JSON frontmatter all round-trip — a TOML file stays TOML on save
- Frontmatter keys you don't manage stay untouched, in order — YAML comments and anchors survive saves too
- Taxonomies like tags and categories become select fields
- Data files (data/*.yml, *.json, *.toml) are editable through structured forms
- Multilingual content via filename suffixes (post.nl.md)