_config.yml: exclude robots.txt disallowed pages from sitemap.xml .

This commit is contained in:
Mikaela Suomalainen 2014-06-15 12:36:26 +03:00
parent 77f3b5025d
commit fbbd8c7a1f

View File

@ -1,2 +1,9 @@
gems:
- jekyll-sitemap
sitemap:
file: "/sitemap.xml"
exclude:
- "/pages/photos.html"
- "/pages/photos.html.md"
- "/pages/ext/"
- "/IRC/"