- In order to contribute you will need GitHub account.
- If you would like to make a major change, or a change to the overall visual design, submit an issue with your idea proposal first.
- Most of the content right now is in the
_sections
directory, so click here to view the list of sections to edit. - Pull requests are accepted, but we encourage you to create an issue to add your GitHub username to the whitelist. Then you can edit this repository yourself.
Build using docker run --volume=$(pwd):/src:Z grahamc/jekyll build --watch
Hacky pull every second while true; do git pull --ff-only; sleep 1; done