Skip to content

Instantly share code, notes, and snippets.

@antonholmberg
antonholmberg / # neovim - 2019-06-17_12-38-24.txt
Created June 17, 2019 10:39
neovim on macOS 10.14.4 - Homebrew build logs
Homebrew build logs for neovim on macOS 10.14.4
Build date: 2019-06-17 12:38:24

Keybase proof

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:

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',