๐๏ธ Architecture overview
This page describes the stack, repo layout, and how the custom theme fits into the broader application (site + docs).
๐๏ธ Theme system
The theme is built around CUBE CSS (Composition, Utility, Block, Exception), design tokens in CSS, and a clear split between global, site, and blog styles.
๐๏ธ Templates and partials
Ghost chooses a root template based on route and context. Each template can include partials (reusable blocks). This page lists what exists and where itโs used.