Homepage Curation is an early Labs feature. It appears only when your active Ghost theme declares homepage-curation slots in its manifest.
Requirements
Your theme must declare ahomepage_curation section in its outpost-manifest.yaml. See the Theme Manifest Reference for the schema. When the active theme declares curation slots, a Homepage Curation item appears in the Outpost menu under Posts.
How it works
- Your theme defines sections (for example, “Featured (US)”) and slots within them. Each slot is a position on the homepage bound to a Ghost tag.
- Open Homepage Curation, choose a section, and assign a post to each slot from the post picker.
- Publishing moves the slot’s tag onto the post you chose (and off the previous one), so the theme renders your pick. No manual tag editing in Ghost.
Related
Theme Manifest Reference
The homepage_curation manifest schema.
Manifest Getting Started
How theme manifests work.

