Skip to main content
Homepage Curation is an early Labs feature. It appears only when your active Ghost theme declares homepage-curation slots in its manifest.
Homepage Curation lets you choose which post fills each curated region of your homepage — hero carousels, topic rows, and the like — from one screen in Outpost, instead of adding and removing Ghost tags by hand.

Requirements

Your theme must declare a homepage_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.

Theme Manifest Reference

The homepage_curation manifest schema.

Manifest Getting Started

How theme manifests work.