This is the website for the International Conference on Probabilistic Programming.
To build the website locally:
- Install Jekyll.
- Run
bundle install
in root of this repository. - Run
bundle exec jekyll serve
to host website onlocalhost:4000
.
To deploy to https://probprog.cc, use git push origin master
.