gatsby
Gatsby is a free and open source framework based on React that helps developers build blazing-fast websites and apps.
It helps towards website development working with headless CMS's for modern tooling.
Here are 5,987 public repositories matching this topic...
-
Updated
Nov 19, 2020 - TypeScript
-
Updated
Dec 1, 2020 - JavaScript
Summary
Some screen plugins need a different UI than a sidebar or a popup. It would be nice to get all of the ergonomic benefits of a screen, w/o needing to use the Tina sidebar UI or popup UI.
Describe the bug
Whenever a social button is generated it takes the URL base and the username and puts a "/" in between them. This might cause a problem with the RSS URL. Since it takes a whole URL from the user there's no base URL. That causes it to generate with a / in front of the link provided by the user. In this case, the hyperlink is interpreted as a subpage, not an external website.
Describe the bug
GitHub provides a few options when configuring a new repo like: license, .gitignore file, a README.md, and the Rennovate plugin. If you want to install any of these by default, which I usually do, then you get an error about the remote having newer content.
To Reproduce
Steps to reproduce the behavior:
- Create a repo with a readme during the script
- See the er
In the graphql_map_input_fields_to_wp_query filter, the $post_type is the last parameter. This is inconsistent with the other graphql_map_input_fields_* filters. For example in graphql_map_input_fields_to_get_terms the $taxonomy parameter is the third parameter (while the $context & $info parameters are the last two in all of the graphql_map_input_fields_* filters). For consistency sake, i
Fourth iteration of my personal website
-
Updated
Nov 23, 2020 - JavaScript
Characters like č ć ž š đ use a fallback font instead of the original one. I believe this issue was not present in the v1. Fonts such as Lato or Montserrat definitely support accented characters, so I think this is a bug.
-
Updated
Nov 30, 2020 - Python
Example gatsby + netlify cms project
-
Updated
Dec 5, 2020 - JavaScript
Is your feature request related to a problem? Please describe.
Hi, I want to use hero image which can be fetched by URL e.g. https://.../image.png like this:
---
title: Using Article Hero Image by URL
author: Tanaka Tarou
date: 2020-05-14
hero: https://.../image.png
excerpt: How can I do it?
---But it end up with,
GitHub Actions for GitHub Pages
-
Updated
Dec 5, 2020 - TypeScript
Smarter YAML front matter parser, used by metalsmith, Gatsby, Netlify, Assemble, mapbox-gl, phenomic, and many others. Simple to use, and battle tested. Parses YAML by default but can also parse JSON Front Matter, Coffee Front Matter, TOML Front Matter, and has support for custom parsers.
-
Updated
Jul 29, 2020 - JavaScript
A high performance skeleton starter for GatsbyJS that focuses on SEO/Social features/development environment.
-
Updated
Nov 19, 2020 - JavaScript
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.
-
Updated
Nov 12, 2020 - JavaScript
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.
-
Updated
Dec 4, 2020 - TypeScript
A starter project for building performant ECommerce applications with Gatsby and React
-
Updated
Oct 6, 2020 - JavaScript
Drag and drop page building using your code components
-
Updated
Dec 2, 2020 - TypeScript
-
Updated
Oct 26, 2020
-
Updated
Nov 12, 2020 - JavaScript
A starter template to build lightning fast websites with Ghost & Gatsby
-
Updated
Dec 3, 2020 - JavaScript
Bring scrollytelling to your MDX
-
Updated
Jul 1, 2020 - JavaScript
Modern full stack CMS. Built with Gatsby, GraphQL, AWS Amplify, and Serverless technologies.
-
Updated
Sep 2, 2020 - JavaScript
Created by Kyle Mathews & Sam Bhagwat
Released 2015
Latest release 3 days ago
- Repository
- gatsbyjs/gatsby
- Website
- www.gatsbyjs.org


Currently, the user's scroll position is stored within session storage, and this is violating a GDPR compliance check (yes, I know). Is there a way to disable this storage?