Skip to content

HTML generator to create a page for student profiles from yaml files

License

Notifications You must be signed in to change notification settings

Serubin/FOSSProfiles

 
 

Repository files navigation

StudentProfiles

A simple Jinja-powered template system for creating lists of student profiles. Running this script will output HTML with all of the YAML files passed as an argument. In the case of this repository, you can pass the profiles/ directory as an argument.

Usage

./generate profiles

Requirements

Profiles need only a bit of information, and are organized such that they can be sorted in the output. In order for Jinja to build the template, all profile biographies must be under 140 characters.

About

HTML generator to create a page for student profiles from yaml files

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 71.6%
  • HTML 28.4%