Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 867 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 867 Bytes

workshop-uav-sims-icra2023

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.

Initial Set Up

gem install jekyll bundler

Building/Testing

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).

Docker for Jekyll

As an alternative, you can also use docker to build the website in a Jekyll container

docker-compose up

Deployment

Simply push to the main branch. The site will be deployed automatically.