diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2012-06-15 09:17:13 +0100 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2012-06-15 09:17:13 +0100 |
commit | a4600ef9929dc895666db181b64b51c247cbbf31 (patch) | |
tree | 8061ebd21dde02752c40540e0ac9aab5c6b8779f | |
parent | 8a2148a93791ec79c2d6c80ab65429d08d7420ee (diff) |
Suggest people make "lightweight" themes
-rw-r--r-- | doc/THEMES.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/THEMES.md b/doc/THEMES.md index 55c0c017f..50335c082 100644 --- a/doc/THEMES.md +++ b/doc/THEMES.md @@ -44,6 +44,19 @@ This downloads and installs the theme in `vendor/plugins/alavetelitheme` and contains examples for nearly everything you might want to customise. +# Make sure your theme is as lightweight as possible + +The more you put in your theme, the harder it will be to upgrade to +future versions of Alaveteli. Everything you place in your theme +overrides things in the core theme, so if you make a new "main +template", then new widgets that appear in the core theme won't appear +on your website. + +Therefore, you should consider how you can brand your website without +changing much in the core theme. The ideal would be if you are able +to rebrand the site by only changing the CSS. You will also need to +add custom help pages, as described below. + # Branding the site The core templates that comprise the layout and user interface of an |