aboutsummaryrefslogtreecommitdiff
path: root/auto-blog.setup
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2010-04-15 15:31:18 -0400
committerJoey Hess <joey@gnu.kitenet.net>2010-04-15 15:31:18 -0400
commitc50d218916d28f6ee1f1ad2b2280e4dd8c90dc1b (patch)
tree78d4b9cdbcdd9f5b24d48604358bf6e681c5df1e /auto-blog.setup
parentbaaa848f6c06b0b3a59677d3551e130c65e5fde7 (diff)
downloadikiwiki-c50d218916d28f6ee1f1ad2b2280e4dd8c90dc1b.tar
ikiwiki-c50d218916d28f6ee1f1ad2b2280e4dd8c90dc1b.tar.gz
enable calendar by default
Makes it a bit easier to include the calendar on the sidebar template.
Diffstat (limited to 'auto-blog.setup')
-rw-r--r--auto-blog.setup3
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",