Get high-quality and customizable Gatsby themes to quickly bootstrap your website! Choose from many professionally created and impressive designs with a wide variety of features and customization options. Use Gatsby Themes to take your project to the next level and let you and your customers take advantage of the many benefits Gatsby has to offer.
This repository is a collection of my Gatsby themes, managed as a monorepo with Lerna and yarn workspaces.
.circleci
: Contains the configuration file for CircleCI.github
: GitHub actions, templates for issues, and FUNDING filecypress
: Contains the Cypress tests forexamples
examples
: Contains the corresponding example sites for thethemes
. These projects can and should be used as a starter and will be copied over to their own repository. Hence they contain example data and additional Gatsby plugins (e.g.gatsby-plugin-manifest
andgatsby-plugin-offline
). The folder names are the contents aftergatsby-theme-*
jest
: Primarily files for mocking functions/files in Jest testsplop-templates
: Template for plop.jsscripts
: In order to run the tests on CircleCI some utility bash scripts are needed which are located herethemes
: Contains the themes themselves. They should only have the bare minimum of plugins installed (asexamples
can expand them) and also useTheme UI
for styling. The naming of the folders must begatsby-theme-[name-with-dashes]
and the package name under the scope of@lekoarts
www
: Contains the source code for themes.lekoarts.de
Make sure that you have yarn
installed on your machine (as it's mandatory for yarn workspaces
). Fork this repository, clone it and run yarn
in the root directory.
To launch the development server of an example site, use:
yarn workspace [examples/name] develop
Or for a build:
yarn workspace [examples/name] build
In the case of examples/emma
this command would be yarn workspace emma develop
. Now you can make changes to the respective theme and see them via Hot-Reloading.
Commit your changes to a feature branch of your fork and open up a PR against this repository. The PR will have checks in place (unit and end-to-end tests) which you can also run on your machine in preparation for the PR.
Have a look at the contributing guide to learn more.
If you want to receive monthly updates on my themes and all things related to Gatsby themes (relevant blog posts from me and other people, articles about Theme UI) you can subscribe to my newsletter.