X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=ikiwiki.setup;h=31e459f01ef03168f823a14fbc8601c9d5ad246c;hb=2c7d246cffaccdf22cf9769842e0206b80ded585;hp=cc2c2b940158a4d3bc0460359de8722d1fcbb2bb;hpb=c368f349b015804fb7a4ce81a8a52126c0eedd6d;p=cworth.org diff --git a/ikiwiki.setup b/ikiwiki.setup index cc2c2b9..31e459f 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -19,7 +19,7 @@ use IkiWiki::Setup::Standard { # Be sure to customise these.. srcdir => "$checkout/src", - destdir => "/srv/cworth.org/www", + destdir => "/home/srv/cworth.org/www", url => "http://cworth.org", #cgiurl => "http://example.org/ikiwiki.cgi", @@ -82,7 +82,7 @@ use IkiWiki::Setup::Standard { # To add plugins, list them here. #add_plugins => [qw{goodstuff search wikitext camelcase # htmltidy fortune sidebar map rst anonok}], - add_plugins => [qw{goodstuff pagetemplate}], + add_plugins => [qw{goodstuff pagetemplate rawhtml}], # If you want to disable any of the default plugins, list them here. #disable_plugins => [qw{inline htmlscrubber passwordauth openid}], disable_plugins => [qw{smiley htmlscrubber}],