diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-07-03 15:03:53 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-07-03 15:03:53 -0300 |
commit | 83dc6693841a3082d1df68d029cc5c901e8dd00c (patch) | |
tree | 1e2083ea982c8a0c9f4fe0314b94ffb9e0f7df62 | |
parent | fe123f4b1b7a4f812377cb7f2bdecfdf279275ce (diff) | |
download | debian-83dc6693841a3082d1df68d029cc5c901e8dd00c.tar.gz debian-83dc6693841a3082d1df68d029cc5c901e8dd00c.tar.bz2 |
Try to exclude keyring
-rw-r--r-- | ikiwiki.setup | 3 |
1 files changed, 2 insertions, 1 deletions
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) |