Jekyll-Feed usage w/ templates on index

I have a new Jekyll site running the Cayman theme from GitHub Pages. I want to integrate the posts feature seen on sites with “home” layout when running Minima/associated compatible themes. How do I do this?

Repository: GitHub - comwriters/comwriters.github.io: Official publication site for the Communist Writers Association.

Do you mean you want to list your posts on your homepage?

Try this regardless of your theme.

Use it like this

{% include post-feed.html %}

e.g. on index.md


Jekyll Feed makes an atom (RSS-like) feed but doesn’t make any HTML pages.