use warnings;
use strict;
use IkiWiki::Wrapper;
+use IkiWiki::Render;
package IkiWiki::Setup::Standard;
my %startconfig=(%config);
foreach my $wrapper (@{$setup{wrappers}}) {
%config=(%startconfig, verbose => 0, %setup, %{$wrapper});
- checkoptions();
+ checkconfig();
gen_wrapper();
}
%config=(%startconfig);
if defined $setup{$c} && ! ref $setup{$c};
}
$config{rebuild}=1;
- checkoptions();
+
+ checkconfig();
+ lockwiki();
refresh();
debug("done");