Commit Graph

32 Commits

Author SHA1 Message Date
Myeongjin
6cfd44f3c0 Add Korean translation (#1050) 2025-04-09 13:17:43 +02:00
Patrick Exner (FlameLizard)
a6aba86f53 Add German translation (#1024) 2025-03-04 21:23:42 +01:00
憨憨羊の宇航鸽鸽
2edefe2f9d Add Chinese localization (#1021)
* Add Chinese

* Adding cache bust to the js file

---------

Co-authored-by: Emi <2206700+coppolaemilio@users.noreply.github.com>
2025-02-28 12:15:53 +01:00
Hugo Locurcio
99edecc827 Add French localization (#1018) 2025-02-28 00:44:04 +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
Emi
d237e98602 Add Outskirts demo to hero image rotation 2025-01-13 13:05:49 +01:00
Adam Scott
6fab9e4672 Add a "what's new" button to home page (#945)
* Add a "what's new" button to home page

- Add "experimental releases" link

* Make button a bit transparent

---------

Co-authored-by: Emi <2206700+coppolaemilio@users.noreply.github.com>
2024-10-08 10:56:18 +02:00
Emi
be89ecaf75 Isn't cache fun? 2024-09-17 10:58:53 +02:00
John Veness
93ef0ce517 Unify "Godot Engine" in html titles (#922)
* Update default html title tag

* Add title for education and remove extra Godot Engine from community

---------

Co-authored-by: Emi <2206700+coppolaemilio@users.noreply.github.com>
2024-09-11 20:34:20 +02:00
Emi
60ccaa6500 fix download weight 2024-08-26 15:47:34 +02:00
Emi
1e04972668 Add credits to Human Diaspora screenshot 2024-08-02 15:20:02 +02:00
Emi
98b0f4ffaa Update old docs links 2024-07-25 12:01:50 +02:00
Hugo Locurcio
8f2c233990 Avoid redirects in internal links by appending trailing slash (#857)
The web server redirects pages like `/blog` to `/blog/`, which slows
down navigation a bit. This can be avoided by fully spelling out the URLs
in internal links.
2024-05-31 11:50:34 +02:00
Emi
bb0f0a41c3 Consolidate download sections and remove LTS terminology for Godot 3 2024-05-03 12:08:59 +02:00
Emi
5c67337d0e Make hero shorter and update call to actions (#840)
* Make hero shorter

* Update home.html

* Remove max-width for subtitle text
2024-05-03 09:47:47 +02:00
Adam Scott
64931644d1 Edit title to better fit the current marketing (#829) 2024-04-11 08:56:40 +02:00
Hugo Locurcio
973cf2b1c2 Highlight recent post dates on homepage and article metadata (#793)
- Display post dates on homepage.

This helps make recent articles more noticeable. The highlight is applied
to post dates less than 48 hours old on the client side.
2024-02-05 06:26:17 +01:00
Hugo Locurcio
b9f369dff9 Update C# platform support notice for Godot 4.2 (#754)
Exporting C# projects to Android and iOS is now possible in Godot 4.2.
2023-12-20 12:54:56 +01:00
Emi
7fa6b92fab Update sponsors 2023-07-22 00:34:05 +02:00
Hugo Locurcio
94a0d2b0c4 Add notice about C# support being limited to desktop platforms (#671) 2023-07-19 20:20:26 +02:00
Emi
768c1b4594 Update home section (#642) 2023-05-23 23:54:02 +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
2e896bb6c9 Update some outdated static information
Closes https://github.com/godotengine/godot-website/issues/610.
2023-04-03 17:25:38 +02:00
Yuri Sizov
4df8303948 Improve styling of the features page (and some buttons) (#587) 2023-03-03 11:39:34 +01: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
3134c68289 Use sponsor data on the home page (#566) 2023-02-20 19:41:01 +01:00
Rémi Verschelde
c5415680d1 Update URL for Striked sponsor 2023-02-20 10:03:11 +01:00
Emi
e5ce7c213d Donate page updates (#549) 2023-02-01 18:01:07 +01:00
Emilio Coppola
7274c9ce68 Update showcase page with new entries 2023-01-14 01:11:49 +03:00
Emilio Coppola
83e32fffcf Add heroic lab to home page 2023-01-13 18:15:46 +01: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