Adding a subsite requires modifications to the following components:
- Models (
models/): Define the data structure and fields for your subsite - Databags (
databags/): Store configuration and content data - Content Structure (
content/): Create the directory structure for your subsite pages - Templates (
templates/): Create templates to render your subsite
For a complete example, examine the sponsors subsite implementation across these directories.