Skip to content

Instantly share code, notes, and snippets.

@konstantinmuenster
Created June 4, 2020 19:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save konstantinmuenster/eabdcda13007e38d055235d334848d68 to your computer and use it in GitHub Desktop.
Save konstantinmuenster/eabdcda13007e38d055235d334848d68 to your computer and use it in GitHub Desktop.
index.js (4) - How To Gatsby Portfolio
export const pageQuery = graphql`
{
hero: allMarkdownRemark {
edges {
node {
frontmatter {
title
greetings
emoji
subtitlePrefix
subtitleHighlight
}
rawMarkdownBody
}
}
}
}
`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment