0.1.1 • Published 6 years ago

prember-sitemap-generator v0.1.1

Weekly downloads
43
License
MIT
Repository
-
Last release
6 years ago

prember-sitemap-generator

prember-sitemap-generator is built and maintained by Ship Shape. Contact us for Ember.js consulting, development, and training for your project.

npm version

A sitemap generator for prember apps.

Installation

ember install prember-sitemap-generator

Usage

This should mostly be automatic, and use the urls you define in ENV.prember.urls.

The one thing you do need to configure is baseRoot. This is what will be prepended to your paths.

For example, this is our configuration for our site:

// ember-cli-build.js
...
const app = new EmberApp(defaults, {
  prember: {
    baseRoot: 'https://shipshape.io',
    urls: buildPremberUrls()
  }
};
...

License

This project is licensed under the MIT License.

0.1.1

6 years ago

0.1.0

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago

0.0.0

6 years ago