All Projects → LekoArts → Gatsby Themes

LekoArts / Gatsby Themes

Licence: mit
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.

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Gatsby Themes

gatsby-starter-kit
A set of starters for Gatsby.js
Stars: ✭ 99 (-91.8%)
Mutual labels:  gatsby, themes, gatsbyjs
Gatsby V2 Tutorial Starter
Gatsby V2 Starter - product of step by step tutorial
Stars: ✭ 139 (-88.49%)
Mutual labels:  eslint, gatsby, circleci
gatsby-simple-blog
an easily configurable gatsby-starter-blog with overreacted looking and tags, breadcrumbs, disqus, i18n, eslint, algolia supported
Stars: ✭ 48 (-96.03%)
Mutual labels:  eslint, gatsby, gatsbyjs
Express Webpack React Redux Typescript Boilerplate
🎉 A full-stack boilerplate that using express with webpack, react and typescirpt!
Stars: ✭ 156 (-87.09%)
Mutual labels:  eslint, circleci, jest
gatsby-starter-antoine
My opinionated Gatsby.js starter
Stars: ✭ 17 (-98.59%)
Mutual labels:  eslint, gatsby, gatsbyjs
Express React Boilerplate
🚀🚀🚀 This is a tool that helps programmers create Express & React projects easily base on react-cool-starter.
Stars: ✭ 32 (-97.35%)
Mutual labels:  eslint, jest
Gatsby Starter 2column Portfolio
A minimalistic portfolio with a 2 column layout made for GatsbyJS.
Stars: ✭ 33 (-97.27%)
Mutual labels:  gatsby, gatsbyjs
Chalk
Chalk is a high quality, completely customizable, performant and 100% free Jekyll blog theme.
Stars: ✭ 987 (-18.29%)
Mutual labels:  circleci, themes
Jamtemplates.com
Curated collection of free Gatsby themes.
Stars: ✭ 47 (-96.11%)
Mutual labels:  gatsby, gatsbyjs
Gatsby Plugin Meta Redirect
Write Gatsby redirects to html files with a meta refresh
Stars: ✭ 18 (-98.51%)
Mutual labels:  gatsby, gatsbyjs
Gatsby Starter Strict
A Gatsby starter with strict linting and auto-formatting rules.
Stars: ✭ 43 (-96.44%)
Mutual labels:  eslint, gatsby
Gatsby Starter Typescript Deluxe
A Gatsby starter with TypeScript, Storybook, Styled Components, Framer Motion, Jest, and more.
Stars: ✭ 50 (-95.86%)
Mutual labels:  eslint, gatsby
Gatsby Remark Embed Gist
Gatsby remark gists preprocessor
Stars: ✭ 30 (-97.52%)
Mutual labels:  gatsby, gatsbyjs
Eslint Import Resolver Jest
🃏 Jest import resolution plugin for eslint-plugin-import
Stars: ✭ 29 (-97.6%)
Mutual labels:  eslint, jest
Gatsby Starter Spectral
Gatsby.js V2 starter template based on Spectral by HTML5 UP
Stars: ✭ 34 (-97.19%)
Mutual labels:  gatsby, gatsbyjs
Blog
My blog created with React, Gatsby & Markdown
Stars: ✭ 29 (-97.6%)
Mutual labels:  gatsby, gatsbyjs
Awesome Docs With Static Site Generators
Pointers to all templates and implementations based on static site generators
Stars: ✭ 44 (-96.36%)
Mutual labels:  gatsby, themes
Gatsby Starter Portfolio Cara
Playful and Colorful One-Page portfolio featuring Parallax effects and animations. Especially designers and/or photographers will love this theme! Built with MDX and Theme UI.
Stars: ✭ 1,101 (-8.86%)
Mutual labels:  gatsby, gatsbyjs
Node Typescript Boilerplate
Minimalistic project template to jump start a Node.js back-end application in TypeScript. ESLint, Jest and type definitions included.
Stars: ✭ 1,061 (-12.17%)
Mutual labels:  eslint, jest
Gatsby Material Ui Business Starter
Beautiful Gatsby Material UI Business Starter
Stars: ✭ 62 (-94.87%)
Mutual labels:  gatsby, gatsbyjs

LekoArts

Free & Open Source Gatsby Themes by LekoArts

@lekoarts/gatsby-themes is released under the MIT license. npmcharts.com Overview CircleCI Status PRs welcome! Follow @lekoarts_de

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.

🎨 Themes Overview

Themes Preview Banner

💼 Contents

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 file. A GitHub action will publish the /examples as starters to individual GitHub repositories.
  • cypress: Contains the Cypress tests for examples
  • examples: Contains the corresponding example sites for the themes. 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 and gatsby-plugin-offline). The folder names are the contents after gatsby-theme-*
  • jest: Primarily files for mocking functions/files in Jest tests
  • plop-templates: Template for plop.js
  • scripts: In order to run the tests on CircleCI some utility bash scripts are needed which are located here
  • themes: Contains the themes themselves. They should only have the bare minimum of plugins installed (as examples can expand them) and also use Theme UI for styling. The naming of the folders must be gatsby-theme-[name-with-dashes] and the package name under the scope of @lekoarts
  • www: Contains the source code for themes.lekoarts.de

🤝 How to Contribute

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.

🤩 Support Me

Thanks for using this project! I'm always interested in seeing what people do with my projects, so don't hesitate to tag me on Twitter and share the project with me.

Please star this project, share it on Social Media or consider supporting me on Patreon or GitHub Sponsor!

🎓 Learning Gatsby Themes

Articles from lekoarts.de

Official resources

Paid resources

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].