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,343 public repositories matching this topic...
-
Updated
Sep 21, 2020 - TypeScript
-
Updated
Oct 20, 2020 - JavaScript
Summary
I don't want to use TSDX for plugin dev, I'd like to use @tinacms/scripts to get the same experience as deving for Tina Core.
Basic example
npm i @tinacms/scripts
Th
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
Description
Add a unit test case for the work component
Describe the solution you'd like
You can get an idea from the test case written for the title component.
import React from "react"
import renderer from "react-test-renderer"
import Title from "../title"
describe("Title", () => {
it("renders correctly", () => {
const tree = renderer
.create(<TitleThere is currently no explicit test for the register_graphql_fields function. The register_graphql_field function does have tests, but it would be a good idea to explicitly test register_graphql_fields as well.
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
Oct 19, 2020 - JavaScript
-
Updated
Oct 19, 2020 - Python
-
Updated
Oct 24, 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,
-
Updated
Oct 24, 2020 - TypeScript
-
Updated
Oct 19, 2020 - JavaScript
-
Updated
Jul 29, 2020 - JavaScript
-
Updated
Oct 20, 2020 - JavaScript
-
Updated
Oct 24, 2020 - TypeScript
-
Updated
Oct 6, 2020 - JavaScript
-
Updated
Aug 26, 2020
-
Updated
Oct 20, 2020 - TypeScript
-
Updated
Jul 1, 2020 - JavaScript
-
Updated
Sep 2, 2020 - JavaScript
Hi,
I did an SEO review of my site and it seems that the title property each is the same for each of my tag pages, is it possible to make them unique?
-
Updated
Oct 20, 2020 - JavaScript
Created by Kyle Mathews & Sam Bhagwat
Released 2015
Latest release about 3 years ago
- Repository
- gatsbyjs/gatsby
- Website
- www.gatsbyjs.org



Summary
The existing doc about adding Google analytics recommends using the
gatsby-plugin-gtagplugin. As was pointed out after #27081 was merged, Gatsby actually maintains an official plugin with the same functionality,gatsby-plugin-google-gtag.The Adding Analytics doc