5.0.0 • Published 3 years ago

gatsby-plugin-archives v5.0.0

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

gatsby-plugin-archives

Current npm package version

Gatsby plugin for ignoring pages on build.

Installation

npm install --save gatsby-plugin-archives

Usage

// In your gatsby-config.js
module.exports = {
  plugins: [
    {
      resolve: 'gatsby-plugin-archives',
      options: {
        // Match files and directories to exclude
        exclude: [/archive/i],
        // Only archive pages in production
        productionOnly: false,
        // Log when pages are archived
        verbose: false,
      },
    },
  ]
}

License

MIT © Hutson Inc

3.0.3

3 years ago

3.0.2

3 years ago

5.0.0

3 years ago

4.0.0

3 years ago

3.0.1

5 years ago

3.0.0

5 years ago

2.0.3

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago