Commit Graph

17 Commits

Author SHA1 Message Date
Adam Scott
5387797774 Godot 4.5 release page
Huge thanks to JohnVeness, AThousandShips, and Meorge for their
great help rewording my broken English.
2025-09-15 16:03:40 -04:00
Adam Scott
e6bdb5c006 Add 4.4 release page (#1023)
Co-authored-by: Nathalie Galla <murderveggie@gmail.com>
2025-03-03 17:41:42 +01:00
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
Adam Scott
b31ec62d03 Add 4.3 release page (#882)
- 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>
2024-08-15 12:57:38 +02:00
Yuri Sizov
20e9ac818c Add /download/4.x redirects for the current download page
This also adjusts the format for redirects to make sure
pages are always generated as `/index.html`.
This happens when the redirect link ends with a slash, no
explicit declaration needed. So I adjusted existing rules
to use that as well.
2023-09-20 15:07:54 +02:00
Yuri Sizov
d0743020f5 Update the download archive and generate individual release pages 2023-06-29 23:04:18 +02:00
Yuri Sizov
69841fad7a Generate the mirrorlist based on static version data 2023-06-19 20:24:43 +02:00
Yuri Sizov
d7576b9686 Ignore services files from published builds 2023-06-09 20:41:10 +02:00
Yuri Sizov
e666916216 Rework community events using data collections (#628)
- Replace the events page with a generated template
- Convert all events to the data collection format
- Fix various markup issues, typos in texts
- Add collection item templates for articles, showcase, and events
- Fix shadowing in showcase items where `page.xbox` was defined twice
2023-04-24 18:41:54 +02:00
Yuri Sizov
072cb0d7fb blog: Add "Release candidate: Godot 4.0.1 RC 1" (#600)
- Also allow building articles before their due date.
2023-03-15 12:48:28 +03:00
Yuri Sizov
408ed76629 Update website for the imminent Godot 4 release (#579)
* Update Home and Features pages for Godot 4

Adds support for 2 simultaneous stable versions of the engine
Dubs Godot 4 as Latest and Godot 3 as LTS
References new features of Godot 4 as extras on the Features page
Downloads are WIP

* Split Download pages for 4.x and 3.x and cross-link them

Also slightly improve styling of the pages

* Promote Features over Showcase in main navigation again

* replace editor image

---------

Co-authored-by: Emi <2206700+coppolaemilio@users.noreply.github.com>
2023-03-01 15:19:59 +03:00
Emi
e5ce7c213d Donate page updates (#549) 2023-02-01 18:01:07 +01:00
Yuri Sizov
f50f052883 Don't shadow base config options, add local dev config (#530) 2023-01-17 16:58:42 +01:00
Emilio Coppola
a283df1e22 Add site.baseurl variable to fix OG image previews 2023-01-16 19:45:36 +01:00
Emilio Coppola
7274c9ce68 Update showcase page with new entries 2023-01-14 01:11:49 +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