This repository contains the files for the Matroska Homepage. It might evolve to encompass other files related to the technical infrastructure around the Matroska project.
You'll need:
jekyll
make
xsltproc
First, make sure to have all git submodules update to date:
git submodule init
git submodule update
Now run:
cd website
make
The output will be located in website/_site
.