* 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>
* Create next and previous buttons below the articles.
* Create next and previous buttons below the articles.
* Update formatting
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
* Update style and add canonical meta tags for prev and next
---------
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
Co-authored-by: Emi <2206700+coppolaemilio@users.noreply.github.com>
* New Footer
* Make main.css be an scss file to handle imports
* Remove margin gap fix
* remove unused logos
* Update _sass/_footer.scss
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
* Update _sass/_footer.scss
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
* Update assets/css/main.scss
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
---------
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
- 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>
Blender ESCN exporter is unmaintained and experimental with [51 open bug tickets][openbugs].
As discussed in #713, drop the prominent mention on the download pages.
Fixes#713
I haven't run it locally (no Ruby/Jekyll env), but I tested with DOM changes directly.
The CSS break point `768px` looks better now that it's two columns, so no need to change it despite now being two instead of three layout/card columns.
[openbugs]: https://github.com/godotengine/godot-blender-exporter/issues?q=label%3A%22bug%22+is%3Aopen+sort%3Aupdated-desc
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.
- 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.
Every available release is now mirrored on GitHub, so we can
finally update the mirror list and the download archive
to point there, which offers better download speeds for
users.
Also added all release dates to the versions file.