hexojs/hexo-generator-sitemap

Multi sitemap generate with template

Closed this issue · 0 comments

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.