diff options
author | Jonas Smedegaard <dr@jones.dk> | 2010-08-30 20:37:09 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2010-08-30 20:37:09 +0200 |
commit | 2673bd5001052f00df09256ae060dce494d17651 (patch) | |
tree | 8d9bbb5e716f15f83e3b00cd2494119d995f2721 | |
parent | 19945dab9f2184a2eff75525e10d8594aac3d311 (diff) | |
parent | 26353169328a95756a8fa33a30c0869be621f2da (diff) |
Merge branch '_scs' into scs
-rw-r--r-- | ikiwiki.setup | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ikiwiki.setup b/ikiwiki.setup index ef3e187..aff75a0 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -29,9 +29,11 @@ use IkiWiki::Setup::Standard { # rcs backend to use rcs => 'git', # plugins to add to the default configuration - add_plugins => [], + add_plugins => [qw{ + }], # plugins to disable - disable_plugins => [], + disable_plugins => [qw{ + }], # location of template files templatedir => $ENV{'HOME'} . '/private_webdata/samplewiki/templates', # base wiki source location |