vim _data/schedule.csv
bundle exec jekyll serve
# past this url into a web browser to view changes live before pushing
localhost:4000
git diff # check the changes you made
git add . # this adds all, you can add individual files instead
git status # check that the files are correctly added
git commit -m "update message"
git push # website will update after a few minutes once this step is performed
assets/docs/roster*.md
to the acutally pages in _pages/roster*.md
(normal page and rated page)localhost:4000/rosters2.md
cd assets/docs
cp ~/Downloads/*Form\ Responses*.csv teams.csv
python3 teams.py teams.csv
python3 teams.py teams.csv -r # rating page (rosters2)
# manually diff the generated files with the current roster to do final corrections
_data/schedule.csv
file and adjust as appropriate#
python3 assets/docs/scheduler.py
sass -w assets/css/styles.sass:assets/css/styles.css
# TODO