7 Commits

Author SHA1 Message Date
Emi
bf79f99062 Add localization plugin and initial es translation (#1011)
* Add plugin and initial `es` translation

* Add missing features to plugin

* Translate home page and sponsors

* Add language selector and widen nav

* Fix mobile style and language selector

* Add js helper file

* Update header.css

* translate footer
2025-02-27 19:33:16 +01:00
Adam Scott
6f0e01cbc9 Add Godot priorities page (#955)
Co-authored-by: Emi <2206700+coppolaemilio@users.noreply.github.com>
2024-12-02 21:44:47 +01:00
Yuri Sizov
5c406d2903 Add a download page for preview builds (#640)
- Make downloads data-driven, create a database of versions;
- Add a custom plugin to generate download URLs;
- Use the new plugin for the regular downloads page as well.
2023-05-17 20:36:53 +02:00
Yuri Sizov
932628b3f0 Improve styling and layout of articles (#593)
* Improve styling and layout of articles

Also reimplement header articles in a safer and more idiomatic way.

* Update assets/css/anchor-link.css
2023-03-07 18:11:15 +01:00
Yuri Sizov
522dc35624 Overhaul the downloads page (#553)
* (WIP) Rework the downloads page

* Enable incremental builds

* Improve styling and layout of the downloads page

---------

Co-authored-by: Emi <2206700+coppolaemilio@users.noreply.github.com>
2023-02-10 20:27:31 +03:00
Rémi Verschelde
d91bd9fa27 Add missing newlines at EOF 2023-01-13 14:35:36 +01: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