Bunto Archives
Automatically generate post archives by dates, tags, and categories.
Getting started
Installation
- Add
gem 'bunto-archives'
to your site's Gemfile - Add the following to your site's
_config.yml
:
gems:
- bunto-archives
Configuration
Archives can be configured by using the bunto-archives
key in the Bunto 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.