6 Commits

Author SHA1 Message Date
Hugo Locurcio
7da2b8cab3 Add logger to Gemfile to fix Ruby 3.5.0 deprecation warning
This gem will be moved out of the standard library in Ruby 3.5.0.
While the website can still build fine with Ruby 3.4.x, this won't
be the case anymore with the latest Ruby version once 3.5.0 releases.
2025-06-23 16:58:45 +02:00
Hugo Locurcio
5fe2df3dbb Fix building with Jekyll on Ruby 3.4 (#1079)
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.
2025-06-12 20:41:04 +02:00
Emi
072eff1869 Add Callbreak to the showcase page
The most popular Godot game in mobile :)
2024-12-19 18:32:09 +01:00
dependabot[bot]
df6c1b4f92 Bump webrick from 1.7.0 to 1.8.2 (#950)
Bumps [webrick](https://github.com/ruby/webrick) from 1.7.0 to 1.8.2.
- [Release notes](https://github.com/ruby/webrick/releases)
- [Commits](https://github.com/ruby/webrick/compare/v1.7.0...v1.8.2)

---
updated-dependencies:
- dependency-name: webrick
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-30 16:16:48 -07:00
Yuri Sizov
ac508cedf9 Enable editorconfig to enforce formatting, make sure build-and-serve works 2023-01-13 22:55:12 +03:00
Emilio Coppola
2fa65521ee Complete website rewrite
This PR replaces the current CMS website with a static version of it built using Jekyll.

- Everything should be working 1 to 1 with the same permalinks except for the `/news` page (not articles) which was renamed as `/blog` (old links will redirect to new ones).
- The showcase entries on the home page now redirect to their showcase page in our site so that the user can choose which store front or page to visit next.
- I also changed the first link from the nav bar to go to the showcase page since the features one is still pretty outdated.

Co-authored-by: Yuri Sizov <yuris@humnom.net>
2023-01-09 19:14:36 +03:00