diff options
author | Joey Hess <joey@kitenet.net> | 2010-06-16 15:43:42 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-06-16 15:43:42 -0400 |
commit | 062ed44f47d61c3bbbf2e8a7944a9b4e423b735a (patch) | |
tree | 9b3624aea731a7c30981305e4babf8cf4d0d6d28 /doc | |
parent | a748f283ace7ff83ac4630674d58767fd2540d8a (diff) | |
download | ikiwiki-062ed44f47d61c3bbbf2e8a7944a9b4e423b735a.tar ikiwiki-062ed44f47d61c3bbbf2e8a7944a9b4e423b735a.tar.gz |
add theme plugin
Diffstat (limited to 'doc')
-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. |