Getting started
To contribute to this project:
- minor contribution (typo/minor change): you can use github's edit feature & make a PR.
- clone it locally, have github pages gem installed & run jekyll, for example
jekyll serve watch
or if you want to customize host usejekyll serve --host localhost
. Hack on it, commit-push-make a PR.