]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/ikiwiki.setup
avoid floating boxes running up against the line at the bottom of the page
[ikiwiki.git] / doc / ikiwiki.setup
index 9310a455668a9b24d5710118302d6839c00a36b1..bf1aa3703a41d8d48f1a66a98e849929947d5664 100644 (file)
@@ -72,10 +72,16 @@ use IkiWiki::Setup::Standard {
        #exclude => qr/\*.wav/,
        # Time format (for strftime)
        #timeformat => '%c',
+       # Locale to use. Must be a UTF-8 locale.
+       #locale => 'en_US.UTF-8',
+       # Logging settings:
+       verbose => 0,
+       syslog => 0,
        
        # To add plugins, list them here.
        #add_plugins => [qw{meta tag pagecount brokenlinks search smiley
-       #                   wikitext camelcase pagestats htmltidy}],
+       #                   wikitext camelcase pagestats htmltidy fortune
+       #                   sidebar map rst}],
        # If you want to disable any of the default plugins, list them here.
        #disable_plugins => [qw{inline htmlscrubber}],
 }