diff options
-rw-r--r-- | libpiny/share/ikiwiki.setup | 7 |
1 files changed, 5 insertions, 2 deletions
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. |