]> sipb.mit.edu Git - sipb-www.git/commitdiff
Enable color plugin
authorQuentin Smith <quentin@mit.edu>
Sat, 20 Mar 2010 17:01:46 +0000 (13:01 -0400)
committerQuentin Smith <quentin@mit.edu>
Sat, 20 Mar 2010 17:01:46 +0000 (13:01 -0400)
ikiwiki.setup

index 0dc4f8ac4fa358dddc5c851d9dca9966fd081933..3078450b287e3c52814e6787ccf652de11fd3c18 100644 (file)
@@ -23,7 +23,7 @@ my %common_setup_args = (
        # IMPORTANT! If you add plugins that involve interface changes, you
        # will need to modify our templates to allow this, as our custom
        # template does not support them yet. See ~/src/ikiwiki/templates
-       add_plugins => [qw(goodstuff html httpauth rename remove 404 attachment)],
+       add_plugins => [qw(goodstuff html httpauth rename remove 404 attachment color)],
        # plugins to disable
        # IMPORTANT! If you reenable passwordauth/openid, you need to
        # do some modifications described in TODO.SIPB in the source-tree