Skip to content

Commit b5be8ca

Browse files
exclude test files from the sitemap
1 parent b03bc13 commit b5be8ca

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

_config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ defaults:
1717
path: ""
1818
values:
1919
image: /img/logos/card.png
20+
- scope:
21+
path: "test/specs/**/*"
22+
values:
23+
sitemap: false
2024

2125
plugins:
2226
- jekyll-sitemap

0 commit comments

Comments
 (0)