diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2010-09-09 11:57:05 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2010-09-09 11:57:05 +0200 |
commit | c208f165fd549102c8e56b513d03da864bd3aedb (patch) | |
tree | b019a7c17f3e0b9ad595372662feed4f49f4b5d2 | |
parent | 477007939a2d837412d536aacf152e9dd594d883 (diff) |
ikiwiki.setup: Enable search plugin.
-rw-r--r-- | ikiwiki.setup | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ikiwiki.setup b/ikiwiki.setup index 8e187ccf..deb1b17d 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -59,7 +59,10 @@ IkiWiki::Setup::Standard->import({ # rcs backend to use rcs => 'git', # plugins to add to the default configuration - add_plugins => [qw{goodstuff cutpaste editdiff edittemplate favicon html sidebar table txt copyright license texinfo}], + add_plugins => [qw{goodstuff + cutpaste editdiff edittemplate favicon html search + sidebar table txt + copyright license texinfo}], # plugins to disable disable_plugins => [], # additional directory to search for template files |