Files
godot-website/Gemfile
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

7 lines
144 B
Ruby

source 'https://rubygems.org'
gem 'jekyll', '4.2.2'
gem 'jekyll-paginate-v2'
gem 'jekyll-multiple-languages-plugin'
gem 'jekyll-redirect-from'