diff options
author | Joey Hess <joey@kitenet.net> | 2010-06-16 19:17:18 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-06-16 19:17:18 -0400 |
commit | 184f68efa88d6b8b4763ca18619b25e7d8ae1668 (patch) | |
tree | a9b27047c49246c694b1c465a05c15fe2dba81d5 /doc/plugins | |
parent | eff5e233a2a3bf5e965c17734a3ad765c5fe9df5 (diff) | |
parent | bc32754f1f1ca334078f788a346c27839e245cab (diff) |
Merge branch 'themes'
Diffstat (limited to 'doc/plugins')
-rw-r--r-- | doc/plugins/theme.pm | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/plugins/theme.pm b/doc/plugins/theme.pm new file mode 100644 index 000000000..7149cc163 --- /dev/null +++ b/doc/plugins/theme.pm @@ -0,0 +1,11 @@ +[[!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 +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. |