summaryrefslogtreecommitdiff
path: root/ikiwiki.setup
diff options
context:
space:
mode:
Diffstat (limited to 'ikiwiki.setup')
-rw-r--r--ikiwiki.setup11
1 files changed, 8 insertions, 3 deletions
diff --git a/ikiwiki.setup b/ikiwiki.setup
index 2b7a662..2e11538 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'} . '/private_webdata/samplewiki/content',
+ srcdir => $ENV{'HOME'} . '/private_webdata/samplewiki/content_dummy',
# where to build the wiki
destdir => $ENV{'HOME'} . '/public_websites/wiki.example.org',
# base url to the wiki
@@ -31,10 +31,15 @@ use IkiWiki::Setup::Standard {
# plugins to add to the default configuration
add_plugins => [],
# plugins to disable
- disable_plugins => [],
+ disable_plugins => [qw{
+ editpage
+ }],
# location of template files
templatedir => $ENV{'HOME'} . '/private_webdata/samplewiki/templates',
# base wiki source location
+ underlaydirs => [
+ $ENV{'HOME'} . "/private_webdata/samplewiki/content",
+ ],
underlaydir => $ENV{'HOME'} . '/private_webdata/samplewiki/basewiki',
# display verbose messages when building?
#verbose => 1,
@@ -43,7 +48,7 @@ use IkiWiki::Setup::Standard {
# create output files named page/index.html?
usedirs => 1,
# use '!'-prefixed preprocessor directives?
- prefix_directives => 0,
+ prefix_directives => 1,
# use page/index.mdwn source files
indexpages => 0,
# enable Discussion pages?