@westegg/gatsby-theme-core
v0.0.49
Published
`@westegg/gatsby-theme-core` has the core plugins and configuration used by other Gatsby Themes in [Westegg](https://westegg.xyz/).
Downloads
71
Readme
@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.
Try out the demo
Copy the starter from the repo
Getting Started
git clone [email protected]: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'
}
}