summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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',
}