From 3835baaa9f77d863e13ead0307d0223d61abc21a Mon Sep 17 00:00:00 2001 From: Joe Rayhawk Date: Sat, 7 May 2011 00:09:02 -0700 Subject: Adding piny_ikiwiki tweakable --- libpiny/lib/Piny/Config.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/libpiny/lib/Piny/Config.pm b/libpiny/lib/Piny/Config.pm index 8a611e5..40dd511 100644 --- a/libpiny/lib/Piny/Config.pm +++ b/libpiny/lib/Piny/Config.pm @@ -219,6 +219,7 @@ tweakable "piny_adminemail" => "jrayhawk\@omgwallhack.org", 'Str'; tweakable "piny_template" => undef, 'Maybe[PathDir]'; # Repo-specific tweakables, in the repos' .git/config files. +tweakable "piny_ikiwiki" => "1", 'Bool'; tweakable "piny_ikiwikidestdir" => "/srv/www/piny.be/", 'PathDir'; tweakable "piny_ikiwikisrcdir" => "/srv/ikiwiki/", 'PathDir'; tweakable "piny_ikiwikiurl" => "http://piny.be/", 'HttpUrl'; -- cgit v1.2.3