X-Git-Url: https://git.cworth.org/git?p=ikiwiki-bootstrap;a=blobdiff_plain;f=ikiwiki.setup;h=606eb4c15c579ef0326fa8809bd66321d72c53b0;hp=c0cc708ffce61fcc9897ee98cecfc21c70b23e51;hb=HEAD;hpb=8718fedf9ef5c5da0f3628c92b0f33d94d07a424 diff --git a/ikiwiki.setup b/ikiwiki.setup index c0cc708..606eb4c 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -46,7 +46,7 @@ use IkiWiki::Setup::Standard { # And you'll likely want to customise these as well wikiname => "MyWiki", #adminuser => ["yourname", ], - adminemail => "me@example.org", + adminemail => 'me@example.org', # Everything else can be customised on an as-needed basis srcdir => "$checkout/src", @@ -61,7 +61,7 @@ use IkiWiki::Setup::Standard { # in underlay. I suppose if you have some files common to # several separate wiki instances then the underlay might # still be useful. But for now, we'll just leave it off. - underlaydir = "/dev/null", + underlaydir => "/dev/null", # Git stuff. rcs => "git",