Code Guide is a project for documenting standards for developing flexible, durable, and sustainable HTML and CSS. It comes from years of experience writing code on projects of all sizes. It's not the end-all be-all, but it's a start.
We use Jekyll for the site build process. Thus, Jekyll must be installed globally to make changes.
Why Jekyll build instead of GitHub Pages build?
GitHub Pages does not support the use of third-party/custom Jekyll plugins. We leverage a file_exists
plugin to allow our site build to maintain some amount of magic under the hood.
https://jekyllrb.com/docs/installation/
Before your changes can be reflected and deployed, you must rebuild using Jekyll:
git checkout master
git pull origin master
jekyll build
git add -A
git commit -am "Compiled!"
git push origin master
Released under MIT by, and copyright 2014, @mdo.
Heavily inspired by Idiomatic CSS and the GitHub Styleguide.
❤️