Commit graph

139 commits

Author SHA1 Message Date
Emruz Hossain
d4d9c020ea Fix responsiveness 2020-10-01 21:57:34 +06:00
Emruz Hossain
5614eaa564 Handle navbar brand URL properly 2020-09-29 21:44:37 +06:00
Emruz Hossain
856a1b185f Only show the available translation for the posts 2020-09-04 21:54:50 +06:00
Emruz Hossain
dbff898bf3 Fix error during language toggle 2020-09-04 19:50:41 +06:00
Emruz Hossain
9f923f97d3 Move customMenus and other site related config into data section 2020-09-03 19:49:01 +06:00
Emruz Hossain
faa91755f9 Fix URL issues 2020-09-03 19:08:23 +06:00
hossainemruz
bfaf57a083 Remove duplicate code 2020-09-03 19:06:31 +06:00
hossainemruz
db5a18f80d Refactor translation codes 2020-09-03 19:06:31 +06:00
hossainemruz
5da3cf5ebf Fix language dropdown CSS 2020-09-03 19:05:55 +06:00
Hugo Martin
6bfba135e8 Integrating language menu CSS 2020-09-03 19:05:35 +06:00
Hugo MARTIN
10707b361e Fully working for old versions without i18n 2020-09-03 19:05:35 +06:00
Hugo Martin
e9af2f70d2 Using yaml in data to organize home summary 2020-09-03 19:05:35 +06:00
Hugo Martin
b927522a0f Removed old section directory 2020-09-03 19:05:35 +06:00
Hugo Martin
a38a207456 Implemented two languages in example 2020-09-03 19:05:35 +06:00
Hugo Martin
38897e8d65 Implemented i18n on newsletter 2020-09-03 19:05:06 +06:00
Hugo Martin
1918fbc3fb Fixing footer i18n 2020-09-03 19:05:06 +06:00
Hugo Martin
85ff89be12 Home link manage langage 2020-09-03 19:05:06 +06:00
Hugo Martin
f3ee752710 Config files 2020-09-03 19:05:06 +06:00
Hugo Martin
56be59d7f1 Fix absolute path 2020-09-03 19:05:06 +06:00
Hugo Martin
9930b37554 Managing i18n 2020-09-03 19:05:06 +06:00
Anthony Vanegas
6c2cca0127
Support custom homepage greeting message (#66)
* Support custom greeting message in homepage
Co-authored-by: Emruz Hossain <emruz@appscode.com>
2020-08-27 18:45:50 +06:00
github-actions[bot]
979d6a4bc3
add vendor specific css prefixes (#82)
Co-authored-by: hossainemruz <hossainemruz@users.noreply.github.com>
2020-08-27 18:24:19 +06:00
Cristian Marquez Russo
8f2f18b34c
Update get-author-name.html (#61)
Changed default to the parameters in Config file for consistency
2020-08-27 18:20:49 +06:00
github-actions[bot]
a148d6923c
add vendor specific css prefixes (#80)
Co-authored-by: hossainemruz <hossainemruz@users.noreply.github.com>
2020-08-25 21:30:37 +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
github-actions[bot]
9abf5b5796
add vendor specific css prefixes (#77)
Co-authored-by: hossainemruz <hossainemruz@users.noreply.github.com>
2020-08-21 22:36:45 +06:00
Emruz Hossain
d3c02f0223 Fix autoprefixer workflow 2020-08-21 22:34:58 +06:00
Emruz Hossain
85971e6057 Fix auto-prefixer 2020-08-21 22:29:06 +06:00
Emruz Hossain
2e1b01a609 Fix autoprefixer workflow 2020-08-21 22:14:35 +06:00
Emruz Hossain
1735b74f40
Add autoprefixer workflow (#74)
* Add node_modules in gitignore

* Add autoprefixer workflow
2020-08-21 22:12:34 +06:00
Emruz Hossain
18a19d02d1
Fix smooth scroll URL (#73) 2020-08-20 21:05:59 +06:00
Muhammad Rifqi Fatchurrahman Putra Danar
61a9d7aea0
custom favicon (#63) 2020-08-18 11:36:28 +06:00
Łukasz Łaniewski-Wołłk
32389ef344
Adding background_position option (#67)
* Adding background_position option

* Revert "Adding background_position option"

This reverts commit ed508759b2.

* Setting background-position to center by default
2020-08-18 11:33:03 +06:00
Ayoze Fernández
5f48a5bacb
added support for the meta description tag (#57)
* added support for the meta description tag

* Update meta description logic for single page

Co-authored-by: hossainemruz <emruz@appscode.com>
2020-08-06 21:50:20 +06:00
hossainemruz
629c7196a3 Update README.md 2020-07-26 02:53:35 +06:00
hossainemruz
24b59fe372 Update release-drafter 2020-07-24 22:44:09 +06:00
hossainemruz
7fcd0cb502 Update release drafter 2020-07-24 22:38:41 +06:00
hossainemruz
ff9099e65e Update GITHUB_TOKEN 2020-07-24 22:15:58 +06:00
Md. Emruz Hossain
6f96ca1e15
Github Action: Add release-drafter (#54) 2020-07-24 22:07:37 +06:00
Md. Emruz Hossain
55588921f2
Fix responsiveness (#53) 2020-07-24 12:57:56 +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
d7df50ed2a
Fix link to the configuration guide (#51) 2020-07-23 16:33:38 +06:00
Md. Emruz Hossain
36eaf72f47
Fix footer text indentation (#49) 2020-07-22 22:41:39 +06:00
Md. Emruz Hossain
7da028e643
Allow hiding newsletter section from footer (#48)
* Allow hiding newsletter section from footer

* Update README.md
2020-07-22 22:27:33 +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
Jason Tipton
647578e88b
Allow theme configuration to partially override css (#32) 2020-07-21 09:41:19 +06:00
Al
4eadb8ee2c
add / to change URL in Navigation in footer (#41) 2020-07-16 10:26:59 +06:00
Md. Emruz Hossain
08420ca095
Fix spacing before comma (#37) 2020-07-09 22:35:36 +06:00
Pau Trepat Segura
440f424e44
Allow multiple position in one company experience (#9)
* Add partials for multiple positions on one company

* Remove unnecessary codes + Fix CSS

Co-authored-by: hossainemruz <emruz@appscode.com>
2020-07-07 00:02:54 +06:00