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 | b6123354e64ce5592bd6774ba308a44cad1f2547 (patch) | |
| tree | ee0a6fb594b947eab9fa01609bc00b5ce079be0e | |
| parent | 6d381d767a8616798657ff064f5299ad333d0670 (diff) | |
| parent | 2f37ddbfad1af58a91637900907f5c81e297d236 (diff) | |
Merge branch 'master' into _clean
| -rw-r--r-- | ikiwiki.setup | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ikiwiki.setup b/ikiwiki.setup index 2989c0e..bd8b278 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 |
