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 | da42773f4e4efc56f4233dbe5fb5d8070bf632fb (patch) | |
tree | fefceaa2a7a7e1265ec0b9d5c9586116e76660bb | |
parent | 2531d1bc5c30380c4bab912f0eb215fc30d3574e (diff) | |
parent | 2f37ddbfad1af58a91637900907f5c81e297d236 (diff) |
Merge branch 'master' into _nb
-rw-r--r-- | ikiwiki_nb.setup | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ikiwiki_nb.setup b/ikiwiki_nb.setup index 806c397..22189c9 100644 --- a/ikiwiki_nb.setup +++ b/ikiwiki_nb.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 |