amphora-sitemaps

1.0.0 • Public • Published

Amphora Sitemaps

A Sitemaping module for Amphora that exposes endpoints to get the all the published pages in an XML response.

Installation & Usage

First install the module:

$ npm install -s amphora-sitemaps

Then pass the module into Amphora as an item for the plugins array property.

amphora({
  ...
  plugins: [
    ...
    require('amphora-sitemaps'),
    ...
  ],
  ...
})

At startup time the module will create and expose endpoints that you can hit in your browser to get the all the published pages in an XML response for that site. eg. yoursite.com/_sitemap

Readme

Keywords

Package Sidebar

Install

npm i amphora-sitemaps

Weekly Downloads

55

Version

1.0.0

License

MIT

Unpacked Size

24.9 kB

Total Files

21

Last publish

Collaborators

  • shilario
  • nymagwebops
  • stanographer
  • ealcantara22
  • jordanp9312
  • jess2896
  • wramirez92
  • reubenson
  • kerenzo
  • san_amiro
  • james_owen
  • jonwinton