1
0
mirror of https://github.com/danog/gojekyll.git synced 2024-11-26 21:14:48 +01:00

Update docs to point to issues.

This commit is contained in:
Oliver Steele 2017-07-09 19:20:26 -04:00
parent 0c6e893d3c
commit 7bbc4bb0b0
3 changed files with 7 additions and 7 deletions

View File

@ -1,8 +1,8 @@
## Checklist
- [ ] I have searched the [issue list](https://github.com/osteele/gojekyll/issues). This issue is not listed.
- [ ] I have reviewed the [feature parity board](https://github.com/osteele/gojekyll/projects/1). This issue is not already represented by one of those notes.
- [ ] I have a reproducible test case.
- [ ] I have search the [issue list](https://github.com/osteele/gojekyll/issues) for my issue.
- [ ] I have verified the behavior with `jekyll`.
- [ ] I tried hard to create a reproducible test case.
## System information

View File

@ -3,7 +3,7 @@
Here's some ways to help:
* Try using gojekyll on your site. Use this as fodder for test cases.
* Choose an item to work on from one of the [project boards](https://github.com/osteele/gojekyll/projects). Convert it to an Issue and assign it to yourself, so we know you're working on it.
* Choose an item to work on from the [issues list](https://github.com/osteele/gojekyll/issues).
* Search the sources for FIXME and TODO comments.
* Improve the [code coverage](https://coveralls.io/github/osteele/gojekyll?branch=master).

View File

@ -5,13 +5,13 @@
Disable the cache by setting the environment variable `GOJEKYLL_DISABLE_CACHE=1`.
Disable threading by setting `GOMAXPROCS=1`.
SASS conversion and Pygments (`highlight`) are cached.
SASS conversion and Pygments (`{% highlight %}`) are cached.
## Jekyll Docs
This site contains only one SASS file.
It contains a few instances of {% highlight %}.
This causes calls to Pygment, which dominate the un-cached times.
It contains a few instances of `{% highlight %}`.
Each of these results in a call to Pygment. This dominates the un-cached times.
| Executable | Options | Time |
|------------|-----------------------------|---------------|