* Fix link to email address
See https://github.com/hossainemruz/toha/issues/7
* ✏️ update newsletter helper to be more GDPR compliant
Signed-off-by: jbleduigou <jb.leduigou@gmail.com>
* Add more translations
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
Co-authored-by: Emruz Hossain <hossainemruz@gmail.com>
* Fix link to email address
See https://github.com/hossainemruz/toha/issues/7
* 🐛 fix bug with next-prev-navigator when no menus
Signed-off-by: jbleduigou <jb.leduigou@gmail.com>
* 🐛 fix overriding issue
Signed-off-by: jbleduigou <jb.leduigou@gmail.com>
Per https://github.com/hugo-toha/toha/issues/352 - in order to support Google Analytics v4, _internal/google_analytics.html should be used
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
* resize skillcards by CSS instead of JS
* Revert "resize skillcards by CSS instead of JS"
This reverts commit 169e0599e9.
* french translation
* add an optionnal greeting subtitle
Co-authored-by: vlebert <vlebert@tactis.fr>
* Fixed scrollbar problems related to about section.
* Fixed scrollbar problems related to skill section.
* Making h1 fonts a little bit smaller on small devices.
Co-authored-by: Emruz Hossain <hossainemruz@gmail.com>
* resize skillcards by CSS instead of JS
* Revert "resize skillcards by CSS instead of JS"
This reverts commit 169e0599e9.
* french translation
Co-authored-by: vlebert <vlebert@tactis.fr>
* Make search multilingual
* Added Support for custom country flags
* Add search.md for more language + fix search behavior
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
Co-authored-by: Pablo Marcos <codebergflamingo@staplehorse.anonaddy.com>
Co-authored-by: Emruz Hossain <hossainemruz@gmail.com>
* Fix link to email address
See https://github.com/hossainemruz/toha/issues/7
* ✨ provide ability to show certification badges in about section
Signed-off-by: jbleduigou <jb.leduigou@gmail.com>
* Merge certifications and sofkSkills under "badges" generic title
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
Co-authored-by: Emruz Hossain <hossainemruz@gmail.com>
* Fix link to email address
See https://github.com/hossainemruz/toha/issues/7
* ✨ adding mailchimp newsletter feature
Signed-off-by: jbleduigou <jb.leduigou@gmail.com>
* Make possible to support different newsletter service in future
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
Co-authored-by: Emruz Hossain <hossainemruz@gmail.com>
* Allow to disable the footer with params.footer.enable = false
Default is to have the footer enabled (to keep backwards
compatibility).
The diff looks much worse than it is, I just added a variable and an
if clause, but then had to indent the rest of the file.
Make footerEnabled an explicit variable.
This should improve readability.
Use default parameter for even more readability.
* Allow to enable/disable the "contact me" section in the footer.
Just set `footer.contactMe.enable` in the config. Default is true, for
backwards compatibility.
* Make footer template more consistent.
Enabling footers elements and the newsletter is now managed in the
same place.
* Allow to disable the footer navigation. Default is enabled.
* Allow to disable credentials and copyright notice. Default: enabled
* Footer: Reformat variable initialization for readability.
* Allow providing template for footer
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
Co-authored-by: hossainemruz <hossainemruz@gmail.com>