Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/hossainemruz/toha.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-07-16Support providing custom buttons in about section (#611)Emruz Hossain
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
2022-01-31fix: correct tel: URL for translated about section (#518)Jan
In the about section, a correct `tel:` URL was only generated if the name of the sociallink was "Phone". Now, a correct link will also be generated if the name of the sociallink corresponds to the translation of "phone" in one of the i18n files. Co-authored-by: stueja <jan@jBook.local> Co-authored-by: Emruz Hossain <hossainemruz@gmail.com>
2021-07-04Remove about section whitespace when there are no soft skills/badges (#369)William Hou
* Remove about section whitespace when there are no soft skills * Check for badges in conditional
2021-05-17Support adding verifiable `Certification` badges in about section (#307)Jean-Baptiste Le Duigou
* 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>
2021-04-25Accessibility and SEO improvements (#296)Jakub Cabak
Co-authored-by: JCabak <kubaczento@gmail.com>
2021-04-04Fix inconsistencies in target attributes (#288)Tommy Chu
2021-04-01set url target link to blank (#278)Henzel Moras
Co-authored-by: Emruz Hossain <hossainemruz@gmail.com>
2021-03-11Add a `tel:` link to the About Page (#246)David G. Simmons
just like a `mailto:` link triggers an email, a `tel:` link will allow you to call someone directly from the page. I've added this.
2020-10-25Fix the single template to use the authors avatar correctly (#107)alex bezek
* Fix the single template to use the authors avatar correctly * Replace absURL with relURL and .Site.X with site.X Co-authored-by: Emruz Hossain <emruz@appscode.com>
2020-10-21Fix about section to pull author name correctly (#114)alex bezek
Signed-off-by: Emruz Hossain <emruz@appscode.com>
2020-10-13German Translation (#97)Lukas Herzog
2020-10-11Fix smooth scroll for multi-language setup (#93)Emruz Hossain
2020-10-03Translations and i18n (#60)Hugo MARTIN
* Managing i18n * Fix absolute path * Config files * Home link manage langage * Fixing footer i18n * Implemented i18n on newsletter * Implemented two languages in example * Removed old section directory * Using yaml in data to organize home summary * Fully working for old versions without i18n * Integrating language menu CSS * Fix language dropdown CSS * Refactor translation codes * Remove duplicate code * Fix URL issues * Move customMenus and other site related config into data section * Fix error during language toggle * Only show the available translation for the posts * Handle navbar brand URL properly * Fix responsiveness Co-authored-by: Hugo MARTIN <hugo.martin.69@gmail.com> Co-authored-by: hossainemruz <emruz@appscode.com>
2020-07-22Refactor sidebar logic + Add Table of Contents in reading page (#33)Md. Emruz Hossain
* Refactor sidebar logic + fix responsiveness * Add TOC * Add Pagination * Update exampleSite * Update README.md