diff options
Diffstat (limited to 'ikiwiki.setup')
-rw-r--r-- | ikiwiki.setup | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ikiwiki.setup b/ikiwiki.setup index e3be550..ec22c03 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -224,4 +224,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_tagline' => '"Yet another ikiwiki site!"', + #}, } |