diff options
author | Jonas Smedegaard <dr@jones.dk> | 2010-08-30 20:01:11 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2010-08-30 20:01:11 +0200 |
commit | 26353169328a95756a8fa33a30c0869be621f2da (patch) | |
tree | 4c96c8ddbac8a38c78065fcb6890965b1f949d04 | |
parent | 28a401a40ad73e0f4c3e596b5212f62922b6e197 (diff) | |
parent | 2f37ddbfad1af58a91637900907f5c81e297d236 (diff) |
Merge branch 'master' 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 |