Set up development environment (Ruby 3.2 / Jekyll)#2
Draft
lukepan-99 wants to merge 1 commit into
Draft
Conversation
…NTS.md Co-authored-by: lukepan-99 <lukepan-99@users.noreply.github.com>
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
Sets up the development environment for this Jekyll + reveal.js slideshow so it builds and runs on the current toolchain.
Gemfile.lockfor Ruby 3.2. The original lock pinnednokogiri 1.11.3/jekyll 3.9.0, which only support Ruby < 3.1 and fail to install on Ruby 3.2. It now resolves togithub-pages 232/jekyll 3.10.0(which includeswebrick, required on Ruby 3.x). TheGemfileconstraint (github-pages >= 207) is unchanged.AGENTS.mdwith a## Cursor Cloud specific instructionssection documenting how to run the dev server, the lint/link-check command, and non-obvious gotchas.Verification
bundle install/bundle exec jekyll buildsucceed.bundle exec jekyll serve --host 0.0.0.0 --port 4000serves the slideshow (HTTP 200) athttp://localhost:4000/.bundle exec htmlproofer _site/index.html --disable-external --ignore-empty-altpasses.jekyll_slideshow_navigation_demo.mp4
Welcome slide
Hello World slide
To show artifacts inline, enable in settings.