Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.06 KB

README.adoc

File metadata and controls

22 lines (14 loc) · 1.06 KB

Scribble Website

Build Status

Description

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.

Building the site on localhost

  1. git clone https://github.com/scribble/scribble.github.io

  2. git checkout pages

  3. Provided Maven is installed, run one of following commands:

    • mvn jbake:generate Simply runs jbake and generate the site into target/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.