abell-sitemap-plugin
v0.0.8
Published
Builds sitemap for Abell (https://abelljs.org)
Downloads
3
Readme
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!