gatsby-plugin-advanced-sitemap-modest

v1.1.3
Identical to advanced-sitemap but without the ghost link at the top of the page
gatsby gatsby-plugin

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 [email protected]

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.

npm i gatsby-plugin-advanced-sitemap-modest

Metadata

  • MIT
  • >= 12.19.0
  • Ghost Foundation
  • released 10/23/2021

Downloads

Maintainers