Generate sitemap.
$ npm install hexo-generator-sitemap --save
- Hexo 3: 1.x
- Hexo 2: 0.x
You can configure this plugin in _config.yml
.
sitemap:
path: sitemap.xml
- path - Sitemap path. (Default: sitemap.xml)
Add sitemap: false
to the post's front matter.