Skip to content

Commit 2f2580b

Browse files
committed
Exclude non-user-facing files from sitemap.xml
1 parent ebe7ceb commit 2f2580b

5 files changed

Lines changed: 10 additions & 0 deletions

File tree

assets/css/atom.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
---
2+
sitemap:
3+
exclude: true
24
---
35
@charset "utf-8";
46

assets/css/rss.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
---
2+
sitemap:
3+
exclude: true
24
---
35
@charset "utf-8";
46

assets/css/styles_feeling_responsive.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
# Only the main Sass file needs front matter, rest is included from site.sass.sass_dir
3+
sitemap:
4+
exclude: true
35
---
46
@charset "utf-8";
57

assets/xslt/atom.xslt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
layout: xml-style
33
title: "Atom Feed (Styled)"
4+
sitemap:
5+
exclude: true
46
rootMatcher: '/atom:feed'
57
stylesheetAttributes: 'xmlns:atom="http://www.w3.org/2005/Atom"'
68
disclaimer: 'This <a href="https://en.wikipedia.org/wiki/RSS" target="_blank">Atom feed</a> is meant to be used by <a href="https://en.wikipedia.org/wiki/Template:Aggregators" target="_blank">RSS reader applications and websites</a>.'

assets/xslt/rss.xslt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
layout: xml-style
33
title: "RSS Feed (Styled)"
4+
sitemap:
5+
exclude: true
46
rootMatcher: '/rss'
57
disclaimer: 'This <a href="https://en.wikipedia.org/wiki/RSS" target="_blank">RSS feed</a> is meant to be used by <a href="https://en.wikipedia.org/wiki/Template:Aggregators" target="_blank">RSS reader applications and websites</a>.'
68
---

0 commit comments

Comments
 (0)