diff options
author | jrayhawk+piny.svcs.cs.pdx.edu@omgwallhack.org <jrayhawk@piny.svcs.cs.pdx.edu> | 2009-09-14 19:04:30 -0700 |
---|---|---|
committer | jrayhawk+piny.svcs.cs.pdx.edu@omgwallhack.org <jrayhawk@piny.svcs.cs.pdx.edu> | 2009-09-14 19:04:30 -0700 |
commit | bf494bd483818ded6699ff325048b949d649df83 (patch) | |
tree | 79190051971b7b61dd05bbd77729b4cbb97a7243 /usr/local/sbin | |
parent | da0ecd9f5d016055a76a669ce3d91ffac20696b2 (diff) | |
download | piny-code-bf494bd483818ded6699ff325048b949d649df83.tar.gz piny-code-bf494bd483818ded6699ff325048b949d649df83.zip |
Adding 'img' plugin.
Diffstat (limited to 'usr/local/sbin')
-rwxr-xr-x | usr/local/sbin/newrepo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/sbin/newrepo b/usr/local/sbin/newrepo index 2805a1e..3c55861 100755 --- a/usr/local/sbin/newrepo +++ b/usr/local/sbin/newrepo @@ -164,7 +164,7 @@ use IkiWiki::Setup::Standard { prefix_directives => 1, httpauth => 1, # To add plugins, list them here. - add_plugins => [qw{sidebar toc meta table tag httpauth attachment rename remove autoindex map teximg version edittemplate}], + add_plugins => [qw{sidebar toc meta table tag httpauth img attachment rename remove autoindex map teximg version edittemplate}], disable_plugins => [qw{openid passwordauth}], teximg_prefix => \'\\documentclass{scrartcl} \\usepackage[version=3]{mhchem} |