0.0.8 • Published 3 years ago

abell-sitemap-plugin v0.0.8

Weekly downloads
8
License
MIT
Repository
github
Last release
3 years ago

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!

0.0.8

3 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago