CommunityEngine has out-of-the-box support for themes, which are bundles of haml templates, images, and CSS that give the application a unique look and feel. For reference, the distribution includes a sample theme called Dappled in the /sample_files directory. To activate this theme:
- Create a /themes directory in your application's root directory.
- Copy the dappled folder into the themes folder you just created.
- In your application.yml (refer to the Installation instructions if you don't have one yet), add this line:
theme: dappled - Restart your server.
|
|