PERFORMANCE

Real World Performance: lazy loading, optimizing media, faster analytics join us Wednesday

ContactSign Up
Community Plugin
View plugin on GitHub

@westegg/gatsby-theme-core

@westegg/gatsby-theme-core has the core plugins and configuration used by other Gatsby Themes in Westegg.

This Gatsby Theme lives in Westegg.

Westegg

Try out the demo

Copy the starter from the repo

Getting Started

git clone git@github.com:westegg/westegg.git
cp -r westegg/starters/westegg-core new-site
cd new-site
yarn install
yarn build

Options

Options (defaults shown) can be set in gatsby-config.js as follows.

module.exports = {
  plugins: {
    resolve: "@westegg/gatsby-theme-core",
    options: {
      mdx: false,
      mdxLayouts: {}
    }
  },
  siteMetadata: {
    title: 'Westegg Core'
  }
}
© 2023 Gatsby, Inc.