gatsby-blog-template icon indicating copy to clipboard operation
gatsby-blog-template copied to clipboard

How to display post sort by data and category in home

Open tuanductran opened this issue 2 years ago • 1 comments

How do I show more posts on the homepage, for example featured posts like on your blog?

tuanductran avatar Mar 28 '22 13:03 tuanductran

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.

completejavascript avatar Apr 03 '22 23:04 completejavascript