From: Carl Worth Date: Tue, 22 May 2007 06:41:04 +0000 (-0700) Subject: Configure cworth.org-specific settings X-Git-Url: https://git.cworth.org/git?p=cworth.org;a=commitdiff_plain;h=75a985002c9cd2833fa32ae6ef97206d72b5ab96 Configure cworth.org-specific settings --- diff --git a/ikiwiki.setup b/ikiwiki.setup index 4240408..d006f8c 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -6,18 +6,18 @@ # Remember to re-run ikiwiki --setup any time you edit this file. use IkiWiki::Setup::Standard { - wikiname => "MyWiki", + wikiname => "cworth.org", #adminuser => ["yourname", ], - adminemail => 'me@example.org', + adminemail => 'cworth@cworth.org', # Be sure to customise these.. - srcdir => "/path/to/source", - destdir => "/var/www/wiki", + srcdir => "/srv/cworth.org/wiki/checkout/src", + destdir => "/srv/cworth.org/www", - url => "http://example.org/wiki", - cgiurl => "http://example.org/ikiwiki.cgi", + url => "http://cworth.org", + #cgiurl => "http://example.org/ikiwiki.cgi", #templatedir => "/usr/share/ikiwiki/templates", - #underlaydir => "/usr/share/ikiwiki/basewiki", + underlaydir => "/dev/null", # Git stuff. #rcs => "git",