QuokkaWiki Themes
QuokkaWiki is designed to be easily themable by following these steps:
- Go to the templates directory in QuokkaWiki.
- Make a copy of the default/ directory and default.html file. (For the rest of this document, we'll imagine you have named theme newtheme/ and newtheme.html.
- Edit conf/prefs.module and change template_name to "newtheme" (you are now using the new theme files).
- Open newtheme.html and look for tags that look like this: {WIKI_TITLE}. These are placeholders for QuokkaWiki content, and are the only thing that need to be preserved in the page. Any other HTML elements can be modified, added or removed.
- Open newtheme/style.css and modify CSS rules as appropriate.
|