* Example site: bump hugo modules to latest versions
* Fix deprecation warnings emitted by hugo v0.124
* Fix typos
* Netlify: bump hugo version
---------
Co-authored-by: Emruz Hossain <hossainemruz@gmail.com>
* Add education logo
* Fix width
* Update css
* Add logos to company
* Add multiple positions
* Update Styling
* Strenghten poistion title
* Improve timeline
* Fix missing curly braces
* Fix curly braces
* Add space
* Add space between position and date
* Make single and multiple experiences more consistent
* Remove single-position layout
* Remove duplicated comment
* add npm dependencies used in this theme
* implement helper to configure JS and ESBuild
* migrate jquery popper.js bootstrap fontawesome to js bundle
* refactor main.js into smaller pieces, and moved navbar.js to assets
* remove list.js. It adjusts post card height to be the same, but is actually not needed.
* refactored notes.js, search.js, single.js into application.js
* move ityped to js asset, implement experiences horizontal vertical line in css
* align recent post height via css
* migrated home.js and refactored into various sections
* migrated darkMode feature to js bundle
* moved mermaid feature to js bundle
* migrate syntax highlight to js bundle
* migrate katex ( js portion ) to js bundle
* migrate pdf-js to js bundle by delegating to cdn
* set explicit comparisions for feature envvars so js can properly optimize
* removed goat-counter
* more fixes for broken achievements and small bugs
* more bug fixes
* allow configuration of hightlight.js, fix video-player shortcode
* remove jquery all together
* add null handling and fix merge conflicts
Co-authored-by: Aaron Qian <aaron@yeet.io>
* 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>
* Fixed alignment issue in tables under education(#233)
* Fixed section landing position on navigation
Co-authored-by: Emruz Hossain <hossainemruz@gmail.com>
Whenever href (url) attribute was omitted or had no value
the click action would do nothing. With no URLs defined and
`target="_blank"` attributes, which were recently added,
anchor tags now redirect users to new blank tabs (side effect).
This PR solves the issues by adding conditions
before applying `target="_blank"` or in some cases by
ommiting entire entities (e.g. the view_certificate button).