Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/strvcom/strv-gatsby-themes
Monorepo for STRV Gatsby themes
https://github.com/strvcom/strv-gatsby-themes
gatsby gatsby-theme react
Last synced: about 1 month ago
JSON representation
Monorepo for STRV Gatsby themes
- Host: GitHub
- URL: https://github.com/strvcom/strv-gatsby-themes
- Owner: strvcom
- License: mit
- Created: 2020-02-24T11:36:59.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-13T12:15:58.000Z (almost 5 years ago)
- Last Synced: 2024-12-15T05:46:39.630Z (about 2 months ago)
- Topics: gatsby, gatsby-theme, react
- Language: JavaScript
- Homepage:
- Size: 224 KB
- Stars: 1
- Watchers: 28
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# STRV Gatsby Themes
## Themes
### `gatsby-theme-core`
This is the `core` theme for all STRV Gatsby projects. It should be used as the first plugin in most cases.
The `core` theme is opinionated and should only include configuration which is general enough to be usable in all STRV projects (or at least 98%).
### `example`
This is an example usage of `gatsby-theme-core` theme.
- `example/`
- `gatsby-config.js`: Specifies which theme to use and any other one-off config a site might need.
- `src/`: Source code such as one-off pages or components that might live in
a user's site.Run the example with:
```shell
yarn workspace example develop
```