Skip to content

GitHub Pages

Bassbiest edited this page Apr 9, 2019 · 1 revision

The representation of our catalogs is implemented with a GitHub feature called GitHub-Pages.

Structure

Our web files are located in the gh-pages branch in this repository. The only necessary file of this branch is the base level index.html file. This file represents the front page. We separate the contents of our pages from their presentation using CSS. The CSS, HTML and other files are kept in their respective CSS directories. Since the amount of content is very comprehensible all changes are done by hand. However, it is still recommended to do modifications locally in order to test them.

Additional Information

We will provide a modified version of auto_catalog_creation.py that produces a clean HTML table of the content of catalogs.

Clone this wiki locally