[Solved] How to create posts-by-month-and-year table in Jekyll without plugins? [closed]
This is the code for the archive.html page. You can see it live here. Tested with 400 posts, no performance issues on build/serve. — layout: page title: archive — {%comment%} ++++++++++ We first find start and end years ++++++++++ {%endcomment%} {% assign startYear = 2222 %} {% assign endYear = 1 %} {% for post … Read more