diff options
author | Jonas Smedegaard <dr@jones.dk> | 2008-11-01 16:34:57 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2008-11-01 16:34:57 +0100 |
commit | 3b77497b8ccbe4a91f37ce1b27fab7c18e793fd6 (patch) | |
tree | 0eeb7f0d8144b7d61c635224d948b044147a3503 | |
parent | bbb4892464ceda30657ab6be47453f435ece5391 (diff) |
Add varioki sample strings.
-rw-r--r-- | ikiwiki.setup | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ikiwiki.setup b/ikiwiki.setup index 5721896..0b2e234 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -256,4 +256,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!"', + #}, } |