X-Git-Url: https://git.cworth.org/git?p=cworth.org;a=blobdiff_plain;f=ikiwiki.setup;h=801cf20fa00d4b9f608b957ca03cbd4cd390e998;hp=cbc275f8ca665efe7621a4f32c853f19375addf2;hb=8e7c31f12559f96d05a6abb0ee8dcd77a18e0754;hpb=ff6c9ee26e785c98b90c537d2f167861100470b5 diff --git a/ikiwiki.setup b/ikiwiki.setup index cbc275f..801cf20 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -8,7 +8,7 @@ our ($gitrepo, $checkout); BEGIN { - $gitrepo = '/srv/cworth.org/wiki'; + $gitrepo = '/home/srv/cworth.org/wiki'; $checkout = "$gitrepo/ikiwiki-checkout"; } @@ -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,10 +82,10 @@ 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}], + 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}], + disable_plugins => [qw{smiley htmlscrubber}], # For use with the tag plugin, make all tags be located under a # base page.