The recommended way to make changes if you have access to this repo:
- Work on a local copy on your machine using a git client (e.g. Github for Mac).
- Commit your changes once you're done with them.
- Sync them to this repository.
- If everybody is happy with the changes, I'll update the gh-pages branch from the master branch, which makes them live on the website.
If you don't have access to this repo, fork it, make your changes, and submit a pull request.
For any other problem please don't hesitate to file an issue.
To preview the site while editing:
- Install Jekyll.
- Type
jekyll serve
into the console. - Load
http://127.0.0.1:4000
in the browser.
Jekyll is the same tool that Github uses to generate the site.
— Baldur and Tom