Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gregberge/jamtemplates.com
Curated collection of free Gatsby themes.
https://github.com/gregberge/jamtemplates.com
gatsby gatsbyjs
Last synced: 2 months ago
JSON representation
Curated collection of free Gatsby themes.
- Host: GitHub
- URL: https://github.com/gregberge/jamtemplates.com
- Owner: gregberge
- License: mit
- Created: 2020-01-13T13:38:33.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-04-08T10:47:21.000Z (9 months ago)
- Last Synced: 2024-11-02T02:23:18.908Z (2 months ago)
- Topics: gatsby, gatsbyjs
- Language: JavaScript
- Homepage: https://jamtemplates.com
- Size: 16.6 MB
- Stars: 59
- Watchers: 3
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# 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.
```yaml
---
# 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](https://gregberge.com).