diff options
author | Joe Rayhawk <jrayhawk@cobain.omgwallhack.org> | 2011-02-27 00:55:11 -0800 |
---|---|---|
committer | Joe Rayhawk <jrayhawk@cobain.omgwallhack.org> | 2011-02-27 00:55:11 -0800 |
commit | ed0bf4d0239c080326d7ff38dd865a6e11a9ff9c (patch) | |
tree | cbe702bc5ba1d48af8308c89bdafdb5d8a062073 /libpiny/share | |
parent | 6451c6627ba50f5197a07ec224f248c4a6516f3b (diff) | |
download | piny-code-ed0bf4d0239c080326d7ff38dd865a6e11a9ff9c.tar.gz piny-code-ed0bf4d0239c080326d7ff38dd865a6e11a9ff9c.zip |
Adding new 'transient' infrastructure.
Diffstat (limited to 'libpiny/share')
-rw-r--r-- | libpiny/share/ikiwiki.setup | 5 |
1 files changed, 4 insertions, 1 deletions
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} |