jekyll-archives icon indicating copy to clipboard operation
jekyll-archives copied to clipboard

Create pages for /tag/ /category/ etc to display lists of tags, categories etc.

Open rudolfovic opened this issue 8 years ago • 3 comments

Currently, we get the directory view listing all files. It would make sense for these URLs to instead point to actual pages that would render lists of tags (or whatever) similarly to how /tag/bla for a particular tag lists all posts with that tag.

rudolfovic avatar Sep 21 '16 03:09 rudolfovic

Here's how to set it up however you want it: https://github.com/jekyll/jekyll-archives/blob/master/docs/configuration.md#configuration

ghost avatar Sep 22 '16 01:09 ghost

I do not see a way to generate pages that will list all categories / tags as opposed to all posts for some category or some tag.

rudolfovic avatar Sep 22 '16 15:09 rudolfovic

This is not the purpose of jekyll-archives plugin. Tags and Categories are part of Jekyll core. The jekyll-archives plugin creates archive pages for specific tags and categories and date ranges. If you want to display lists of tags/categories, you'll need to create your own pages to do so. Here is a google search to get you started and some plugins to look at:

  • https://encrypted.google.com/search?q=jekyll+tags
  • https://github.com/pattex/jekyll-tagging
  • https://github.com/crispgm/jekyll-tags-list-plugin
  • https://gist.github.com/ilkka/710577
  • https://gist.github.com/yeban/2290195

ghost avatar Sep 22 '16 23:09 ghost