chenxixian 26f6b37cfe add files 6 年之前
..
lib 26f6b37cfe add files 6 年之前
node_modules 26f6b37cfe add files 6 年之前
.eslintignore 26f6b37cfe add files 6 年之前
.eslintrc 26f6b37cfe add files 6 年之前
.jscsrc 26f6b37cfe add files 6 年之前
.npmignore 26f6b37cfe add files 6 年之前
LICENSE 26f6b37cfe add files 6 年之前
README.md 26f6b37cfe add files 6 年之前
index.js 26f6b37cfe add files 6 年之前
package.json 26f6b37cfe add files 6 年之前
sitemap.xml 26f6b37cfe add files 6 年之前

README.md

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
    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.