0.28
No release in over 3 years
Low commit activity in last 3 years
There's a lot of open issues
Automatically generate post archives by dates, tags, and categories.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

>= 3.6, < 5.0
 Project Readme

About Jekyll Archives

Automatically generate post archives by dates, tags, and categories.

Gem Version Build Status

Getting started

Installation

  1. Add gem 'jekyll-archives' to your site's Gemfile
  2. Add the following to your site's _config.yml:
plugins:
  - jekyll-archives

Configuration

Archives can be configured by using the jekyll-archives key in the Jekyll configuration (_config.yml) file. See the Configuration page for a full list of configuration options.

All archives are rendered with specific layouts using certain metadata available to the archive page. The Layouts page will show you how to create a layout for use with Archives.

Documentation

For more information, see: