The random page lets readers discover a random article, giving older posts a chance to be seen again. Visiting this page picks a random page from the site and redirects the visitor to it, showing the chosen page's title with a typing animation before redirecting.
This feature works exactly like content-type: a markdown page under random, or any page with type: random set in its front matter, is rendered with this layout.
Excluding Pages
Set pageNoList in a page's front matter to exclude it from being picked.
content/posts/example-article.md
---
title: "Example Article"
pageNoList: true
---