summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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!"',
+ #},
}