Dawn is great. I’m using it. But the default number of articles on the home page is only 4. How can I modify it to show more articles?
Hey!
In your theme folder, open package.json and under config, edit the following the line:
"posts_per_page": 5,
Change number 5 according to your preferences.
1 Like
Hi, thank you for your help. It worked.