Skip to content

Conversation

@stickies-v
Copy link
Collaborator

Draft, depends on #2577 .

Build with dev config first (correct URL), then serve --skip-initial-build.
jekyll serve --host 0.0.0.0 otherwise overrides site.url to 0.0.0.0.
Required for Ruby 3.1+ where Psych 4 disables YAML aliases by default
and restricts class instantiation.

See https://bugs.ruby-lang.org/issues/17866
Ruby 2.6 has become EOL since 2022. Bump it to the latest stable
version. Also update the lockfile and dependencies.
Ruby 2.6 has become EOL since 2022. Bump it to the latest stable
version. Also update the lockfile and dependencies.
Replace deprecated `/` division with `calc()` to fix Dart Sass 2.0
deprecation warnings. See https://sass-lang.com/d/slash-div
- quiet_deps: suppress warnings from dependencies (minima theme)
- silence @import deprecation: migration to @use/@forward requires
  significant minima refactoring (tracked: https://sass-lang.com/d/import)
Change `//github.com/` to `https://github.com/` to ensure
links work correctly and pass html-proofer validation.
The timestamp seek buttons used anchor tags without href attributes,
relying solely on onclick handlers. Add href="javascript:void(0)" to
make them valid anchors for html-proofer.
- Remove --check-html (deprecated in 4.0+)
- Rename --url-ignore to --ignore-urls
- Add --no-enforce-https (5.x now enforces https by default)
@stickies-v
Copy link
Collaborator Author

I've incorporated the travis fixed in #2577, so going to close this.

@stickies-v stickies-v closed this Dec 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant