hexojs / hexo-generator-sitemap

Sitemap generator for Hexo.
https://hexo.io
MIT License
306 stars 53 forks source link

Multi sitemap generate with template #149

Closed scholar7r closed 1 year ago

scholar7r commented 1 year ago

Question about how to generate multi sitemap files. I need to generate two sitemap files (one for Google and other for Baidu):

- sitemap.xml
- sitemap.baidu.xml

Each of them has their own template:

- sitemap.xml   ->   sitemap.default.xml
- sitemap.baidu.xml   ->   sitemap.baidu.xml

But it seems like this plugin only support xml or txt formats, each of them only could generate one file, not support multi generate, hoping solution.