aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-06-16 15:43:42 -0400
committerJoey Hess <joey@kitenet.net>2010-06-16 15:43:42 -0400
commit062ed44f47d61c3bbbf2e8a7944a9b4e423b735a (patch)
tree9b3624aea731a7c30981305e4babf8cf4d0d6d28 /doc
parenta748f283ace7ff83ac4630674d58767fd2540d8a (diff)
downloadikiwiki-062ed44f47d61c3bbbf2e8a7944a9b4e423b735a.tar
ikiwiki-062ed44f47d61c3bbbf2e8a7944a9b4e423b735a.tar.gz
add theme plugin
Diffstat (limited to 'doc')
-rw-r--r--doc/plugins/theme.pm11
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.