summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Rayhawk <jrayhawk@cobain.omgwallhack.org>2011-02-27 00:55:11 -0800
committerJoe Rayhawk <jrayhawk@cobain.omgwallhack.org>2011-02-27 00:55:11 -0800
commited0bf4d0239c080326d7ff38dd865a6e11a9ff9c (patch)
treecbe702bc5ba1d48af8308c89bdafdb5d8a062073
parent6451c6627ba50f5197a07ec224f248c4a6516f3b (diff)
downloadpiny-code-ed0bf4d0239c080326d7ff38dd865a6e11a9ff9c.tar.gz
piny-code-ed0bf4d0239c080326d7ff38dd865a6e11a9ff9c.zip
Adding new 'transient' infrastructure.
-rw-r--r--libpiny/share/ikiwiki.setup5
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}