getgrav / grav-plugin-sitemap

Grav Sitemap Plugin
https://getgrav.org
MIT License
42 stars 42 forks source link

page-level sitemap ignore #37

Closed nhayward closed 7 years ago

nhayward commented 7 years ago

Adding the ability to flag a page to be ignored by the sitemap within the page's Frontmatter. This is just an additional way to ignore a page which other folks may find useful. I could also see this being used down the line to show a page which is being ignored by a wildcard (i.e. if I'm ignoring "/path/.*" but I would like to not ignore "/path/unique-page" by setting ignore to false). This would require some further tweaking though.

flaviocopes commented 7 years ago

👍