aboutsummaryrefslogtreecommitdiff
path: root/doc/ikiwiki.setup
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ikiwiki.setup')
-rw-r--r--doc/ikiwiki.setup3
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',