Machine and Biological Vision • Computational Neuroscience • AI • NeuroAI • XAI
Brown University
Providence, RI 02912
Lab website
Lab github
Brown profile
CV
I need help finishing the Jekyll local development setup. Everything is documented in JEKYLL_SETUP_STATUS.md.
Goal: Get Jekyll running locally so I can test website changes on the dev branch.
Current Issue: Old github-pages gem incompatible with Ruby 3.4.7. Need to choose one of three solutions.
JEKYLL_SETUP_STATUS.md (has full details)bundle exec jekyll serve works/Users/tserre/Projects/tserre.github.iodev branch (safe for testing)JEKYLL_SETUP_STATUS.md - Full status and solutionsGemfile - Lists required gemsGemfile.lock - Currently updated to use Bundler 2.7.2When done, user should be able to run:
cd /Users/tserre/Projects/tserre.github.io
bundle exec jekyll serve
# Opens at http://localhost:4000
Thank you!