Skip to content

Instantly share code, notes, and snippets.

@byennen
Created June 3, 2019 12:30
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 byennen/5131f95f4bbda5690ca8d66a335ce19b to your computer and use it in GitHub Desktop.
Save byennen/5131f95f4bbda5690ca8d66a335ce19b to your computer and use it in GitHub Desktop.
{
allMarkdownRemark(sort: {fields: [frontmatter___date], order: DESC}, limit: 1000, filter: {fileAbsolutePath: {regex: "/clients/.*\\.md$/"}}) {
edges {
node {
fields {
slug
}
frontmatter {
title
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment