An easy way to support tags in a jekyll blog
问题 I am using the standard jekyll installation to maintain a blog, everything is going fine. Except I would really like to tag my posts. I can tag a post using the YAML front matter, but how do I generate pages for each tag that can will list all posts for a tag? 回答1: This gist will generate a page per category for you: https://gist.github.com/524748 It uses a Jekyll Generator plugin, plus a Page subclass. 回答2: Here is a solution with alphabetically sorted tags on a single page . It uses Liquid