Skip to content

Commit 6294e24

Browse files
Merge pull request #10 from AtlasAnalyticsLab/hotfix/sitemap-exclusions-2026-02-08
fix: exclude non-page files from sitemap and ensure specific pages ar…
2 parents 6cf7dd6 + 8d804c8 commit 6294e24

File tree

9 files changed

+20
-0
lines changed

9 files changed

+20
-0
lines changed

_config.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,18 @@ plugins:
3838
- jekyll-scholar
3939
- jekyll-sitemap
4040

41+
# Exclude non-page files from sitemap
42+
defaults:
43+
- scope:
44+
path: "assets"
45+
values:
46+
sitemap: false
47+
48+
- scope:
49+
path: "googlecf337ccf1dc755f1.html"
50+
values:
51+
sitemap: false
52+
4153
sass:
4254
sass_dir: _sass
4355

_pages/aboutwebsite.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: "About the website"
33
layout: textlay
44
excerpt: "About the website."
5+
sitemap: false
56
permalink: /aboutwebsite.html
67
---
78
<!--

_pages/allnews.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: "News"
33
layout: textlay
44
excerpt: "Atlas Analytics Lab at Concordia University."
5+
sitemap: false
56
permalink: /allnews.html
67
---
78
<!--

_pages/contact.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: "Atlas Analytics Lab - Contact"
33
layout: textlay
44
excerpt: "Ways to reach the Atlas Analytics Lab."
5+
sitemap: false
56
permalink: /contact/
67
---
78
<!--

_pages/funding.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: "Atlas Analytics Lab - Funding"
33
layout: textlay
44
excerpt: "Atlas Analytics Lab -- Funding."
5+
sitemap: false
56
permalink: /funding/
67
---
78
<!--

_pages/gallery.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: "Lab Life"
33
layout: gallerylay
44
excerpt: "Atlas Analytics Lab at Concordia University."
5+
sitemap: false
56
permalink: /gallery/
67
---
78
<!--

_pages/openings.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: "Atlas Analytics Lab – Vacancies"
33
layout: textlay
44
excerpt: "Openings"
5+
sitemap: false
56
permalink: /openings
67
---
78
<!--

_pages/publications.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: "Atlas Analytics Lab - Publications"
33
layout: gridlay
44
excerpt: "Atlas Analytics Lab -- Publications."
5+
sitemap: false
56
permalink: /publications/
67
---
78
<!--

_pages/team.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: "Atlas Analytics Lab - Team"
33
layout: team
44
excerpt: "Team members"
5+
sitemap: false
56
permalink: /team/
67
---
78
<!--

0 commit comments

Comments
 (0)