diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2010-04-15 15:31:18 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2010-04-15 15:31:18 -0400 |
commit | c50d218916d28f6ee1f1ad2b2280e4dd8c90dc1b (patch) | |
tree | 78d4b9cdbcdd9f5b24d48604358bf6e681c5df1e | |
parent | baaa848f6c06b0b3a59677d3551e130c65e5fde7 (diff) |
enable calendar by default
Makes it a bit easier to include the calendar on the sidebar template.
-rw-r--r-- | auto-blog.setup | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/auto-blog.setup b/auto-blog.setup index 95347167f..0a2a81bf7 100644 --- a/auto-blog.setup +++ b/auto-blog.setup @@ -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", |