Martin

Results 26 comments of Martin

Yes, it would be great to have the option to exclude pages!

I agree with @andreamoro! Also it would be great to exclude entire directories in the `config.rb`. Currently I am using my own helper for that: ``` ruby def in_sitemap?(page) page.path...

Unfortunately not. I'm not using any plugin at the moment. The reason is this issue here - I really need to exclude pages and directories. But I can share the...

@andreamoro almost! It unfortunately doesn't generate a sitemap.xml.gz file.

@bentoncreation sounds good! But what about single pages? I think there are situations where you want to exclude sites without writing ``` sitemap: ignore: true ``` into them. ``` ruby...

@bentoncreation oh, you're right! However, I think it would still be good to let the user decide whether he wants to go into his `config.rb` or in each of the...