Skip to content

unitsofmeasurement/unitsofmeasurement-jbake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.