Closed alfredtofu closed 9 years ago
已经安装了sitemap插件:
npm install hexo-generator-sitemap
以及在站点配置加入了:
sitemap: path: sitemap.xml
可是generate的时候还是不会生成sitemap页面。请问如何解决?
这是hexo版本的问题,和主题无关,解决方案:
npm install hexo-generator-sitemap@1 --save npm install hexo-generator-feed@1 --save
然后重新生成就可以了。
已经安装了sitemap插件:
以及在站点配置加入了:
可是generate的时候还是不会生成sitemap页面。请问如何解决?