summaryrefslogtreecommitdiff
path: root/ikiwiki.setup
diff options
context:
space:
mode:
Diffstat (limited to 'ikiwiki.setup')
-rw-r--r--ikiwiki.setup8
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