- Locally run with
docker compose buildanddocker compose up, then navigate tolocalhost:4000to see it live. - If I changed the gems, I need to copy the new
Gemfile.lockfrom the container to the folder,docker cp <container_id>:/usr/src/app/Gemfile.lock .(check container id withdocker ps -a). Otherwise Github Pages can't deploy. - To upload changes just
git stage *,git commit -m "commit message", andgit push. - Remember to update
references.bibif I add citations of new resources!
How to deploy this website
© 2026 • Contents under CC-BY-NC • Created by Núria, based on Jekyll Garden