summaryrefslogtreecommitdiff
path: root/ikiwiki.setup
diff options
context:
space:
mode:
Diffstat (limited to 'ikiwiki.setup')
-rw-r--r--ikiwiki.setup9
1 files changed, 7 insertions, 2 deletions
diff --git a/ikiwiki.setup b/ikiwiki.setup
index ec22c03..6504876 100644
--- a/ikiwiki.setup
+++ b/ikiwiki.setup
@@ -25,7 +25,7 @@ use IkiWiki::Setup::Standard {
# users who are banned from the wiki
banned_users => [],
# where the source of the wiki is located
- srcdir => $basedir . '/content',
+ srcdir => $basedir . '/content_dummy',
# where to build the wiki
destdir => $builddir . '/html',
# base url to the wiki
@@ -40,13 +40,18 @@ use IkiWiki::Setup::Standard {
rcs => 'git',
# plugins to add to the default configuration
add_plugins => [qw{
+ h1title
}],
# plugins to disable
disable_plugins => [qw{
+ editpage
}],
# location of template files
templatedir => $basedir . '/templates',
# base wiki source location
+ underlaydirs => [
+ $basedir . '/content',
+ ],
underlaydir => $basedir . '/basewiki',
# display verbose messages when building?
#verbose => 1,
@@ -55,7 +60,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?