OBS Pattern Library
This is a collection of design patterns we use on the Open Build Service.
How to Contribute (Add/Edit Patterns)
- Fork the project on GitHub
- Add/edit patterns under
_posts.
Patterns are grouped by categories (a category being a directory under
_posts
). Each pattern is a file under_posts/$some_category/
(with the filename being$date-$pattern_name.html
) - Test your changes locally with Docker Compose by running
docker-compose up
and accessing http://localhost:4000/ - Submit a pull request
Deployments
Deployments are automated with a webhook, so whenever commits are pushed to
master
, a new version will be published. The deployments are listed
here.