A Page Like This
Sometimes you might want to remove all the post lists completely and just have a simple minimal page that lists the posts or any other page that you want to add manually. The documentation list page in this site does this. The downside of this approach is that the posts would not show in the taxonomies page.
If you want to remove a certain post from appearing in post lists or similar list pages, add this to that post’s front matter.
| |
If you want the /posts/ list page to not display any posts, just add the params above to the frontmatter of every post in that folder. Then in the _index.md at the root of /posts/ add your links as you want. The doc page for example is added like this:
| |
If any posts inside you folder haven’t been removed, they will appear below this content from your _index.md. This is true for all list pages regardless of whether or not the list of posts or pages appear there.