summaryrefslogtreecommitdiff
path: root/ikiwiki_nb.setup
diff options
context:
space:
mode:
Diffstat (limited to 'ikiwiki_nb.setup')
-rw-r--r--ikiwiki_nb.setup16
1 files changed, 14 insertions, 2 deletions
diff --git a/ikiwiki_nb.setup b/ikiwiki_nb.setup
index 7d8ceff..6e1a7f9 100644
--- a/ikiwiki_nb.setup
+++ b/ikiwiki_nb.setup
@@ -33,7 +33,7 @@ use IkiWiki::Setup::Standard {
# users who are banned from the wiki
banned_users => [],
# where the source of the wiki is located
- srcdir => 'content',
+ srcdir => 'content_dummy',
# where to build the wiki
destdir => $webdir,
# base url to the wiki
@@ -51,10 +51,15 @@ use IkiWiki::Setup::Standard {
}],
# plugins to disable
disable_plugins => [qw{
+ editpage
}],
# location of template files
templatedir => 'templates',
# base wiki source location
+ underlaydirs => [
+ 'content',
+ ],
+ # Some plugins (smiley in particular) need non-localized master underlay
underlaydir => 'basewiki',
# display verbose messages when building?
#verbose => 1,
@@ -63,7 +68,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?
@@ -276,4 +281,11 @@ use IkiWiki::Setup::Standard {
#websetup_force_plugins => [],
# show unsafe settings, read-only, in web interface?
#websetup_show_unsafe => 1,
+
+ # varioki plugin (strings are eval'ed: double-quote actual strings!)
+ #varioki => {
+ # 'branding_logo_text' => '"Example Website"',
+ # 'branding_logo' => '"logo.png"',
+ # 'branding_logo_tagline' => '"Yet another ikiwiki site!"',
+ #},
}