The official DASA Github pages site.
The dasa.org.za site is built with Jekyll and publicly hosted on GitHub Pages at http://dasa.org.za. The site may also be run locally.
- If necessary, install Jekyll (requires v1.x).
- From the root
/DrupalAssociationSA.github.iodirectory, runjekyll servein the command line.
- Windows users: run
chcp 65001first to change the command prompt's character encoding (code page) to UTF-8 so Jekyll runs without errors.
- Open http://localhost:4000 in your browser, and voilà.
Learn more about using Jekyll by reading its documentation.
Commit messages should have the following a type, a scope and a subject:
<type>(<scope>): <subject>
Any line of the commit message cannot be longer 100 characters! This allows the message to be easier to read on github as well as in various git tools.
Must be one of the following:
- feat: A new feature
- fix: A bug fix
- docs: Documentation only changes
- style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
- refactor: A code change that neither fixes a bug or adds a feature
- perf: A code change that improves performance
- test: Adding missing tests
- chore: Changes to the build process or auxiliary tools and libraries such as documentation generation