No commit activity in last 3 years
No release in over 3 years
Add category and tag index pages to your jekyll site. Useful for those using GitHub Pages.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

~> 2.0
 Project Readme

Jekyll Static Index Generator

Generate static index pages for your categories and tags, e.g. http://example.com/categories/news, http://example.com/tags/rails. This is useful if you are publishing to GitHub Pages, as they don't support plugins which can generate these index pages dynamically.

Run jekyll build to have the plugin create index pages for all your categories and tags. Then, add the categories/ and tags/ directories and push them to GitHub.