]> git.cworth.org Git - cworth.org/commitdiff
Configure cworth.org-specific settings
authorCarl Worth <cworth@cworth.org>
Tue, 22 May 2007 06:41:04 +0000 (23:41 -0700)
committerCarl Worth <cworth@cworth.org>
Tue, 22 May 2007 06:54:07 +0000 (23:54 -0700)
ikiwiki.setup

index 42404089678d7ad7faa1fa313582fd9bf3d5bcba..d006f8cfb6e290c29de06f2ffda3fbc564394229 100644 (file)
@@ -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",