Archive
Published:
Yore provides a dedicated archive feature to aggregate all posts into a single chronological list.
Basic Setup
To enable the archive page, create an _index.md and set listScope: site in its front matter. Note the file must be named _index.md, using index.md will prevent Hugo from treating it as a list page.
To exclude a page from the archive, add pageNoList to its front matter.
Note
pageNoList also excludes the article from search results but not from the sitemap.
Yore uses Hugo's built-in sitemap, you would need to customize it to exclude the page. See official documentation.