2010-06-16 21:43:42 +02:00
|
|
|
[[!template id=plugin name=theme author="[[Joey]]"]]
|
|
|
|
[[!tag type/web]]
|
|
|
|
|
|
|
|
The theme plugin allows easily applying a theme to your wiki, by
|
|
|
|
configuring the `theme` setting in the setup file with the name of a theme
|
|
|
|
to use. The themes you can choose from are all subdirectories, typically
|
2010-12-11 19:48:52 +01:00
|
|
|
inside `/usr/share/ikiwiki/themes/`. See [[themes]] for an overview
|
2012-02-25 20:48:46 +01:00
|
|
|
of the themes included in ikiwiki and the [[theme market]] for third party themes.
|
2010-10-23 04:16:00 +02:00
|
|
|
|
|
|
|
You can set the theme via the **theme** option in your config file (after
|
2015-03-01 17:14:32 +01:00
|
|
|
enabling the plugin). Refresh the wiki (with `ikiwiki --setup <file>`)
|
|
|
|
after changing it to see the changes.
|
2011-12-16 07:40:00 +01:00
|
|
|
|
|
|
|
Hints for theme builders
|
|
|
|
------------------------
|
|
|
|
|
|
|
|
* Start from an existing [[CSS file|css]], see also the [[css market]] for examples
|
|
|
|
* You can override the [[templates]] files by dropping them in a `templates` subdirectory
|
|
|
|
* Try to stick with modifying the CSS however, maintaining custom templates is harder
|