Creator — Building a Ghost Theme (Work Log)
Back to projectBuilding Creator, a free open-source multipurpose Ghost theme — documented step by step, in the open.
Build log
23 Jul 2026
1 min read
Part 23 — Building the homepage
Assembled home.hbs from the components built so far.
Sections
- Hero / intro.
- Featured posts (
{{#get}}withfilter="featured:true"). - Latest grid using the post card.
- Section pulling in recent projects.
Routing
routes:
/:
template: home
Note
The homepage is mostly assembly now — the reward for building reusable partials and {{#get}} queries earlier.
Advertisement