This is an automated email from the ASF dual-hosted git repository. gmcdonald pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tac-website.git
commit 635b73ff0a4d80a2763fcc667f14556bd88d6b9e Author: Sebb <[email protected]> AuthorDate: Fri Mar 24 23:20:23 2023 +0000 Don't want individual interviews --- config.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 0933e2a..1e77442 100644 --- a/config.toml +++ b/config.toml @@ -12,7 +12,9 @@ disableBrowserError = true timeout = 3000 disableKinds = ["taxonomy", "taxonomyTerm"] -ignoreFiles = [ ] # No files to ignore + +# The individual interview source files are included under stories +ignoreFiles = ['/interviews/'] # Highlighting config. See https://help.farbox.com/pygments.html pygmentsCodeFences = true --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
