From 2bdf0decd2cb5e87947f6be7f3b3600733d3441e Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sun, 9 Aug 2009 15:38:03 +0200 Subject: Change public_webdata → private_webdata in config. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ikiwiki.setup | 8 ++++---- 1 file 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 -- cgit v1.2.3