Skip to content

votchallenge/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Main website for the VOT challenges

Source files for the VOT challenge website.

This page uses Wintersmith as a static website generator. Wintersmith uses Markdown for content and Jade for templates. In order to compile this repository into html pages, the following steps are necessary.

  • Install nodejs and npm from here.
  • Open a terminal and run
npm install -g wintersmith
  • Clone this repository
git clone git@github.com:votchallenge/website

After navigating to your local folder where the website resides (still in the terminal), you have two options:

  • Preview the site using a local webserver
wintersmith preview
  • Compile the site into the folder 'build'
wintersmith build

In order to publish the website, the contents of the build folder currently must be transmitted manually to the ftp server by someone who has access to it.