Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@ Automatically generate post archives by dates, tags, and categories.
2. Add the following to your site's `_config.yml`:

```yml
gems:
plugins:
- jekyll-archives
```

⚠️ If you are using Jekyll < 3.5.0, use the `gems` key instead of `plugins`.

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

Expand Down