getgrav / grav-plugin-sitemap

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

Added regex support for ignores #32

Closed immersegfx closed 7 years ago

immersegfx commented 7 years ago

Add's regex support to the ignores

immersegfx commented 7 years ago

I saw the previous request for this feature #19. Since that wasn't merged here is the implementation I have been using. It allows for more control of pages by being more specific on the match. /page will only match that page and not the sub pages unless the regexp is defined **/page.***

rhukster commented 7 years ago

Closed because it was not complete? I didn't see any regex support added. Cheers.