diff options
author | Jonas Smedegaard <dr@jones.dk> | 2008-11-01 16:37:55 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2008-11-01 16:37:55 +0100 |
commit | abd1cd0a46a9aa315e9b72e68f5fab8742c9b567 (patch) | |
tree | 49b36d2f7fc077624a20152cf586947edb6ad023 | |
parent | 41f202e6d6723f469afe9d6e26d445d12a5e18db (diff) | |
parent | de2886aae9fa20c34a3a6341546d8b4e1b39484e (diff) |
Merge branch 'allinone-nb' into allinone-multilang
-rw-r--r-- | ikiwiki_nb.setup | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ikiwiki_nb.setup b/ikiwiki_nb.setup index e9477d8..d7cab6b 100644 --- a/ikiwiki_nb.setup +++ b/ikiwiki_nb.setup @@ -262,4 +262,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!"', + #}, } |