This website was built Jekyll and uses the Jekyll TeXt Theme and is hosted on Github Pages at https://cmubig.github.io/arc-icra23-workshop/.
Make sure you have the following installed:
Then simply navigate to the src
directory and run the following command:
$ bundle exec jekyll serve
Most modification can just be made in the respective src/*.md
files using markdown or html. To update the website:
- Rebuild the website locally by calling
bundle exec jekyll serve
- Copy all contents of the
src/_site
directory to/docs
and push to the main branch