Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 491 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 491 Bytes

The yt website repository

This repository includes the yt website. Some things, including the gallery and contributors, are autogenerated.

To add a new image to the gallery, add it to the img/gallery directory and then add it to gallery.yaml at the top.

To add a new member, add to members.yaml.

To generate the website, run generate.py. This requires a yt to be installed from its git repository directory, and it additionally requires gitpython, pyyaml and jinja2 to be installed.