Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 1.02 KB

README.md

File metadata and controls

29 lines (26 loc) · 1.02 KB

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 [email protected]: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.