diff options
author | Simon McVittie <smcv@debian.org> | 2016-05-06 07:53:53 +0100 |
---|---|---|
committer | Simon McVittie <smcv@debian.org> | 2016-05-06 07:53:53 +0100 |
commit | f01283478b9739dbf510a516fb492ad56049c90a (patch) | |
tree | c67400e681db9b6c415b409ea191eb5fb979b239 | |
parent | 1ae01a592f50c938d9e1b1e6b7753f16970e3731 (diff) | |
download | ikiwiki-f01283478b9739dbf510a516fb492ad56049c90a.tar ikiwiki-f01283478b9739dbf510a516fb492ad56049c90a.tar.gz |
Exclude users/* from the HTML documentation
-rw-r--r-- | docwiki.setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docwiki.setup b/docwiki.setup index cc8f34645..7a17a0683 100644 --- a/docwiki.setup +++ b/docwiki.setup @@ -21,7 +21,7 @@ use IkiWiki::Setup::Standard { underlaydirbase => "underlays", underlaydir => "underlays/basewiki", discussion => 0, - exclude => qr/\/discussion|bugs\/*|todo\/*|forum\/*|sandbox\/*/, # save space + exclude => qr/\/discussion|bugs\/*|todo\/*|forum\/*|sandbox\/*|users\/*/, # save space locale => '', verbose => 1, syslog => 0, |