I am trying to create a personal blog that has 2 different “types” of content:
posts
links
Where a “post” is a standard blog post and a “link” is a link to something I’ve found that is interesting. A “link” has 2 custom fields (taxonomies?):
site (domain of link)
format (article / video / podcast)
I would like to use the built-in tags system, but I want to be able to list the tags for all posts separate from the tags for all links. Maybe the url structure is /posts/tags/ and /links/tags/, but it doesn’t have to be.
I tried using sections to accomplish this, but I couldn’t find a good way to cleanly separate the “types” of content.
I would not say that it is the BEST way… but it is how I would do it. It is a relatively simple way if you want to keep your frontmatter consistent within sections (which is important to me).