jekyll / jekyll-sitemap

Jekyll plugin to silently generate a sitemaps.org compliant sitemap for your Jekyll site
http://rubygems.org/gems/jekyll-sitemap
MIT License
949 stars 134 forks source link

front matter doesn't remove page from html #262

Closed cauerego closed 4 years ago

cauerego commented 4 years ago

if #261 is true, then how can we remove pages from the /sitemap ?

both sitemap: false configurations global or per page don't work, although they do remove the page from the XML.

ashmaroli commented 4 years ago

Do you have a permalink setting in your config file? If yes, what is it? Or better, please post the entire contents of your config file, here.

cauerego commented 4 years ago

thanks for the engagement!

got no such setting there. https://github.com/ahoxus/ahoxus.github.io/blob/40eb2f4e8492a4b5549bdd9dc47135233df5f4d9/_config.yml

i can see now how messy the config is, outside things that could clearly influence the sitemap. but i don't think those have any impact, do they?

in any case, the sitemap config there is there just as a placeholder for myself. certainly not the best way to do it, like many things done there, but i am coding exclusively on a mobile phone and clearly alone. hope that won't bother you too much! 😁

cauerego commented 4 years ago

lol, closed by #261