Skip to content

Instantly share code, notes, and snippets.

@danilowoz
Created April 28, 2019 20:03
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 danilowoz/f2cf0aabc0e1dffd44f0929f2f7fa8f6 to your computer and use it in GitHub Desktop.
Save danilowoz/f2cf0aabc0e1dffd44f0929f2f7fa8f6 to your computer and use it in GitHub Desktop.
query blogPosts {
allMarkdownRemark(sort: { fields: [frontmatter___date], order: DESC }) {
edges {
node {
frontmatter {
title
category
date
}
html
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment