Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jekyll/jekyll-archives
:books: Archive pages for your Jekyll tags and categories.
https://github.com/jekyll/jekyll-archives
jekyll-plugin
Last synced: 1 day ago
JSON representation
:books: Archive pages for your Jekyll tags and categories.
- Host: GitHub
- URL: https://github.com/jekyll/jekyll-archives
- Owner: jekyll
- License: mit
- Created: 2014-08-17T21:55:22.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-12-05T16:54:32.000Z (about 2 months ago)
- Last Synced: 2025-01-17T21:00:10.535Z (8 days ago)
- Topics: jekyll-plugin
- Language: Ruby
- Homepage: https://jekyll.github.io/jekyll-archives/
- Size: 145 KB
- Stars: 447
- Watchers: 14
- Forks: 101
- Open Issues: 40
-
Metadata Files:
- Readme: docs/README.md
- Changelog: History.markdown
- License: LICENSE
Awesome Lists containing this project
- awesome-jekyll-plugins - **Archives** - archives](https://rubygems.org/gems/jekyll-archives)) -- archive pages for your tags and categories **#Official** (Tags & Taggings, Categories & Categorizations)
README
## About Jekyll Archives
Automatically generate post archives by dates, tags, and categories.
[![Gem Version](https://badge.fury.io/rb/jekyll-archives.svg)](http://badge.fury.io/rb/jekyll-archives)
[![Build Status](https://travis-ci.org/jekyll/jekyll-archives.svg?branch=master)](https://travis-ci.org/jekyll/jekyll-archives)## Getting started
### Installation
1. Add `gem 'jekyll-archives'` to your site's Gemfile
2. Add the following to your site's `_config.yml`:```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](configuration.md) 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](layouts.md) page will show you how to create a layout for use with Archives.
## Documentation
For more information, see:
* [Getting-started](getting-started.md)
* [Configuration](configuration.md)
* [Layouts](layouts.md)