/cms-modern-theme

Enonic CMS theming plugin

Primary LanguageJava

cms-modern-theme

Original Enonic CMS comes with hard to read small fonts and enough old 256 color images.

Enonic CMS admin area screenshot

This plugin changes resources and CSS'es on the fly. just put jar to CMS_HOME/plugins directory and it will work. minimum CMS version requirement is Enonic CMS 4.7.4 .

Enonic CMS admin area screenshot with theme

Structure of theme

/resources folder contains images to override. the path to image inside this folder must be the same as in url.

/scripts folder contains javascripts to edit CSS dymamically. the name must be name of resource + .js

Building

  1. clone repository
  2. mvn package