Source files of the conference website for the Workshop on AI & Digital Twins for Smart Cities (WAISC) at KI2022, waisc2022.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