- Add new filter `ensure_magic_type` (`_plugins/ensure_magic_type.rb`) that checks the input magic type and compares it to its parameter. If it doesn't match, it fails the build. There's optional context parameters to explain the check.
- Add new filter `is_legacy_cover_image` (`_plugins/is_legacy.rb`) that
is essentially a grand-fathered clause check to see if we apply
a `ensure_magic_type` check for the cover image.
* Refresh nav style
- Update transparent nav style
- Update regular nav style
- Make default nav floating on every page
- Color update and nav fixes
- Remove blog box-shadow
- Cache bust and transparent nav in 4.5 release page
- fix mobile nav
* Update --head-background-color
* 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
- 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>
- 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.
* 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>