13 Commits

Author SHA1 Message Date
Rémi Verschelde
b490db1a63 Download: Add link for Horizon Store app on stable release (#937) 2025-03-03 17:45:03 +01:00
Rémi Verschelde
11bf6ace83 Add statement on GodLoader malware loader (#966)
* Add statement on GodLoader malware loader

Also update macOS download page to mention who signs and notarizes the build.
(macOS sadly doesn't show this information to users easily.)

* Update cover image, fix avatar background and add ` to file names

* Update collections/_article/statement-on-godloader-malware-loader.md

Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>

* Add game mods

---------

Co-authored-by: Emi <2206700+coppolaemilio@users.noreply.github.com>
Co-authored-by: Emi <coppolaemilio@protonmail.com>
2024-11-28 14:02:36 +01:00
bruvzg
3ba4ea0275 Improve .NET note on the main download page. (#901) 2024-08-16 12:46:52 +02:00
bruvzg
6e9e354cc8 Add links to the ARM binaries to the main download page. (#899) 2024-08-15 16:03:50 +02:00
Hugo Locurcio
72d94f562c Fix broken Troubleshooting docs URL on download pages (#774) 2023-12-21 10:59:35 +01: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
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
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
Yuri Sizov
17bb4db8bb Promote Play Store version of the Android editor 2023-02-24 19:35:43 +01:00
Yuri Sizov
2d0b1f8048 Improve page metadata across the board (#554)
Also makes the base downloads page used for redirect noscript and OG friendly
2023-02-11 23:27:41 +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