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 | 4fd1f168563f5ef35eb94a0d3abcaee912872a07 (patch) | |
| tree | b94e745179feaed3976359f2e954d1fcb737fd1d | |
| parent | cba18592fa1db4c492cb99b29dfa8e23edee0f84 (diff) | |
| parent | da42773f4e4efc56f4233dbe5fb5d8070bf632fb (diff) | |
Merge branch '_nb' 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 |
