From c6fa357ed3f504cc5e629df5c84cfbd92d90ad32 Mon Sep 17 00:00:00 2001 From: Joe Rayhawk Date: Thu, 14 Apr 2011 19:04:13 -0700 Subject: Reorganize and add comment on tranisnet pages --- libpiny/share/ikiwiki.setup | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'libpiny/share') diff --git a/libpiny/share/ikiwiki.setup b/libpiny/share/ikiwiki.setup index c3e738a..1128143 100644 --- a/libpiny/share/ikiwiki.setup +++ b/libpiny/share/ikiwiki.setup @@ -56,8 +56,6 @@ use IkiWiki::Setup::Standard { # To add plugins, list them here. add_plugins => [qw{autoindex sidebar toc meta table tag graphviz httpauth img attachment rename remove map teximg version edittemplate rawhtml}], disable_plugins => [qw{openid passwordauth}], - autoindex_commit => 0, - tag_autocreate_commit => 0, teximg_prefix => "\\documentclass{scrartcl} \\usepackage[version=3]{mhchem} @@ -72,6 +70,11 @@ use IkiWiki::Setup::Standard { # For use with the tag plugin, make all tags be located under a # base page. tagbase => "tag", + tag_autocreate => 1, + + # this uses transient.pm, which shows up in Ikiwiki in early 2011 + tag_autocreate_commit => 0, + autoindex_commit => 0, # For use with the search plugin if your estseek.cgi is located # somewhere else. -- cgit v1.2.3