coneycode / hexo-generator-baidu-sitemap

Baidu Sitemap generator plugin for Hexo
MIT License
100 stars 21 forks source link

hexo 3.x can not generate baidusitemap.xml #23

Closed liadbiz closed 6 years ago

liadbiz commented 6 years ago

Hi, I am using hexo 3.6.0. According to your doc, I should config like this:

baidusitemap:
path: baidusitemap.xml

but after that, I ran hexo g. Then, I checked out the public directory and found that there are no file baidusitemap.xml.

Did I use it in a wrong way?

lewky commented 6 years ago

@liadbiz Because Hexo 3.X.X has upgraded some code. You can alter the file : node_modules\hexo-generator-baidu-sitemap\baidusitemap.ejs, change post.tags.toArray() to post.tags and change post.categories.toArray() to post.categories. Then you can generate baidusitemap.xml successfully.

liadbiz commented 6 years ago

@lewky Thanks! I will try it later.

coneycode commented 6 years ago

Later will update it

coneycode commented 6 years ago

done~