Description
The project is currently using Jekyll 3.10.0. Upgrading to Jekyll 4.x provides substantial performance gains and better collection support.
Acceptance Criteria
Final Summary
Upgraded Jekyll from 3.10.0 to 4.3.4.
- Updated Gemfile to use Jekyll ~> 4.3.4 and jekyll-sass-converter ~> 3.0.
- Fixed Liquid 4 syntax errors in bin/generate_interview_pages.rb by simplifying logic and standardizing spacing.
- Verified build is successful and clean.
- Environment currently remains on Ruby 3.4.8 as Ruby 4.0.0 was not available in the shell path.
Definition of Done