Generates a website and OPDS feed listing the LilyPond partitions hosted on my GitHub account.
BUNDLE_WITHOUT=development bundle install
GITHUB_USER
and GITHUB_TOKEN
:export GITHUB_USER="{{username}}"
export GITHUB_TOKEN="{{token}}"
./download_pdfs.rb
./generate_opds.rb
cd site
bundle exec jekyll serve --livereload
cd site
bundle exec jekyll build