- Fix issues with 4.4 page (caused by a common release template change)
- Fixes credit names to be the same size for every name
- Remove superfluous debugger call in the 4.5 release page
* Fix building with Jekyll on Ruby 3.4
Ruby 3.4 removed several standard library packages, so they have
to be installed as gems instead.
This also updates Jekyll to use a version that's supported in Ruby 3.4.
The minimum required Ruby version is now 3.2.
* Fix Sass deprecations
This allows the website to build on Ruby 3.4.0 + Jekyll 4.4.1.
More information:
- https://sass-lang.com/blog/import-is-deprecated/
- Web development by Adam Scott with help from Emilio Coppola
- Design template by Luis Carli
- Visuals by Adam Scott with speial thanks to GDQuest, Kenney, and FR3NKD
- Texts by Nathalie Galla & Adam Scott
Co-authored-by: Nathalie Galla <murderveggie@gmail.com>
Co-authored-by: luiscarli <git@luiscarli.com>
Co-authored-by: Emi <2206700+coppolaemilio@users.noreply.github.com>
Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>