bobdenotter / sitemap

Provide a sitemap (.xml) for your Bolt 4 site
MIT License
5 stars 4 forks source link

Rename templates config #4

Closed andysh-uk closed 3 years ago

andysh-uk commented 3 years ago

Following on from PR #3, the template parameters I added previously are now under a templates node:

templates:
  xml: '@sitemap/sitemap.xml.twig'
  xsl: '@sitemap/sitemap.xsl'

I've also added a sample config to include the taxonomy pages (but left commented out):

#taxonomies: ['categories', 'tags']