How do I add categories or tags to a Svelte/Sapper markdown site?
问题 Forking this question off from Sapper/Svelte: How do I add markdown files? to help future searchers: I see that all the posts will have a link right after the Top-Level Domain Ex www.example.com/post1 , www.example.com/post2 . But what if someone using the template wants to categorize the posts. Ex www.example.com/svelte-posts/post1 , www.example.com/vuejs-posts/post1 回答1: If you want traditional WordPress-style categories I would add that to the markdown front matter of the posts (Jekyll