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:generate
Simply runs jbake and generate the site intotarget/website
dir. -
mvn jbake:watch
Polls a folder and run jbake whenever changes happen. -
mvn jbake:inline
Same 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.
|