Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 718 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 718 Bytes

hexo-generator-sitemap

Build Status NPM version Coverage Status

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
  • path - Sitemap path. (Default: sitemap.xml)