Skip to content

Instantly share code, notes, and snippets.

@whoisryosuke
Created July 19, 2018 23:57
Show Gist options
  • Save whoisryosuke/01bdb62e42637f986445a08e2587ec22 to your computer and use it in GitHub Desktop.
Save whoisryosuke/01bdb62e42637f986445a08e2587ec22 to your computer and use it in GitHub Desktop.
GatsbyJS - Set the excerpt length of your Markdown files -- via: https://using-remark.gatsbyjs.org/excerpts/
{
allMarkdownRemark {
edges {
node {
excerpt(pruneLength: 280)
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment