abell-sitemap-plugin

0.0.8 • Public • Published

abell-sitemap-plugin

a plugin for Abell that builds sitemap

Installation

npm install --save-dev abell-sitemap-plugin

Setup

In your abell.config.js file, add following values,

module.exports = {
  globalMeta: {
    domain: 'https://example.com'
  },
  plugins: ['abell-sitemap-plugin']
}

replace domain with your website's domain that you want search engines to see. Add abell-sitemap-plugin to plugins array.

Contributing

First, fork this repository

git clone https://github.com/:your-github-username/official-plugins
cd official-plugins/abell-sitemap-plugin
npm run build

This will build files into dist folder. If it runs without failure, you will be able to see sitemap.xml file in dist.


Thanks!

/abell-sitemap-plugin/

    Package Sidebar

    Install

    npm i abell-sitemap-plugin

    Weekly Downloads

    2

    Version

    0.0.8

    License

    MIT

    Unpacked Size

    4.25 kB

    Total Files

    4

    Last publish

    Collaborators

    • saurabhdaware