PhoneGap's future website.
This is a fairly vanilla Jekyll/GitHub Pages site. It has been optimized for improved page loading speed; see this article for a full description.
Run this command:
$ rake
Open a browser to http://localhost:4000
The site is using Travis CI and HTML Proofer to check the html and referenced urls. Before you make a pull request it's a good idea to run the tests locally first.
Just run the command:
$ rake test
The output should be something like:
Running ["ScriptCheck", "LinkCheck", "ImageCheck"] checks on ./_site on *.html...
Checking 7 external links...
Ran on 3 files!
HTML-Proofer finished successfully.
If it finds any errors be sure to fix them before making the pull-request.