- Fix issues with 4.4 page (caused by a common release template change)
- Fixes credit names to be the same size for every name
- Remove superfluous debugger call in the 4.5 release page
* added portuguese i18n file and icluded pt under home's translations
* Localized additional terms in portuguese
* translated home page title text
* change Portuguese shorthand code (pt) to a more specific Brazilian Portuguese (pt_BR)
* updated localization format for Portuguese from pt_BR to pt-br to match the convention.
* cache bust the localize script
---------
Co-authored-by: tiagosomda <tiago@somda.net>
Co-authored-by: Emi <2206700+coppolaemilio@users.noreply.github.com>
* 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>
* 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>