Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Community Plugin
View plugin on GitHub

@reflexjs/gatsby-theme-base

This is the base theme used by @reflexjs/gatsby-starter-base. It bundles components, blocks, navs and pages. This is a good starting point for your site.

This theme also include the base preset.

Installation

npm i @reflexjs/gatsby-theme-base

Configuration

// gatsby-config.js

module.exports = {
  plugins: [`@reflexjs/gatsby-theme-base`],
}
© 2023 Gatsby, Inc.