Webpage for the workshop on "The Role of Robotics Simulators for Unmanned Aerial Vehicles" (hosted at ICRA 2023)
The webpage uses the static site generator Jekyll with a custom theme based on the CSS framework Bulma. on github using jekyll-action.
gem install jekyll bundler
bundle exec jekyll serve
And go to http://localhost:4000
in your browser. The page will automatically update, unless _config.yml
is changed (in which case you have to restart jekyll).
As an alternative, you can also use docker to build the website in a Jekyll container
docker-compose up
Simply push to the main branch. The site will be deployed automatically.