When pushing a commit into this branch, the site is automatically built and published to http://www.scribble.org Most likely the content of the website you are looking for is here.
- 
git checkout pages - 
Provided Maven is installed, run one of following commands:
- 
mvn jbake:generateSimply runs jbake and generate the site intotarget/websitedir. - 
mvn jbake:watchPolls a folder and run jbake whenever changes happen. - 
mvn jbake:inlineSame as watch, but also launches an embedded winstone container that by default listens on http://localhost:8080. Additionally you may want to use-Djbake.port=X-Djbake.listenAddress=Y. 
 - 
 
| 
 Note 
 | 
mvn install will most likely fail on localhost, because it needs the OAuth token for GitHub.
 |