summaryrefslogtreecommitdiff
path: root/ikiwiki.setup
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2008-02-17 15:18:03 +0100
committerJonas Smedegaard <dr@jones.dk>2008-02-17 15:18:03 +0100
commite8ea0ea425e447fcca965ac3c8a2c210a6fc6e25 (patch)
treee42518fa8c11bef40b1669f0917e624c906b30ae /ikiwiki.setup
parent0c7db5df830f542b03520df9806d14d006ef2ac0 (diff)
Enable graphviz plugin.
Diffstat (limited to 'ikiwiki.setup')
-rw-r--r--ikiwiki.setup2
1 files changed, 1 insertions, 1 deletions
diff --git a/ikiwiki.setup b/ikiwiki.setup
index af99901..a92d62a 100644
--- a/ikiwiki.setup
+++ b/ikiwiki.setup
@@ -133,7 +133,7 @@ use IkiWiki::Setup::Standard {
#recentchangesnum => 100,
# To add plugins, list them here.
- add_plugins => [qw{goodstuff httpauth typography sidebar favicon}],
+ add_plugins => [qw{goodstuff httpauth typography sidebar favicon graphviz}],
# If you want to disable any of the default plugins, list them here.
disable_plugins => [qw{passwordauth openid}],
# To add a directory to the perl searh path, use this.