Search code examples
rubytagstaggingliquidjekyll

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?


Solution

  • 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.