This is the website: https://transhumanist.media
I want it so on the homepage (/) that it only show posts with the tag “mainspace” (as in some posts, out of all published posts, make it to the homepage(aka the mainspace).
But posts that do not, aka not tagged with mainspace, do not load now. I even can hover over one(from this author page - Gennady Stolyarov II - Transhumanist Media) and when I hover over a post it shows “https://transhumanist.media/p/8603d684-2e4d-494f-9ce6-f04e15df7baf/” but it should just work and go to “https://transhumanist.media/transhumanism-as-a-grand-conservatism/” (which is what shows in the post settings).
Even when I go to that url(https://transhumanist.media/transhumanism-as-a-grand-conservatism/) directly, it just says 404.
Below is my routes.yml:
routes:
collections:
/:
permalink: /{slug}/
template: index
filter: tag:mainspace
taxonomies:
tag: /tag/{slug}/
author: /author/{slug}/
How can I make it so all of this works properly? Thank you!