16 Commits

Author SHA1 Message Date
Adam Scott
151966e6a9 Add "Beyond #100000: You're breathtaking!" (#972) 2024-12-04 21:39:44 +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
Emi
786f4b9fd3 Update article.html 2024-08-26 15:45:15 +02:00
Anna
1112eae03d Create next and previous buttons below the articles (#629)
* 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>
2024-08-26 15:40:50 +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
Emi
ccfeefdf81 Add Nat's January Jams blog post 2024-01-31 12:53:27 +01:00
Emi
0de309295a fix bright corners in blog post header image 2023-12-07 13:03:11 +01:00
Yuri Sizov
fca5d2753f Release Godot 4.2 stable and publish release notes 2023-11-30 10:14:32 +01:00
Yuri Sizov
fc8575881f Improve the article download card on mobile 2023-10-27 22:25:34 +02:00
Yuri Sizov
9863552ad6 Add a download card for use in articles 2023-10-25 17:58:01 +02:00
Yuri Sizov
93e49332a2 Release 4.2 beta 1 and publish release notes (#728)
Release Godot 4.2 beta 1 and publish release notes
2023-10-12 16:49:43 +02:00
Yuri Sizov
932628b3f0 Improve styling and layout of articles (#593)
* Improve styling and layout of articles

Also reimplement header articles in a safer and more idiomatic way.

* Update assets/css/anchor-link.css
2023-03-07 18:11:15 +01:00
Yogendra Manawat
6ecf00e65f Anchor links to headings (#556)
* anchor-link-to-headings

* fixed anchor to headings

* Revert "fixed anchor to headings"

This reverts commit af2bc1c7ac.

* anchor-JS-solution

Anchor link to heading JS solutions, and show a toast when link get copied.

* Update anchor-link.js

Made it so that the URL on your browser also updates when you click on it to give feedback to the user and help if they want to copy + paste manually again in the future (trying to emulate our docs behavior). Also changed the style a bit.

---------

Co-authored-by: Emi <2206700+coppolaemilio@users.noreply.github.com>
2023-03-06 14:31:18 +01:00
merumelu
341fd17bb0 Blog: add note for articles that might be outdated (#537)
Provides a custom `site.outdated_article_threshold` variable through
a Jekyll plugin.
2023-01-26 22:49:59 +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