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.
- Host: GitHub
- URL: https://github.com/jekyll/cases
- Owner: jekyll
- Created: 2014-06-23T19:28:23.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-02-21T17:16:19.000Z (almost 8 years ago)
- Last Synced: 2025-06-30T10:06:54.133Z (7 months ago)
- Language: CSS
- Size: 10.7 KB
- Stars: 5
- Watchers: 6
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.