An open API service indexing awesome lists of open source software.

https://github.com/jekyll/cases

Test cases to aid in exploring bugs with Jekyll.
https://github.com/jekyll/cases

Last synced: 3 months ago
JSON representation

Test cases to aid in exploring bugs with Jekyll.

Awesome Lists containing this project

README

          

# Jekyll Test Cases

This repository is for Jekyll sites used to attempt to reproduce issues
with Jekyll. They are named by the related repository and issue number.

## Usage

```bash
~$ git clone git://github.com/jekyll/cases.git
~/cases$ cd cases
~/cases/jekyll-123$ # pick your case and cd into that
~/cases/jekyll-123$ jekyll build --trace
```

Always run with the latest version of Jekyll unless a `Gemfile` is
included.