disable openid when building doc dir

master
Joey Hess 2010-05-15 23:24:57 -04:00
parent 0ab4496237
commit 0e13c97345
1 changed files with 2 additions and 1 deletions

View File

@ -29,7 +29,8 @@ use IkiWiki::Setup::Standard {
usedirs => 0, usedirs => 0,
prefix_directives => 1, prefix_directives => 1,
add_plugins => [qw{goodstuff version haiku polygen fortune table}], add_plugins => [qw{goodstuff version haiku polygen fortune table}],
disable_plugins => [qw{recentchanges}], # not appropriate for doc dir # not appropriate for doc dir
disable_plugins => [qw{recentchanges openid}],
rcs => $rcs, rcs => $rcs,
gitorigin_branch => '', # don't pull during build gitorigin_branch => '', # don't pull during build
} }