Hugo sections can have custom list layouts (opens in new tab)
<p>You can override a section’s list template by placing a <code>list.html</code> under <code>layouts/<section-name>/</code>. Hugo will pick it up automatically, no frontmatter needed.</p> <p>This makes it easy to create compact, title-only indexes for sections like TIL — different from the default card-style post listing.</p>
Read the original article