c5labs / theme-boilerplate
A theme boilerplate to start building from.
Installs: 41
Dependents: 1
Suggesters: 0
Security: 0
Stars: 24
Watchers: 7
Forks: 6
Open Issues: 0
Type:concrete5-theme
pkg:composer/c5labs/theme-boilerplate
This package is not auto-updated.
Last update: 2025-11-01 17:54:59 UTC
README
A base to begin building your concrete5 theme.
This package is for concrete 5.7.1+ (also the upcoming version 8) for a < 5.6.x version see here.
Note that if you are not familiar with concrete, want to generate a packaged theme or just want to speed up development, you can fill in a form and generate a customised theme boilerplate at c5labs.com. This will provide you with a customised theme or package zip that you can simply extract to your packages or theme directory without the need to update namespaces, handles, etc.
Installation
- Copy the 'theme-boilerplate' folder to your concrete5 instances 'application/themes' folder.
 - Rename the copied theme folder to your desired theme name.
 - Update the namespace reference, name, description and theme handle within page_theme.php.
 - Login to the instance, click on the Settings icon on the right of the top bar, click 'Pages & Themes'.
 - Click on the 'Install' button next to the theme name you set in step 2.
 - Click on 'Return to Themes' in the lower left hand corner of your screen.
 - You will see the new theme listed, click 'Activate' to apply the theme to your site.
 
Change Log
See the releases here.
License
MIT (See included license file)