diff options
author | Jonas Smedegaard <dr@jones.dk> | 2008-08-11 11:29:04 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2008-08-11 11:29:04 +0200 |
commit | d33f1d8ec9b00abf0d34d1bfc12839f85f05d64a (patch) | |
tree | 2582295579e0e2b6fea297fe0d4b95b65f6191c3 | |
parent | f805de7bc466b26c2b88c8598bc5108b0932f652 (diff) | |
parent | 9917b59aa2c73d3a4231d42f11146ab1a9d607da (diff) |
Merge branch '_scs' into scs
-rw-r--r-- | ikiwiki.setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ikiwiki.setup b/ikiwiki.setup index 78182ba..1055ef4 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -12,7 +12,7 @@ use IkiWiki::Setup::Standard { # Be sure to customise these.. srcdir => $ENV{'HOME'} . "/private_webdata/samplewiki/content", - destdir => $ENV{'HOME'} . "/public_websites/wiki.example.org/wiki", + destdir => $ENV{'HOME'} . "/public_websites/wiki.example.org", url => "http://wiki.example.org", cgiurl => "http://wiki.example.org/ikiwiki.cgi", |