Skip to content

jekyll/jekyll-archives

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e681379 Â· Jun 21, 2017
Feb 21, 2015
Jun 21, 2017
Sep 1, 2015
Jan 21, 2017
Sep 1, 2015
Jan 21, 2017
Feb 3, 2017
Jan 21, 2017
Jun 21, 2017
Aug 18, 2014
Aug 26, 2016
Jan 21, 2017
Jan 21, 2017

Repository files navigation

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:
gems:
  - 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.