If I have these(see below) structure and add sitemap with this guide, my list must include sitemap.xml.
[model]
name = Blog
label = Blog
hidden = yes
[children]
model = blog-post
order_by = -pub_date, title
slug_format = {{ this.pub_date|dateformat('YYYY-MM-dd') }}/{{ this.title }}/
[pagination]
enabled = yes
per_page = 1
How can I pop sitemap.xml or some files (like keybase proof) from pagination? (Currently I make simple sitemap build package to avoid this problem)