Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 516 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 516 Bytes

Matroska.Org Infrastructure Repository

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.

Building the home page

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.