You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tac.apache.org by gm...@apache.org on 2023/03/25 13:08:22 UTC

[tac-website] 26/30: Don't want individual interviews

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 <se...@apache.org>
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: commits-unsubscribe@tac.apache.org
For additional commands, e-mail: commits-help@tac.apache.org