summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2008-02-13 20:38:36 +0100
committerJonas Smedegaard <dr@jones.dk>2008-02-13 20:38:36 +0100
commit397a95ae9083a5ae99d1f3e43653c163fbda37ab (patch)
treee417c064c5509d14a276393b2f3d550a7171673a
parenta24265f69e8d581c1ac04386e3a92413a252c23a (diff)
Enable a bunch of plugins.
-rw-r--r--ikiwiki.setup10
1 files changed, 6 insertions, 4 deletions
diff --git a/ikiwiki.setup b/ikiwiki.setup
index fe1a00d..0439b27 100644
--- a/ikiwiki.setup
+++ b/ikiwiki.setup
@@ -130,11 +130,10 @@ use IkiWiki::Setup::Standard {
#recentchangesnum => 100,
# To add plugins, list them here.
- #add_plugins => [qw{goodstuff search wikitext camelcase
- # htmltidy fortune sidebar map rst anonok}],
+ add_plugins => [qw{goodstuff httpauth typography sidebar favicon}],
# If you want to disable any of the default plugins, list them here.
- #disable_plugins => [qw{inline htmlscrubber passwordauth openid}],
- # To add a directory to the perl search path, use this.
+ disable_plugins => [qw{passwordauth openid}],
+ # To add a directory to the perl searh path, use this.
libdir => "/home/debian/private_webdata/golearn/perl",
# For use with the tag plugin, make all tags be located under a
@@ -154,4 +153,7 @@ use IkiWiki::Setup::Standard {
# mirror1 => "http://hostname1",
# mirror2 => "http://hostname2/mirror",
#},
+
+ # Avoid english-only Text::Typography hyphen conversion
+ typographyattributes => 'ie',
}