Skip to content

scribble/scribble.github.io

 
 

Repository files navigation

Scribble Website

Build Status

Description

When pushing a commit into this branch, the site is automatically built and published to http://scribble.github.io 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.

About

No description, website, or topics provided.

Resources

License

Stars

5 stars

Watchers

4 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors