Slim Jekyll portfolio site for robotic learning and robotics engineering work.
bundle install --path vendor/bundle
bundle exec jekyll serve --host 127.0.0.1 --port 4001Then open http://127.0.0.1:4001/ch2/.
For a root-path local preview, run:
bundle exec jekyll serve --host 127.0.0.1 --port 4001 --baseurl ""Add personal media files at these paths to replace the fallback panels:
assets/img/profile.jpgassets/img/projects/flower-thinning.jpgassets/img/projects/pollination-harvesting.jpgassets/img/projects/tact-bimanual-flower-thinning.jpgassets/img/projects/mujoco-teleoperation.jpgassets/img/projects/keti-teleoperation.jpgassets/img/projects/drl-pedestrian-avoidance.jpgassets/img/projects/process-anomaly-detection.jpg
Update _data/profile.yml if the GitHub URL or media filenames change.