diff options
-rw-r--r-- | ikiwiki_da_admin.setup | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ikiwiki_da_admin.setup b/ikiwiki_da_admin.setup index ecd104e..301c3a6 100644 --- a/ikiwiki_da_admin.setup +++ b/ikiwiki_da_admin.setup @@ -261,4 +261,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!"', + #}, } |