1.28.1 • Published 4 years ago

@fr8/gatsby-theme v1.28.1

Weekly downloads
4
License
Apache 2.0
Repository
github
Last release
4 years ago

@fr8/gatsby-theme

Gatsby Generic Theme for Freight Trust and Clearing

NPM Package

npmjs.com/package/@fr8/gatsby-theme

What is this?

Gatsby themes encapsulate all of the configuration and implementation details of Gatsby websites. This is a starter-kit (boilerplate) with a dependancy on the @fr8/gatsby-theme package.

How do I use it?

Check out our quick getting started guide and video!

@fr8/gatsby-theme at it’s core relies on mdx for page creation. Check out the src/pages directory for some examples for using mdx.

A key feature of Gatsby themes is component shadowing. By simply placing a component into the src/@fr8/gatsby-theme/components location, you can override components used by the theme. You can read more about component shadowing here.

License

Apache-2.0