@westegg/gatsby-theme-core

0.0.49 • Public • Published

@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'
  }
}

/@westegg/gatsby-theme-core/

    Package Sidebar

    Install

    npm i @westegg/gatsby-theme-core

    Weekly Downloads

    3

    Version

    0.0.49

    License

    MIT

    Unpacked Size

    6.74 kB

    Total Files

    4

    Last publish

    Collaborators

    • adrw
    • adrw-ci