An opinionated set of integrated themes and starters as a boilerplate to accelerate development with GatsbyJS
The Gatsby Theme Catalyst is a deprecated theme that will not receive updates for Gatsby v4. However, the documentation for the theme can still be found on the website and the developer will continue to address any issues as necessary.
To install the Gatsby Theme Catalyst, follow these steps:
npm install gatsby-theme-catalyst
gatsby-config.js file with the following:module.exports = {
plugins: [
{
resolve: `gatsby-theme-catalyst`,
options: {
// theme options here
},
},
],
};
gatsby-config.js file.In summary, the Gatsby Theme Catalyst is a deprecated theme that will not receive updates for Gatsby v4. Despite this, users can still access the theme’s documentation and the developer will continue to address any issues. The theme offers easy installation, a responsive design, and customization options.