summaryrefslogtreecommitdiff
path: root/ikiwiki_nb.setup
diff options
context:
space:
mode:
Diffstat (limited to 'ikiwiki_nb.setup')
-rw-r--r--ikiwiki_nb.setup17
1 files changed, 14 insertions, 3 deletions
diff --git a/ikiwiki_nb.setup b/ikiwiki_nb.setup
index bf8247c..e887979 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_nb',
+ srcdir => 'content_dummy_nb',
# where to build the wiki
destdir => $webdir,
# base url to the wiki
@@ -45,16 +45,20 @@ use IkiWiki::Setup::Standard {
# mode for cgi_wrapper (can safely be made suid)
cgi_wrappermode => '00755',
# rcs backend to use
- rcs => '',
+ rcs => 'git',
# plugins to add to the default configuration
add_plugins => [qw{
}],
# plugins to disable
disable_plugins => [qw{
+ editpage
}],
# location of template files
templatedir => 'templates_nb',
# base wiki source location
+ underlaydirs => [
+ 'content',
+ ],
underlaydir => 'basewiki_nb',
# display verbose messages when building?
#verbose => 1,
@@ -145,7 +149,7 @@ use IkiWiki::Setup::Standard {
# git hook to generate
git_wrapper => $gitdir . '/post-update-ikiwiki-nb',
# mode for git_wrapper (can safely be made suid)
- #git_wrappermode => '06755',
+ git_wrappermode => '06755',
# gitweb url to show file history ([[file]] substituted)
#historyurl => 'http://' . $githost . '/gitweb.cgi?p=' . $gitrepo . '.git;a=history;f=[[file]];hb=master-nb',
# gitweb url to show a diff ([[sha1_to]], [[sha1_from]], [[sha1_parent]], and [[file]] substituted)
@@ -276,4 +280,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!"',
+ #},
}