All Projects → gregberge → Jamtemplates.com

gregberge / Jamtemplates.com

Licence: mit
Curated collection of free Gatsby themes.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Jamtemplates.com

Gatsby Starter Blog Grommet
A Gatsby v2 starter based on Grommet v2 UI. Demo:
Stars: ✭ 21 (-55.32%)
Mutual labels:  gatsby, gatsbyjs
Gatsby Starter Ghost
A starter template to build lightning fast websites with Ghost & Gatsby
Stars: ✭ 752 (+1500%)
Mutual labels:  gatsby, gatsbyjs
Gatsby Starter Gcn
A starter template to build amazing static websites with Gatsby, Contentful and Netlify
Stars: ✭ 488 (+938.3%)
Mutual labels:  gatsby, gatsbyjs
Gatsby Material Starter
A high performance blog starter with Material design in mind for GatsbyJS.
Stars: ✭ 456 (+870.21%)
Mutual labels:  gatsby, gatsbyjs
Gatsby Remark Embed Gist
Gatsby remark gists preprocessor
Stars: ✭ 30 (-36.17%)
Mutual labels:  gatsby, gatsbyjs
Gatsby Starter Spectral
Gatsby.js V2 starter template based on Spectral by HTML5 UP
Stars: ✭ 34 (-27.66%)
Mutual labels:  gatsby, gatsbyjs
Gatsby Starter Minimal Blog
Typography driven, feature-rich blogging theme with minimal aesthetics. Includes tags/categories support and extensive features for code blocks such as live preview, line numbers, and line highlighting.
Stars: ✭ 752 (+1500%)
Mutual labels:  gatsby, gatsbyjs
React Gatsby Firebase Authentication
🐣🔥Starter Project / Boilerplate for Authentication with Firebase and plain React in Gatsby.js
Stars: ✭ 356 (+657.45%)
Mutual labels:  gatsby, gatsbyjs
Gatsby Starter 2column Portfolio
A minimalistic portfolio with a 2 column layout made for GatsbyJS.
Stars: ✭ 33 (-29.79%)
Mutual labels:  gatsby, gatsbyjs
Gatsby Simplefolio
⚡️ A minimal Gatsby portfolio template for Developers
Stars: ✭ 895 (+1804.26%)
Mutual labels:  gatsby, gatsbyjs
Course Starter Python
👩‍🏫🐍 Starter repo for building interactive Python courses
Stars: ✭ 440 (+836.17%)
Mutual labels:  gatsby, gatsbyjs
Awesome Gatsby
⚛️ 📄 🚀 Awesome list for the mighty Gatsby.js, a blazing fast React static site generator.
Stars: ✭ 928 (+1874.47%)
Mutual labels:  gatsby, gatsbyjs
Gatsby Starter Wordpress
A GatsbyJS starter template that leverages the WordPress API, ACF and more
Stars: ✭ 387 (+723.4%)
Mutual labels:  gatsby, gatsbyjs
Gatsby Plugin Meta Redirect
Write Gatsby redirects to html files with a meta refresh
Stars: ✭ 18 (-61.7%)
Mutual labels:  gatsby, gatsbyjs
Gatsby Starter Prismic
A typography-heavy & light-themed Gatsby Starter which uses the Headless CMS Prismic.
Stars: ✭ 381 (+710.64%)
Mutual labels:  gatsby, gatsbyjs
Gatsby Starter Deck
🗣 Create presentations using Gatsby, React & Markdown.
Stars: ✭ 522 (+1010.64%)
Mutual labels:  gatsby, gatsbyjs
Gatsby Starter Portfolio Emilia
Minimalistic portfolio/photography site with masonry grid, page transitions and big images. Themeable with Theme UI. Includes Light/Dark mode.
Stars: ✭ 300 (+538.3%)
Mutual labels:  gatsby, gatsbyjs
Devblog
A lightweight, customizable personal blog template built with GatsbyJS and React
Stars: ✭ 312 (+563.83%)
Mutual labels:  gatsby, gatsbyjs
Gatsby Ghost Balsa Starter
A Gatsby starter for creating blogs from headless Ghost CMS.
Stars: ✭ 17 (-63.83%)
Mutual labels:  gatsby, gatsbyjs
Bonneville
A simple, clean GatsbyJS starter for those looking to get up and running with Gatsby
Stars: ✭ 23 (-51.06%)
Mutual labels:  gatsby, gatsbyjs

JamTemplates

A curated list of beautiful & ready-to-use themes for Gatsby.

Submit A Theme

Anyone can submit a theme to the gallery.

  • Fork this repo and create a new markdown .md file in content/theme folder.
  • The markdown filename is typically named after your theme or repo, for example gatsby-blue.md
  • Submit a pull-request with the title Theme Submission: theme-name

The markdown file should contain the following front-matter.

---
# The title of your theme
title: 'My Theme Name'
# Description of your theme
description: This theme is a lightweight Gridsome starter kit which is perfect for a blog or a portfolio.
# The GitHub repository of your theme
github: https://github.com/username/repo
# The online demo of your theme
demo: https://www.demo.com
# Your name
author: Github Author
# This is the date you submitted the theme YYYY-MM-DD
date: 2019-08-20
# SSG engine of your theme (currently only Gatsby is supported)
ssg:
  - Gatsby
# Specific informations relative to Gatsby
gatsby:
  version: 2 # Version of Gatsby
  type: theme # "theme" or "starter"
# Supported CMS
cms:
  - Markdown
  - NetlifyCMS
  - Contentful
  - DatoCMS
  - Wordpress
# The GitHub branch pointing to your theme (facultative)
# If not specified, we will use "master"
github_branch: master
# The CSS engine used on your theme
css:
  - Theme UI
# What is your theme used for?
archetype:
  - Blog
  - Portfolio
# License of your theme
license: MIT
---

Contribution Guidelines

Any open source themes with a public github repo can be submitted.

For now only Gatsby theme are supported, but we plan to support Next.js soon. If you want to submit a Next.js theme, please open an issue.

If you want to submit a paid theme, please contact me.

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].