diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ikiwiki.setup | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ikiwiki.setup b/doc/ikiwiki.setup index b79722db9..8c9ce063c 100644 --- a/doc/ikiwiki.setup +++ b/doc/ikiwiki.setup @@ -67,6 +67,9 @@ use IkiWiki::Setup::Standard { #pingurl => [qw{http://rpc.technorati.com/rpc/ping}], # Include discussion links on all pages? discussion => 1, + # To exclude files matching a regexp from processing. This adds to + # the default exclude list. + #exclude => qr/\*.wav/, # Time format (for strftime) #timeformat => '%c', |