enable calendar by default
Makes it a bit easier to include the calendar on the sidebar template.master
parent
baaa848f6c
commit
c50d218916
|
@ -36,7 +36,7 @@ IkiWiki::Setup::Automator->import(
|
|||
cgiurl => "http://$domain/~$ENV{USER}/$wikiname_short/ikiwiki.cgi",
|
||||
cgi_wrapper => "$ENV{HOME}/public_html/$wikiname_short/ikiwiki.cgi",
|
||||
adminemail => "$ENV{USER}\@$domain",
|
||||
add_plugins => [qw{goodstuff websetup comments opendiscussion blogspam}],
|
||||
add_plugins => [qw{goodstuff websetup comments opendiscussion blogspam calendar}],
|
||||
disable_plugins => [qw{}],
|
||||
libdir => "$ENV{HOME}/.ikiwiki",
|
||||
rss => 1,
|
||||
|
@ -46,6 +46,7 @@ IkiWiki::Setup::Automator->import(
|
|||
example => "blog",
|
||||
comments_pagespec => "posts/* and !*/Discussion",
|
||||
blogspam_pagespec => "postcomment(*)",
|
||||
archive_pagespec => "posts/* and !*/Discussion",
|
||||
discussion => 0,
|
||||
locked_pages => "*",
|
||||
tagbase => "tags",
|
||||
|
|
Loading…
Reference in New Issue