xiangming / landscape-plus

针对中国大陆地区对hexo官方主题landscape进行优化。
http://xiangming.github.io/landscape-plus/
MIT License
508 stars 107 forks source link

sitemap support #72

Closed alfredtofu closed 9 years ago

alfredtofu commented 9 years ago

已经安装了sitemap插件:

npm install hexo-generator-sitemap

以及在站点配置加入了:

sitemap:
  path: sitemap.xml

可是generate的时候还是不会生成sitemap页面。请问如何解决?

xiangming commented 9 years ago

这是hexo版本的问题,和主题无关,解决方案:

npm install hexo-generator-sitemap@1 --save
npm install hexo-generator-feed@1 --save

然后重新生成就可以了。