Jansi Site

How the website works

How it works

The Jansi documentation and site is created using Scalate and is stored in git in the same source control system as the code

Note: For code highlighting you will need to install http://pygments.org/.

Editing the source code

If you grab the source code you will find the site source in the jansi-website directory. The website is also built using Maven so, you would

cd jansi-website
  mvn package

If you want to edit the files in your text editor and be able to immediately see the site re-rendered in a browser then use

mvn jetty:run

You can now surf the site and see changes immediately.

If you are on OS X then we highly recommend TextMate as a great editor which supports Textile and Markdown

Deploying the site

The site is deployed through GitHub gh-pages branch: you can deploy the site using Maven:

mvn install