* 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>
- 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.
* 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>
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>