wagtail-nest / wagtail-bakery

A set of helpers for baking your Django Wagtail site out as flat files.
MIT License
182 stars 40 forks source link

Add SitemapBuildableView #37

Open NDevox opened 6 years ago

NDevox commented 6 years ago

Sites need a sitemap and it'd be great to be able to generate this as part of the static build process.

I'm currently putting up a PR to answer this issue.