diff options
author | Jonas Smedegaard <dr@jones.dk> | 2008-11-01 16:35:17 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2008-11-01 16:35:17 +0100 |
commit | ede20f52b195d24a840d91e5ff3864a41e62936f (patch) | |
tree | fe98c0d7af22e56ffeb30ffe50a5fe554b565c39 | |
parent | 8373fc460a61f38f0b3104ea1e6d38f7daacc60e (diff) | |
parent | 3b77497b8ccbe4a91f37ce1b27fab7c18e793fd6 (diff) |
Merge branch 'wian' into allinone-nb
-rw-r--r-- | ikiwiki_nb_admin.setup | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ikiwiki_nb_admin.setup b/ikiwiki_nb_admin.setup index 674e5d6..07176aa 100644 --- a/ikiwiki_nb_admin.setup +++ b/ikiwiki_nb_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!"', + #}, } |