summaryrefslogtreecommitdiff
path: root/ikiwiki.setup
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2008-11-01 16:35:16 +0100
committerJonas Smedegaard <dr@jones.dk>2008-11-01 16:35:16 +0100
commit06cb44b51ca8368e75ef64cd885401c360a61000 (patch)
treec1e3de8a8aa76f07951e534dbb929b9ece9c4d21 /ikiwiki.setup
parentd78060b9abb6991a6a9e7cf7b46e022f53cec98a (diff)
parent3b77497b8ccbe4a91f37ce1b27fab7c18e793fd6 (diff)
Merge branch 'wian' into allinone
Diffstat (limited to 'ikiwiki.setup')
-rw-r--r--ikiwiki.setup7
1 files changed, 7 insertions, 0 deletions
diff --git a/ikiwiki.setup b/ikiwiki.setup
index 91a98be..3e2153c 100644
--- a/ikiwiki.setup
+++ b/ikiwiki.setup
@@ -259,4 +259,11 @@ use IkiWiki::Setup::Standard {
#websetup_force_plugins => [],
# show unsafe settings, read-only, in web interface?
#websetup_show_unsafe => 1,
+
+ # varioki plugin (strings are eval'ed: double-quote actual strings!)
+ #varioki => {
+ # 'branding_logo_text' => '"Example Website"',
+ # 'branding_logo' => '"logo.png"',
+ # 'branding_logo_text' => '"Yet another ikiwiki site!"',
+ #},
}