Source files of the conference website for the 36th Workshop on (Constraint) Logic Programming (WLP), wlp2022.dfki.de.
The design is based on the Event Template from themeforest.
The website is automatically built and deployed to GitHub Pages. For local development, you need jekyll. Then, run the following commands:
bundle install
bundle exec jekyll serve --livereload # runs at http://localhost:4000/
bundle exec jekyll build # alternatively, built into the `_site` directory