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 | 41f202e6d6723f469afe9d6e26d445d12a5e18db (patch) | |
tree | 6b7f8cebba4154fd98b28260eff3080b5286ee83 | |
parent | 12892d81a7dee21878e054ae6ae53b390a32a779 (diff) | |
parent | a06e8f940d4dee6ce5a1caf5f30782175723b303 (diff) |
Merge branch 'allinone-da' into allinone-multilang
-rw-r--r-- | ikiwiki_da.setup | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ikiwiki_da.setup b/ikiwiki_da.setup index a8d76d3..d952eec 100644 --- a/ikiwiki_da.setup +++ b/ikiwiki_da.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!"', + #}, } |