Hugo Narro suports set the count of recent posts of home, you can also add custom sections to home.
- Create custom section partials at
layouts/_partials/home/folder. - Then add you custom section partials file name to
contentOrder, site will be rendered as the list order. - If you want to delete section at home, just delete the partial at the list.
params.yaml
1home:
2 recentPostsCount: 5
3 contentOrder:
4 - author-section
5 - custom_1.html
6 - featured-projects.html
7 - recent-posts
8 - page-content