summaryrefslogtreecommitdiff
path: root/ikiwiki_da.setup
diff options
context:
space:
mode:
Diffstat (limited to 'ikiwiki_da.setup')
-rw-r--r--ikiwiki_da.setup16
1 files changed, 14 insertions, 2 deletions
diff --git a/ikiwiki_da.setup b/ikiwiki_da.setup
index 008197b..31f49a7 100644
--- a/ikiwiki_da.setup
+++ b/ikiwiki_da.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_da',
+ srcdir => $ENV{'HOME'} . '/private_webdata/samplewiki/content_dummy_da',
# 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_da',
# base wiki source location
+ underlaydirs => [
+ $ENV{'HOME'} . '/private_webdata/samplewiki/content_da',
+ ],
underlaydir => $ENV{'HOME'} . '/private_webdata/samplewiki/basewiki_da',
# display verbose messages when building?
#verbose => 1,
@@ -256,4 +261,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!"',
+ #},
}