Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```