hexo-generator-sitemap-customized
v1.2.0
Published
Sitemap generator plugin for Hexo
Downloads
10
Maintainers
Readme
hexo-generator-sitemap
Generate sitemap.
Install
$ npm install hexo-generator-sitemap --save
- Hexo 3: 1.x
- Hexo 2: 0.x
Options
You can configure this plugin in _config.yml
.
sitemap:
path: sitemap.xml
template: ./sitemap_template.xml
- path - Sitemap path. (Default: sitemap.xml)
- template - Custom template path. This file will be used to generate sitemap.xml (See default template)
Excluding Posts
Add sitemap: false
to the post's front matter.