From 83dc6693841a3082d1df68d029cc5c901e8dd00c Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 3 Jul 2016 15:03:53 -0300 Subject: Try to exclude keyring --- ikiwiki.setup | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ikiwiki.setup b/ikiwiki.setup index 2916502..5ec47db 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -110,7 +110,8 @@ use IkiWiki::Setup::Standard { # To exclude files matching a regexp from processing. This adds to # the default exclude list. #exclude => qr/\.wav$/, - exclude => qr/www/, + #exclude => qr/www/, + exclude => qr/(www|build-area|keyring)/i, # To change the extension used for generated html files. #htmlext => 'htm', # Time format (for strftime) -- cgit v1.2.3