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