I used this way in home.sitemap.xml
{{ range (where site.RegularPages "Section" "not in" site.Params.invisibleSections) }}
and in config:
invisibleSections = ["menu","intern","test","about"]
Should give you a starting point
I used this way in home.sitemap.xml
{{ range (where site.RegularPages "Section" "not in" site.Params.invisibleSections) }}
and in config:
invisibleSections = ["menu","intern","test","about"]
Should give you a starting point