diff options
author | Joey Hess <joey@kitenet.net> | 2010-12-11 14:48:52 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-12-11 14:48:52 -0400 |
commit | 99d74b3d6aaf464ffc35ca6504623b547fa340e6 (patch) | |
tree | 68ce0fbc8594dd1a0e00a8fb045492ac484163f5 /doc/plugins | |
parent | 44231a052fab0146185d7e291c36e54018c4b9cd (diff) |
add themes page and remove actiontabs.css from css_market since it is a
theme
Diffstat (limited to 'doc/plugins')
-rw-r--r-- | doc/plugins/theme.mdwn | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/doc/plugins/theme.mdwn b/doc/plugins/theme.mdwn index 2622abc88..ebbb0be8e 100644 --- a/doc/plugins/theme.mdwn +++ b/doc/plugins/theme.mdwn @@ -4,11 +4,8 @@ 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/`. - -A theme provides, via the underlay, an enhanced version of the regular -[[style.css]]. This leaves [[local.css]] free for you to further -customise. Themes can also provide header and background images. +inside `/usr/share/ikiwiki/themes/`. See [[themes]] for an overview +of the themes included in ikiwiki. 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. |