hexo-generator-sitemap2

2.0.4 • Public • Published

hexo-generator-sitemap

Build Status NPM version Coverage Status

Generate sitemap.

Install

$ npm install hexo-generator-sitemap --save
  • Hexo 4: 2.x
  • 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
    rel: false
  • path - Sitemap path. (Default: sitemap.xml)
  • template - Custom template path. This file will be used to generate sitemap.xml (See default template)
  • rel - Add rel-sitemap to the site's header. (Default: false)

Excluding Posts

Add sitemap: false to the post's front matter.

Dependents (0)

Package Sidebar

Install

npm i hexo-generator-sitemap2

Weekly Downloads

1

Version

2.0.4

License

MIT

Unpacked Size

6.45 kB

Total Files

8

Last publish

Collaborators

  • dzwillia