JBake source of the Units of Measurement Web Site using Bootstrap template.
If you have [GIT_HOME]
/unitsofmeasurement-jbake and [GIT_HOME]
/unitsofmeasurement.github.io cloned,
to publish locally:
mvn clean install
to test locally:
mvn jbake:inline [ -Dport=8820 ]
JBake’s internal Web server listens by default on port 8820
. If you have another application occupying port 8820
, then the listening port of JBake can be changed with the port
parameter.
Requires JBake v2.7 or above.