X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/c43f5308ff5b27fd9174f880f50fa2eb5ff7d150..bca1f16385d72230f56a38b2105b6ab4e9783350:/doc/plugins/theme.mdwn diff --git a/doc/plugins/theme.mdwn b/doc/plugins/theme.mdwn index 58ac9c593..5261df111 100644 --- a/doc/plugins/theme.mdwn +++ b/doc/plugins/theme.mdwn @@ -5,10 +5,10 @@ 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 inside `/usr/share/ikiwiki/themes/`. See [[themes]] for an overview -of the themes included in ikiwiki. +of the themes included in ikiwiki and the [[theme market]] for third party themes. You can set the theme via the **theme** option in your config file (after -enabling the plugin). Refresh the wiki after changing it to see the changes. +enabling the plugin). Refresh the wiki (with `ikiwiki -setup `, `--setup` won't work, they are not interchangable) after changing it to see the changes. Hints for theme builders ------------------------ @@ -16,5 +16,3 @@ 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 - * If you *do* override a template, note that you will need to rebuild the wiki for it to be applied... - * ...it may therefore be preferable to load the template directly in your browser to develop it