:warning: Please note that these themes are currently deemed unstable and can have breaking changes
A collection of themes using Gatsby's theming API and an experimental gatsby-ui
library.
These themes aren't yet deemed stable or ready for use in the wild.
They're more of an exploration with theming and to test out potential "best practices".
gatsby-ui
: Themeable UI primitives for Gatsby sites/themesgatsby-theme-blog-base
: Base theme that provides the necessary configuration and plugins for a basic bloggatsby-theme-sideways
: Minimal blog theme for developers with a sideways footer for linksgatsby-theme-holden
: Image-based blog theme for those that like to peruse unsplashgatsby-theme-card
: Profile card theme for a simple splash page and social linksgatsby-theme-docs
: Base documentation theme that uses MDX/react-docgen/styled-system to generate basic documentation for a component librarygatsby-theme-redirects
: Add a redirects manifest to your site to redirect legacy urls to their new locationThis project uses yarn workspaces, and each directory in /examples
is exposed as a workspace.
To run the docs
project you can run the following:
yarn
yarn workspace sideways start