Commit graph

24 commits

Author SHA1 Message Date
Patrick Magauran
49cb1042ea Update layout to use Hugo Image Processing.
Created shortcode rimg that uses the srcset attribute to display responsive images.
2021-01-01 02:49:21 +06:00
Noritaka IZUMI
6c03dd74af
Fix smooth scroll (#164)
The function addSmoothScroll causes an error if a target link contains multibyte characters.
Decoding `this.hash` can prevent.
2020-11-13 17:51:58 +00:00
alex bezek
beb9d55b95
Fix the nav item collapse and spy functionality (#138) 2020-10-31 21:35:23 +06:00
Emruz Hossain
56c8ba4e43
Fix smooth scroll for multi-language setup (#93) 2020-10-11 12:40:00 +06:00
Hugo MARTIN
46b21e028c
Translations and i18n (#60)
* 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-10-03 09:59:28 +06:00
Jean Macena
738f7d5a1b
Remove fixed height on .top-navbar (#68)
* Remove fixed height on .top-navbar

* Fix responsiveness

Co-authored-by: Emruz Hossain <emruz@appscode.com>
2020-08-25 21:28:39 +06:00
Emruz Hossain
18a19d02d1
Fix smooth scroll URL (#73) 2020-08-20 21:05:59 +06:00
Yuriy
64fb493030
Make Skills and Projects cards linkable (#46)
* Project card header is now can be clicked

* skill is card now having url to add on it's header

* urls added to some skills

* div class synced with original

* guthub button text synced with original

* text decoration removed

* remove next line in card header for text

* whole Skill Card now is under hyperlink

* hyperlink class separated from card

* removed text-decoration from .card class

* ProjectCard header hyperlink decoration removed

* call adjustSkillCardsHeight after page is loaded

* Add "#" in href field when respective URL is not provided

Co-authored-by: hossainemruz <emruz@appscode.com>
2020-07-24 02:16:48 +06:00
Md. Emruz Hossain
74bf5e9941
Make site logo customizable (#47) 2020-07-22 22:08:50 +06:00
Md. Emruz Hossain
fa4d474974
Refactor sidebar logic + Add Table of Contents in reading page (#33)
* Refactor sidebar logic + fix responsiveness

* Add TOC

* Add Pagination

* Update exampleSite

* Update README.md
2020-07-22 04:14:08 +06:00
Md. Emruz Hossain
e2d376215a
Make home page sections dynamic and configurable (#14)
* Make home page sections dynamic and configurable

* Fix navbar issue when no section is configured + fix next-prev navigator

* Update exampleSite

* Fix next-prev navigator

* Make navbar brand URL context aware
2020-06-30 01:54:28 +06:00
hossainemruz
0d7267f52a Fix making header linkable 2020-06-21 23:02:19 +06:00
hossainemruz
29bea9e8b3 fix home.js 2020-06-17 06:02:51 +06:00
hossainemruz
54cbb86f68 Fix adjust skill cards handling 2020-06-17 05:54:17 +06:00
hossainemruz
b57d2bcf52 Make header linkable + fix bug 2020-06-17 05:46:46 +06:00
hossainemruz
f85b8a2e8e Make log hugoBasicExample error free 2020-06-14 14:39:39 +06:00
hossainemruz
b18cf1d7cd Update screenshot 2020-06-13 19:23:06 +06:00
hossainemruz
9ca1afca98 fix post-card height correction 2020-06-13 01:52:23 +06:00
hossainemruz
3291da042b don't user absolute path in navbar.js 2020-06-13 01:26:34 +06:00
hossainemruz
dbd270eaee Make theme compatible with hugoBasicExamples
Signed-off-by: hossainemruz <emruz@appscode.com>
2020-06-02 03:59:39 +06:00
hossainemruz
07e816219f Finalize theme 2020-04-18 22:59:58 +06:00
hossainemruz
00465629d2 Convert list page into hugo templates 2020-04-18 02:19:46 +06:00
hossainemruz
6106bb0fb3 Convert single page into hugo template 2020-04-17 02:40:14 +06:00
hossainemruz
31012c1eed added partial templates 2020-04-13 23:04:00 +06:00