Theme Portfolio Docs
Theme Portfolio is the first-party Capell theme for creators, consultants, independent studios, case studies, services, media kits, and newsletters.
Read Next
Section titled “Read Next”Developer Starting Points
Section titled “Developer Starting Points”| Need | Start Here |
|---|---|
| Theme definition and optional integrations | src/PortfolioThemeServiceProvider.php |
| Demo content install | src/Console/Commands/DemoCommand.php, src/Actions/InstallPortfolioThemeDemoAction.php |
| Optional integration flags | Core ViewSectionRenderer extra view data |
| Theme management entry | src/Manifest/ThemeManagementPageContribution.php |
| Health diagnostics | src/Health/ThemePortfolioHealthCheck.php |
| Public output checks | tests/Unit/PublicOutputSafetyTest.php |
Section Integrations
Section titled “Section Integrations”Portfolio-specific sections can use:
- Content Sections for the
case-studiessection. - Media Library for the
work-gridsection. - Newsletter for the
newslettersection.
These integrations must stay optional so the theme can install before a host app chooses its content, media, and audience-capture stack.