diff options
author | Jonas Smedegaard <dr@jones.dk> | 2009-08-09 15:38:03 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2009-08-09 15:38:03 +0200 |
commit | 2bdf0decd2cb5e87947f6be7f3b3600733d3441e (patch) | |
tree | 3d1ff1b67741bd6b1203402dd92f0d09f13a9518 /ikiwiki.setup | |
parent | d3f37e66d71617ec66154ce19a3cdc63a0cbd31c (diff) |
Diffstat (limited to 'ikiwiki.setup')
-rw-r--r-- | ikiwiki.setup | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ikiwiki.setup b/ikiwiki.setup index eea6461..008a15c 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -15,7 +15,7 @@ use IkiWiki::Setup::Standard { # users who are banned from the wiki banned_users => [], # where the source of the wiki is located - srcdir => $ENV{'HOME'} . '/public_webdata/hearth/content', + srcdir => $ENV{'HOME'} . '/private_webdata/hearth/content', # where to build the wiki destdir => $ENV{'HOME'} . '/public_websites/helloearth.biks.dk', # base url to the wiki @@ -37,9 +37,9 @@ use IkiWiki::Setup::Standard { passwordauth }], # location of template files - templatedir => $ENV{'HOME'} . '/public_webdata/hearth/templates', + templatedir => $ENV{'HOME'} . '/private_webdata/hearth/templates', # base wiki source location - underlaydir => $ENV{'HOME'} . '/public_webdata/hearth/basewiki', + underlaydir => $ENV{'HOME'} . '/private_webdata/hearth/basewiki', # display verbose messages when building? #verbose => 1, # log to syslog? @@ -71,7 +71,7 @@ use IkiWiki::Setup::Standard { # force ikiwiki to use a particular umask #umask => 022, # extra library and plugin directory - libdir => $ENV{'HOME'} . '/public_webdata/hearth/perl', + libdir => $ENV{'HOME'} . '/private_webdata/hearth/perl', # environment variables ENV => {}, # regexp of source files to ignore |