diff options
Diffstat (limited to 'ikiwiki_nb.setup')
-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 584ff64..bf8247c 100644 --- a/ikiwiki_nb.setup +++ b/ikiwiki_nb.setup @@ -47,9 +47,11 @@ use IkiWiki::Setup::Standard { # rcs backend to use rcs => '', # 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 => 'templates_nb', # base wiki source location |