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 | 7bb737d23498ff5bd054035e2cb00d0e2d44603c (patch) | |
tree | f748543b681835aa2b7e62b3b8b015532740d4e2 | |
parent | 5ad4551baa658f4a49b3cb8ec8733460c8c61645 (diff) | |
parent | 3b77497b8ccbe4a91f37ce1b27fab7c18e793fd6 (diff) |
Merge branch 'wian' into allinone-da
-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 f14a667..ab220a0 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!"', + #}, } |