patternlab-jekyll
patternlab-jekyll copied to clipboard
A port of Pattern Lab to Jekyll
patternlab-jekyll
A port of Pattern Lab to Jekyll
How to use
Run jekyll serve
Your project will be available at http://127.0.0.1:8888/patternlab-jekyll/
New patterns can be added under any of the following collections:
- 00-atoms
- 00-molecules
- 00-organisms
New patterns require front matter title
and optional description
.
Creating releases
- Update release variable in
_config.yml
- Create release folder under
dist/
- Copy compiled css file to location in
dist/
- Create release on GitHub
Why Jekyll?
- Ability to host on GitHub Pages
Caveats
There are some significant changes to the way files get generated that take a step away from Pattern Lab's approach.
You can help!
There are definitely areas where this project could be improved. Please contribute as you see fit.