Jean-Baptiste Le Duigou
1e951589ef
[enhancement] Fix year in copyright notice ( #528 )
...
* Fix link to email address
See https://github.com/hossainemruz/toha/issues/7
* fix: 🐛 year of copyright notice should be generated
2022-02-09 05:55:32 +00:00
dependabot[bot]
896db21fa5
Bump release-drafter/release-drafter from 5.18.0 to 5.18.1 ( #527 )
...
Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter ) from 5.18.0 to 5.18.1.
- [Release notes](https://github.com/release-drafter/release-drafter/releases )
- [Commits](https://github.com/release-drafter/release-drafter/compare/v5.18.0...v5.18.1 )
---
updated-dependencies:
- dependency-name: release-drafter/release-drafter
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-07 11:10:59 +00:00
github-actions[bot]
9e8d0c401d
add vendor specific css prefixes ( #524 )
...
Co-authored-by: kodiakhq[bot] <kodiakhq[bot]@users.noreply.github.com>
2022-02-05 23:04:00 +06:00
dependabot[bot]
5772734a34
Bump release-drafter/release-drafter from 5.17.6 to 5.18.0 ( #523 )
...
Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter ) from 5.17.6 to 5.18.0.
- [Release notes](https://github.com/release-drafter/release-drafter/releases )
- [Commits](https://github.com/release-drafter/release-drafter/compare/v5.17.6...v5.18.0 )
---
updated-dependencies:
- dependency-name: release-drafter/release-drafter
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-04 11:06:02 +00:00
hossainemruz
69132a1dae
Revert setting 3px offset in .top-right class
...
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
2022-01-31 23:38:58 +06:00
Jan
46769a2b6d
fix: correct tel: URL for translated about section ( #518 )
...
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>
2022-01-31 17:10:53 +00:00
Jan
d74549f870
feat: id for footer ( #517 )
...
Added id="footer" just in case someone wants to link there via custom
menus or href="#footer".
Co-authored-by: stueja <jan@jBook.local>
Co-authored-by: Emruz Hossain <hossainemruz@gmail.com>
2022-01-31 17:09:31 +00:00
James Ray
42a0e5100a
add calculation to line up lines ( #516 )
...
Co-authored-by: Emruz Hossain <hossainemruz@gmail.com>
2022-01-31 17:07:41 +00:00
Jan
bfa1e4c2b3
feat: configurable custom navbar items ( #514 )
...
* feat: configurable custom navbar items
The customMenu item from `data/<language>/site.yaml` will only appear if
its property `showOnNavbar` is `true`.
Example:
```
customMenus:
- name: Imprint
url: posts/imprint
showOnNavbar: false
```
* fix: change logic from to
Co-authored-by: stueja <jan@jBook.local>
Co-authored-by: Emruz Hossain <hossainemruz@gmail.com>
2022-01-31 17:05:05 +00:00
Jan
a159ff65b1
feat: customMenus in footer ( #513 )
...
* feat: customMenus in footer
Show customMenu links also in footer.
In `config.yaml`,
- `params.footer.enable` is `true` to show the footer at all
- `params.footer.navigation.enable` is `true` to show navigation items
in the footer
- `params.footer.navigation.customMenus.enable` is `true` to show
customMenu items
Example:
```
params:
footer:
enable: true
navigation:
enable: true
customMenus:
enable: true
```
In `data/<language>/site.yaml`,
- `customMenus` must contain at least one entry with `showOnFooter:
true`
Example:
```
customMenus:
- name: Imprint
url: posts/imprint
showOnFooter: true
```
* fix: nesting levels in config
Co-authored-by: stueja <jan@jBook.local>
Co-authored-by: Emruz Hossain <hossainemruz@gmail.com>
2022-01-31 17:04:01 +00:00
dependabot[bot]
e4cda24f7f
Bump nanoid from 3.1.30 to 3.2.0 ( #520 )
...
Bumps [nanoid](https://github.com/ai/nanoid ) from 3.1.30 to 3.2.0.
- [Release notes](https://github.com/ai/nanoid/releases )
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ai/nanoid/compare/3.1.30...3.2.0 )
---
updated-dependencies:
- dependency-name: nanoid
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-31 17:00:15 +00:00
dependabot[bot]
585c1ef847
Bump peter-evans/create-pull-request from 3.12.0 to 3.12.1 ( #519 )
...
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request ) from 3.12.0 to 3.12.1.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases )
- [Commits](https://github.com/peter-evans/create-pull-request/compare/v3.12.0...v3.12.1 )
---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-31 11:05:49 +00:00
Jan
2b9ce8fb29
Update skill.html ( #512 )
...
As proposed in #506
2022-01-24 10:58:50 +00:00
Gabriel Jean
d93c49d82a
Tweaked background of table in education.css ( #510 )
2022-01-23 18:21:48 +00:00
Emruz Hossain
91f6b69fa7
Fix navbar missing an item in the dropdown ( #509 )
...
Signed-off-by: Emruz Hossain <hossainemruz@gmail.com>
2022-01-21 05:27:46 +00:00
dependabot[bot]
99a131fe43
Bump release-drafter/release-drafter from 5.17.5 to 5.17.6 ( #507 )
...
Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter ) from 5.17.5 to 5.17.6.
- [Release notes](https://github.com/release-drafter/release-drafter/releases )
- [Commits](https://github.com/release-drafter/release-drafter/compare/v5.17.5...v5.17.6 )
---
updated-dependencies:
- dependency-name: release-drafter/release-drafter
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-20 11:08:03 +00:00
Jan
4ebbb523a5
fix: navigation with hidden title ( #505 )
...
* Update accomplishments.html
fix display property when hidden
* Update achievements.html
fixed display property when hidden
* Update education-alt.html
fixed display property when hidden
* Update education.html
fixed display property when hidden
* Update experiences.html
fixed display property when hidden
* Update projects.html
fixed display property when hidden
* Update recent-posts.html
fixed display property when hidden
* Update skills.html
fixed display property when hidden
2022-01-19 18:32:28 +00:00
Jan
d0a6eb4b28
Update experience-info.html ( #502 )
...
added .html to multiple-positions
2022-01-18 03:57:20 +00:00
dependabot[bot]
5e172bca28
Bump release-drafter/release-drafter from 5.16.1 to 5.17.5 ( #501 )
...
Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter ) from 5.16.1 to 5.17.5.
- [Release notes](https://github.com/release-drafter/release-drafter/releases )
- [Commits](https://github.com/release-drafter/release-drafter/compare/v5.16.1...v5.17.5 )
---
updated-dependencies:
- dependency-name: release-drafter/release-drafter
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-17 11:05:25 +00:00
Jan
93f422675f
Update footer.html ( #499 )
...
Added closing div
2022-01-17 03:38:25 +00:00
hossainemruz
2e8bf65885
Upgrade minimum required Hugo version to 0.87.0
...
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
2022-01-14 01:50:26 +06:00
Jan
801208c664
Localize post date ( #492 )
2022-01-14 01:35:10 +06:00
Jan
f69ec4fca3
configurable navbar item count ( #493 )
...
* configurable navbar item count
Make the number of navbar items outside "More" configurable via
```
config.yaml
---
params:
features:
maxnavitems: 6
```
* fix configurable navbar count
replace all evidences of "5" by $maxnavitems
* Move `features.maxnavitems` into `topNavbar.maxVisibleSections`
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
Co-authored-by: Emruz Hossain <hossainemruz@gmail.com>
2022-01-13 19:29:12 +00:00
Pablo Marcos
063c65716b
Add LaTeX support ( #481 )
...
* Add Blogtrottr as newsletter provider
* Fixed absLangURL issue with sections in footer
* Add LaTeX support
Added katex scripts and css to scripts and header partials, respectively
* Replace CDN with local files for LaTex resources + Fix flag error
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
Co-authored-by: Pablo Marcos <codebergflamingo@staplehorse.anonaddy.com>
Co-authored-by: Emruz Hossain <hossainemruz@gmail.com>
2022-01-13 19:06:07 +00:00
github-actions[bot]
11ca8ef8b3
add vendor specific css prefixes ( #496 )
...
Co-authored-by: kodiakhq[bot] <kodiakhq[bot]@users.noreply.github.com>
2022-01-14 00:43:48 +06:00
dependabot[bot]
ec80b7f22d
Bump release-drafter/release-drafter from 5.15.0 to 5.16.1 ( #495 )
...
Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter ) from 5.15.0 to 5.16.1.
- [Release notes](https://github.com/release-drafter/release-drafter/releases )
- [Commits](https://github.com/release-drafter/release-drafter/compare/v5.15.0...v5.16.1 )
---
updated-dependencies:
- dependency-name: release-drafter/release-drafter
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-13 11:05:30 +00:00
Emruz Hossain
2134464267
Remove unused adjustSkillCardsHeight();
function ( #488 )
2022-01-04 15:27:54 +00:00
github-actions[bot]
f29aa9b4fa
add vendor specific css prefixes ( #487 )
...
Co-authored-by: kodiakhq[bot] <kodiakhq[bot]@users.noreply.github.com>
2022-01-04 12:06:35 +06:00
Tobias Mühlberger
d1bc8e2f4c
Fix Nav-Bar when link to section of page ( #486 )
2022-01-04 04:43:27 +00:00
github-actions[bot]
bc0b69d726
Update and run autoprefixer ( #484 )
...
Co-authored-by: kodiakhq[bot] <kodiakhq[bot]@users.noreply.github.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2021-12-28 11:06:20 +00:00
github-actions[bot]
cab383aa12
Update and run autoprefixer ( #477 )
...
Co-authored-by: kodiakhq[bot] <kodiakhq[bot]@users.noreply.github.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2021-12-28 11:05:18 +00:00
dependabot[bot]
0b27282e6a
Bump actions/setup-node from 2.5.0 to 2.5.1 ( #483 )
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 2.5.0 to 2.5.1.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v2.5.0...v2.5.1 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-28 11:04:18 +00:00
dependabot[bot]
b5c841295c
Bump peter-evans/create-pull-request from 3.11.0 to 3.12.0 ( #476 )
...
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request ) from 3.11.0 to 3.12.0.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases )
- [Commits](https://github.com/peter-evans/create-pull-request/compare/v3.11.0...v3.12.0 )
---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-14 11:05:21 +00:00
Till
39e1433fca
Footer contact info: Icons and linking ( #471 )
...
* Footer contact info: Icons and linking
* Open link in a new tab
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
Co-authored-by: Emruz Hossain <hossainemruz@gmail.com>
2021-12-07 18:11:59 +00:00
github-actions[bot]
0c408aa7ce
Update and run autoprefixer ( #470 )
...
Co-authored-by: kodiakhq[bot] <kodiakhq[bot]@users.noreply.github.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2021-12-07 17:41:44 +00:00
Fabio Fenoglio
e3c84e0ba1
Fixed "show-more-btn" toggle logic and added optional "collapseAfter" parameter ( #473 )
...
* fixed "show-more-btn" toggle logic
* allow customization of number of items to show in "taken courses" when before collapsing
* renamed treshold param to collapseAfter
Co-authored-by: Fabio Fenoglio <fabio.fenoglio@eng.it>
2021-12-07 17:40:34 +00:00
dependabot[bot]
fea093c187
Bump actions/setup-node from 2.4.1 to 2.5.0 ( #469 )
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 2.4.1 to 2.5.0.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v2.4.1...v2.5.0 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-29 11:06:13 +00:00
安红豆
4e029b7de8
Add utteranc comment plugin ( #465 )
...
* add comment plugin utteranc(save message to github issue)
config.yml
# Enable comment feature. There, should be only one of them.
comment:
enable: true
utteranc:
repo: ormissia/ormissia.github.io
issueTerm: title
theme: github-light
* Update utteranc.html
2021-11-18 23:17:46 +06:00
Emruz Hossain
3cd9c910f7
Find Linked Issues to a PR ( #456 )
...
* Find Linked Issues to a PR
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
* Update workflow
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
* Update workflow
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
* Update workflow
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
* Add issue parser workflow
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
* Add custom action
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
* Update workflow
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
* Update linked_issues workflow
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
* Update workflow
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
* update workflow
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
* update workflow
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
* update workflow
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
* update workflow
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
* update workflow
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
* update workflow
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
* update workflow
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
* update workflow
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
* Update workflow
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
* Update workflow
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
* Update workflow
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
* Update workflow
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
2021-11-04 21:18:58 +00:00
dependabot[bot]
a4e30e80a3
Bump peter-evans/create-pull-request from 3.10.1 to 3.11.0 ( #460 )
...
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request ) from 3.10.1 to 3.11.0.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases )
- [Commits](https://github.com/peter-evans/create-pull-request/compare/v3.10.1...v3.11.0 )
---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-04 11:04:26 +00:00
dependabot[bot]
5d3f195c00
Bump actions/checkout from 2.3.5 to 2.4.0 ( #458 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2.3.5 to 2.4.0.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v2.3.5...v2.4.0 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-03 11:09:41 +00:00
Emruz Hossain
8dbe04b95d
Add issue parser workflow
2021-11-03 00:09:45 +06:00
Emruz Hossain
cac27fc8c4
Fix issue automation workflow
2021-11-02 00:57:38 +06:00
Emruz Hossain
b9d6b6612c
Update workflow
2021-11-02 00:54:53 +06:00
Emruz Hossain
0d1bd1f9f4
Update Issue Automation ( #454 )
...
* Update Issue Automation
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
* Add connected event
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
* Update workflow
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
* Update workflows
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
* Update workflow
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
* Update workflow
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
2021-11-02 00:49:36 +06:00
Emruz Hossain
b28d8e93cf
Add connected event for issues
2021-11-01 23:08:17 +06:00
Emruz Hossain
9c8b6bd59b
Update issue automation workflow
2021-11-01 22:45:05 +06:00
Emruz Hossain
0773fe303e
Update project automation workflow for PR ( #452 )
...
* Update project automation workflow
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
* Update workflow
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
* Update workflow
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
* Update workflow
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
* Update workflow
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
* Update workflow
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
* Update workflow
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
* Update workflow
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
* Update workflow
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
* Update workflow
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
* Update workflow
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
* Update workflow
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
* Update workflow
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
* Update workflow
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
* Update workflow
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
* Update workflow
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
* Update workflow
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
* Update workflow
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
* Update workflow
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
* Update workflow
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
* Update workflow
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
* Update workflow
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
* Update workflow
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
* Update workflow
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
2021-10-29 20:33:40 +00:00
Emruz Hossain
32837a0938
Fix disqus comment not working on new configuration style ( #451 )
...
* Fix disqus comment not working on new configuration style
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
* Fix LOC badge
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
2021-10-29 16:37:46 +00:00
hossainemruz
8e7e195b91
Fix issue workflow
...
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
2021-10-29 05:02:56 +06:00