Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 1.06 KB

README.md

File metadata and controls

19 lines (11 loc) · 1.06 KB

unitsofmeasurement-jbake

JBake source of the Units of Measurement Web Site using Bootstrap template.

Java CI with Maven

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.