https://github.com/freight-trust/gatsby-theme
Gatsby Theme following Freight Trust's Branding Guide
https://github.com/freight-trust/gatsby-theme
gatsby gatsby-theme nodejs npm static-gen
Last synced: 2 months ago
JSON representation
Gatsby Theme following Freight Trust's Branding Guide
- Host: GitHub
- URL: https://github.com/freight-trust/gatsby-theme
- Owner: freight-trust
- Created: 2020-08-25T16:17:22.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-30T00:27:27.000Z (almost 6 years ago)
- Last Synced: 2025-04-12T21:58:14.470Z (about 1 year ago)
- Topics: gatsby, gatsby-theme, nodejs, npm, static-gen
- Language: JavaScript
- Homepage:
- Size: 709 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# @fr8/gatsby-theme
> Gatsby Generic Theme for Freight Trust and Clearing
## NPM Package
[npmjs.com/package/@fr8/gatsby-theme](https://www.npmjs.com/package/@fr8/gatsby-theme)
## What is this?
> Gatsby [themes](https://www.gatsbyjs.org/docs/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](https://@fr8/gatsby-theme.now.sh/getting-started) guide and
video!
`@fr8/gatsby-theme` at it’s core relies on [mdx](https://mdxjs.com/) 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](https://www.gatsbyjs.org/docs/themes/api-reference#component-shadowing).
## License
Apache-2.0