diff options
author | Jonas Smedegaard <dr@jones.dk> | 2008-11-01 16:37:32 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2008-11-01 16:37:32 +0100 |
commit | a06e8f940d4dee6ce5a1caf5f30782175723b303 (patch) | |
tree | 420e77b6c49b3fa17dac530333991788417ee3bd | |
parent | 7bb737d23498ff5bd054035e2cb00d0e2d44603c (diff) |
Add varioki sample strings to non-admin config.
-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 4a565ce..11c67e3 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!"', + #}, } |