diff options
author | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2011-04-14 19:04:13 -0700 |
---|---|---|
committer | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2011-04-14 19:04:13 -0700 |
commit | c6fa357ed3f504cc5e629df5c84cfbd92d90ad32 (patch) | |
tree | 97edd14cb545d63a8e1d280a31eba155f12018e3 /libpiny/share/ikiwiki.setup | |
parent | bd655199f5bb7f5a214ec45de68e01f28d68483e (diff) | |
download | piny-code-c6fa357ed3f504cc5e629df5c84cfbd92d90ad32.tar.gz piny-code-c6fa357ed3f504cc5e629df5c84cfbd92d90ad32.zip |
Reorganize and add comment on tranisnet pages
Diffstat (limited to 'libpiny/share/ikiwiki.setup')
-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. |