1.1.3 • Published 3 years ago

gatsby-plugin-advanced-sitemap-modest v1.1.3

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

gatsby-plugin-advanced-sitemap-modest

Identical to the gatsby-plugin-advanced-sitemap but includes the hideAttribution option that's been up as a pull request by (sonaltr)https://github.com/sonaltr

Demo: https://brightcove.com/sitemap.xml  

NOTE: This plugin only generates output in production mode! To test, run: gatsby build && gatsby serve

 

Install

Installing 1.0.1 will give you the hide attribution feature + match the rest of the advanced sitemap features. Everything after that is wild nonsense to make the brightcove.com sitemap work.

npm install --save gatsby-plugin-advanced-sitemap-modest@1.0.1

How to Use

Same as gatsby-plugin-advanced-sitemap but with the ability to hide the attribution

// gatsby-config.js

plugins: [
    {
        resolve: `gatsby-plugin-advanced-sitemap-modest`,
        options: {
            hideAttribution: true
        }
    }
]

Copyright & License

Copyright (c) 2013-2021 Ghost Foundation - Released under the MIT license.

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago