Website of the Rust Latam 2020
Theme forked from: Grayscale
Original source: Jekyll Themes
- Check out the repo
- docker run --rm --volume=$(pwd):/srv/jekyll -p 35729:35729 -p 4000:4000 -it jekyll/jekyll jekyll serve
or with Docker Compose
- docker-compose up
As per the jekyll docs
gem install bundler
bundle install --path vendor/bundle
bundle exec jekyll serve