gatsby-blog-template
gatsby-blog-template copied to clipboard
How to display post sort by data and category in home
How do I show more posts on the homepage, for example featured posts like on your blog?
You have to create a template for index inside the template directory, example index-template.js
.
Then in the gatsby-node.js, you will create page for it then pass any data you want.