I hereby claim:
- I am antonholmberg on github.
- I am antonholmberg (https://keybase.io/antonholmberg) on keybase.
- I have a public key ASBqOHVdcUB6MTbN00Wwhvj4A_pIqm0vJNbIxFy2Ib8Xxgo
To claim this, I am signing this object:
Homebrew build logs for neovim on macOS 10.14.4 | |
Build date: 2019-06-17 12:38:24 |
I hereby claim:
To claim this, I am signing this object:
query { | |
allFile { | |
edges { | |
node { | |
id | |
name | |
sourceInstanceName | |
} | |
} | |
} |
{ | |
"data": { | |
"allMarkdownRemark": { | |
"edges": [ | |
{ | |
"node": { | |
"frontmatter": { | |
"title": "How I Made This Blog" | |
} | |
} |
query { | |
allMarkdownRemark { | |
edges { | |
node { | |
frontmatter { | |
title | |
} | |
} | |
} | |
} |
module.exports = { | |
plugins: [ | |
{ | |
resolve: 'gatsby-transformer-remark', | |
options: { | |
plugins: [], | |
} | |
} | |
] | |
} |
module.exports = { | |
siteMetadata: { | |
title: 'Gatsby Default Starter', | |
description: | |
'Kick off your next, great Gatsby project with this default starter. This barebones starter ships with the main Gatsby configuration files you might need.', | |
author: '@gatsbyjs', | |
}, | |
plugins: [ | |
{ | |
resolve: 'gatsby-source-filesystem', |