Recent site activity

Customizing CE‎ > ‎

Themes

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:
  1. Create a /themes directory in your application's root directory.
  2. Copy the dappled folder into the themes folder you just created.
  3. In your application.yml (refer to the Installation instructions if you don't have one yet), add this line:
    theme: dappled
  4. Restart your server.