mirror of
https://github.com/treffynnon/sqlstyle.guide.git
synced 2025-03-09 12:49:51 -05:00
A consistent code style guide for SQL to ensure legible and maintainable projects
|
||
---|---|---|
_includes | ||
_layouts | ||
.gitignore | ||
_config.yml | ||
CNAME | ||
Gemfile | ||
index.md | ||
LICENCE | ||
README.md | ||
scripts.js | ||
style.css |
SQL style guide
General
The guide is written in Markdown and uses Jekyll via
GitHub's Pages facility to render itself upon pushing to the gh-pages
branch.
Sources
The markdown source for the guide can be found in _includes/sqlstyle.guide.md
Installing for local development
There is a Gemfile supplied so you just need to follow the GitHub Pages documentation to install the dependencies.
To then run it locally bundle exec jekyll serve