npm.io
2.4.1 • Published 2 years ago

hikaru-generator-sitemap

Licence
Apache-2.0
Version
2.4.1
Deps
0
Size
14 kB
Vulns
0
Weekly
0

Hikaru Generator Sitemap

Sitemap generator plugin for Hikaru.

Usage

First go to your site dir and add following to your site-config.yaml.

sitemap:
  enable: true
  path: sitemap.xml

then run this command to install it.

$ npm i -s hikaru-generator-sitemap

If you want to skip some posts while generating, add sitemap: false to its front-matter.