Based on the theme Orbit.
docker-compose updocker-compose.yml file is used to create a container that is reachable under http://localhost:4000. Changes _data/data.yml will be visible after a while.
- Get the repo into your machine
git clone git@github.com:VersusF/online-cv.git- Install required ruby gems
bundle install- Serve the site locally
bundle exec jekyll serve- Navigate to
http://localhost:4000