Skip to content

Commit da2bb10

Browse files
Readme update
1 parent e29cfdf commit da2bb10

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,12 @@ If you need any help, contact one of the pople who have already added themselves
2121

2222
Copy the includes code `<br />
2323
{% include_relative pages-people/people-yourname.html %}` to the bottom of people.html (ensure you update the file name)
24+
25+
# Sitemap
26+
All pages not defined as a default in _config.yml are added to the sitemap
27+
28+
To exclude a specific page use the snippet `sitemap:false` at the top of the page
29+
30+
> :warning: **If you are including the page in another page (using `include_relative`)**: add the page as a default in `_config.yml` otherwise the `sitemap:false` is displayed as HTML on the page.
31+
32+
All files in `_include` are excluded from the sitemap automatically

0 commit comments

Comments
 (0)