Update site content: Our Work, Research, Jobs, About; remove Blog - #91
Open
Caralie-fs wants to merge 8 commits into
Open
Update site content: Our Work, Research, Jobs, About; remove Blog#91Caralie-fs wants to merge 8 commits into
Caralie-fs wants to merge 8 commits into
Conversation
- Rename "Projects" nav to "Our Work" (URL kept as /projects) - Rewrite Our Work page with new engineering/research/education copy in the original logo-row format; add Events, split current vs. past projects - Update Research page with Research Day, Research Prize, and Bitcoin Scholarship in the same format - Replace Jobs page image with NYC skyline photo and update copy (remove Open Roles listing) - Remove the physical address block from the About page - Remove the Blog page, old residency posts, and unused post layout - Drop now-unused _data/projects.yml and _data/research.yml Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0131PG3PjHonRfFFktsZV5Z8
Contributor
- Run bundle install in the jekyll/builder container so pinned gem versions resolve (fixes GemNotFound on the :latest image) - Widen page-intro and jobs-copy max-width so intro paragraphs fill the column on large screens instead of wrapping short - Capitalize "Bitcoin" in prose on projects.html and team bios - Our Work copy edits: "and the Consensus Cleanup", reworded Events and Residency descriptions Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The :latest image drifted to Ruby 3.4 + Bundler 2.6.9, which downgrades to the lockfile's Bundler 2.1.4 and crashes on Ruby 3.4. Pinning to the 4.1.x-era image restores a compatible Ruby/Bundler while bundle install fetches the exact locked gem versions. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The 4.1.0 image's RubyGems is too old for the lockfile's modern deps (ffi 1.17.0). The latest image has a new enough RubyGems; bumping BUNDLED WITH to 2.6.9 stops it from downgrading to Bundler 2.1.4, which crashes on Ruby 3.4. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Without bundle exec the container's global jekyll 4.4.1 loads, activating public_suffix 7.0.5 and conflicting with the bundled 5.1.1. bundle exec uses the locked jekyll 4.1.1 and matching dependencies. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Ruby 3.4 removed these from the default gems, but Jekyll 4.1.1 requires csv (and base64/logger), causing a LoadError in the container. Declaring them in the Gemfile makes bundle install provide them. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
liquid requires bigdecimal, which Ruby 3.4 also removed from default gems. Adding bigdecimal and ostruct keeps the bundled dependency tree loadable under Ruby 3.4. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Replace Jobs hero with the Chrysler Building sunset panorama and the About photo with a NYC sunset skyline (web-optimized JPGs) - Add "Our team has worked on" publications list to the Research page with matching styling Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Contributor
Author
|
@carlaKC ready for your eyes again! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Summary
blog.html, thepostlayout, and old residency/internship postsjobs-1.png→jobs-skyline.jpg) and adds supporting styles in_sass/main.scssTest plan
bundle exec jekyll servebuilds without errors