diff options
Diffstat (limited to 'ikiwiki_da.setup')
-rw-r--r-- | ikiwiki_da.setup | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/ikiwiki_da.setup b/ikiwiki_da.setup index 89fbcf4..1a498b3 100644 --- a/ikiwiki_da.setup +++ b/ikiwiki_da.setup @@ -33,7 +33,7 @@ use IkiWiki::Setup::Standard { # users who are banned from the wiki banned_users => [], # where the source of the wiki is located - srcdir => 'content_da', + srcdir => 'content_dummy_da', # where to build the wiki destdir => $webdir, # base url to the wiki @@ -51,10 +51,14 @@ use IkiWiki::Setup::Standard { }], # plugins to disable disable_plugins => [qw{ + editpage }], # location of template files templatedir => 'templates_da', # base wiki source location + underlaydirs => [ + 'content_da', + ], underlaydir => 'basewiki_da', # display verbose messages when building? #verbose => 1, @@ -276,4 +280,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_tagline' => '"Yet another ikiwiki site!"', + #}, } |