Skip to content

yt-project/website

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
css
 
 
 
 
img
 
 
js
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.