-
## Summary
I'd like to add ButterCMS to the list here: https://www.gatsbyjs.org/docs/headless-cms/
I'd also like to work with @LekoArts to write a full ButterCMS guide akin to: https://www.…
-
## Description
It would be nice to have the ability to assign arguments onto dynamically-created schemas' node fields that return arrays.
Arguments could be near-identicle to `*Connection` t…
-
Right now, the starter uses Gatsby v1. I need to restructure the project to work with Gatsby v2.
I'll need to:
* Revisit the structure to implement best practices for v2
* Deal with any breaking …
-
Hey,
thank you for your package 👍 Just wanted to let you know that I built a Gatsby source plugin with it (if you're interested in seeing what other people build with your stuff):
https://github…
-
## Summary
When trying to load an SVG image this way:
```
export const query = graphql`
query {
fileName: file(relativePath: { eq: "logo_large.svg" }) {
childImageSharp {
fl…
-
See screenshot:
![screenshot-www gatsbyjs org-2019 02 09-11-53-10](https://user-images.githubusercontent.com/2158187/52525636-70f40180-2c61-11e9-916c-28daf6294cf9.png)
I recently submitted this,…
-
## The dependency [gatsby](https://github.com/gatsbyjs/gatsby) was updated from `2.0.6` to `2.0.7`.
🚨 [View failing branch](https://github.com/mcclowes/mcclowes.com/compare/master...mcclowes:greenke…
-
## Summary
I'm building a Gatsby source plugin for the first time and running into issues fetching data. I was using [this](https://www.gatsbyjs.org/docs/source-plugin-tutorial/) tutorial for guida…
-
## Problem
When running `yarn lint:code` on Gatsby's repository you'll be greeted with some ESLint warnings. It would be nice to fix those warnings!
```
$ eslint --ignore-path .gitignore --igno…
-
**Describe the bug**
After wrapping a component with `componentWithMDXScope`, like so:
```js
createPage({
path: '/test',
component: componentWithMDXScope(
path.resolve('src/templates/p…