Fixed and deployed the site. Thanks for reporting! I had some trouble deploying the site, though:
If you take a look at [the first line](https://github.com/jclouds/jclouds-site/blob/master/deploy-site.sh#L1) of the deploy script, you'll see that it runs `jekyll build --safe`. In my local version of jekyll (0.11.2), the first argument is the name of the output folder, so in practice the generated site is being generated in a directory named `build`. However, the script [later](https://github.com/jclouds/jclouds-site/blob/master/deploy-site.sh#L7) copies the contents of the `_site` folder instead of the contents of the `build` folder. This made me accidentally deploy an invalid version of the site. Is this something that is specific to the jekyll version (may the "build" command exist in other versions), or should it be fixed? It would be great if you @andrewgaul, @demobox or @everett-toews could confirm this so we don't accidentally deploy wrong versions of the site! --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-site/pull/14#issuecomment-24402979
