From ed0bf4d0239c080326d7ff38dd865a6e11a9ff9c Mon Sep 17 00:00:00 2001 From: Joe Rayhawk Date: Sun, 27 Feb 2011 00:55:11 -0800 Subject: Adding new 'transient' infrastructure. --- libpiny/share/ikiwiki.setup | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'libpiny/share') diff --git a/libpiny/share/ikiwiki.setup b/libpiny/share/ikiwiki.setup index e6619d4..8080126 100644 --- a/libpiny/share/ikiwiki.setup +++ b/libpiny/share/ikiwiki.setup @@ -54,8 +54,11 @@ use IkiWiki::Setup::Standard { prefix_directives => 1, httpauth => 1, # To add plugins, list them here. - add_plugins => [qw{sidebar toc meta table tag graphviz httpauth img attachment rename remove map teximg version edittemplate rawhtml}], + 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} \\usepackage{amsmath} -- cgit v1.2.3