choj a014d9b1b9 | 4 years ago | |
---|---|---|
assets | 4 years ago | |
.gitignore | 5 years ago | |
README.md | 4 years ago | |
labelize.py | 4 years ago | |
labelize.yaml | 4 years ago | |
requirements.txt | 4 years ago | |
template.html | 4 years ago |
Music band web page generator : 1 folder with music files + images + 1 optional configuration file = 1 single page app with audio player
$ python3 -m venv labelize-env
$ . ./labelize-env/bin/activate
$ pip install -r requirements.txt
#Configuration
In a labelize.yaml file :
band: band name
images:
cover: my_cover_image.png
contact: my_contact_image.png
albums_section :
title: Album section tile
albums:
- year : 2019
title : my album title
- year : 2018
title : my album title
$ python labelize.py [inputDirectory] [outputDirectory]
Dev : CHOJ
UI Design : CDRC LCHRZ