I have blog content in the form of 1000+ markdown files w/ frontmatter metadata. Can Astro build taxonomy (tag) pages from these files?
For example, if there are two posts with tag "vue", and three tagged "typescript", we'd have /tags/vue/ that listed two posts and /tags/typescript/ that listed three. (And /tags/ that would list all the tags used in all the posts.) Is this doable with Astro? If not right now, can it be done as an integration? Couldn't find anything from the docs, repo, or here via search.