X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=ikiwiki.setup;h=180bb8e1b3b69d58c7657cce40dd954c0ff76b03;hb=07eb4c362e1fd0da0c87a871f64f2fe95762eb2b;hp=1159b521cf9c075201a553284725f545adb9cc6a;hpb=44501662f116639167e4b6d94430f3a2cae213c4;p=ikiwiki-bootstrap diff --git a/ikiwiki.setup b/ikiwiki.setup index 1159b52..180bb8e 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -44,9 +44,9 @@ use IkiWiki::Setup::Standard { adminemail => 'me@example.org', # Everything else can be customised on an as-needed basis - srcdir => "$checkout/src"; + srcdir => "$checkout/src", templatedir => "$checkout/templates", - underlaydir => "$checkout/underlay"; + underlaydir => "$checkout/underlay", # Git stuff. rcs => "git", @@ -66,7 +66,7 @@ use IkiWiki::Setup::Standard { # Instead of overwriting git's post-update script # we generate a new program that can be called by # post-update as desired. - wrapper => "$gitrepo/hooks/post-update", + wrapper => "$gitrepo/hooks/ikiwiki-post-update", wrappermode => "04755", # Enable mail notifications of commits. #notify => 1,