Automatically generate collections archives by dates, tags, categories, or any other Array attribute.
- Add
gem 'jekyll-archives-v2'
to your site's Gemfile - Add the following to your site's
_config.yml
:
plugins:
- jekyll-archives-v2
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.
For more information, see: