Commit Graph

109 Commits

Author SHA1 Message Date
Rohan Deb Sarkar
f2be212967
Add news page (#1085)
fixes #993 

Also added links to news and publications from respective section
headers on the home page. Changed the colors of the header links to make
it consistent with the previous look.
2023-01-08 22:46:31 +05:30
Rohan Deb Sarkar
a9685570e5
Adds Dimensions badge (#1086)
This adds a dimension badge as requested in #987.

This separates the the links from the badges, in case more badges need to be added in the future.
2023-01-08 10:47:25 -05:00
Philip Wong
69e013b9a0
Add youtube as a social option (#1007) 2022-12-31 19:31:06 -05:00
Maruan
b9f1fc84f2
Add support for giscus comments (#1028)
adds support for comments on posts using https://giscus.app/
2022-12-11 22:33:09 -05:00
Fares Meghdouri
5c5a2c8509
Adapt repo code to handle branches too (#1003) 2022-12-11 19:16:19 -08:00
Andrea Gasparini
f1eb1602a3
Adds Telegram to social integrations (#992) 2022-11-19 10:19:56 -05:00
bruno vianna
357f6e914f
Add backlink to verify mastodon (#978) 2022-11-15 08:06:51 -05:00
bruno vianna
576e7b0541
Added Mastodon to social (#974) 2022-11-10 19:56:27 -05:00
Muhamamd Naufal Shidqi
6bd11359a1
Add WhatsApp to social integration (#945) 2022-10-25 08:14:25 -04:00
Carlos Morales
08a839c5f5
Add a progress bar to show the scroll position (#934)
This feature adds a horizontal bar under the top menu which tracks the
vertical scroll position. Such a feature can be useful to represent how
much is left to read on the current page more aesthetically.

As this is an optional feature, `enable_progressbar` must be set to
`true` in `_config.yml` to activate the functionality.

I am not the original author of this code. I just made it compatible
with the current version of the template at the time of this commit. The
original code was most likely authored by Pankaj Parashar in this
[post](https://css-tricks.com/reading-position-indicator/) made a few
years before the first inclusion in an `al-folio` site. Then, the code
was adapted for compatibility with the template at Anthony Plantanios'
site. Finally, I did
the last updates to have the code fit the new conventions used in the
project.

This was discussed in #557

Co-authored-by: rohandebsarkar <rohandebsarkar@gmail.com>
2022-10-24 15:08:26 +05:30
George
7d7567eac8
Fixed missing year in title when in blog archive (#921)
Fixed missing year in title when visualizing blog archive filtered by
year

Signed-off-by: George Araujo <george.gcac@gmail.com>
2022-10-12 15:32:15 +05:30
Carlos Morales
951ae92858
Fix default highlighting (#931)
The default setting `media="none"` disables code highlighting. This
works OK when we have `enable_darkmode: true` in `config.yml` as the
code handling the dark/light theme switching takes care of setting
`media=""` for the preferred theme.
However, setting `enable_darkmode: false` prevents importing `theme.js`
which in turn prevents said change thus the default highlighting stays
disabled.
Setting `media=""` by default enables the default highlighting when
`enable_darkmode` is false.

Fixes #929
2022-10-10 22:13:59 +05:30
Amir Hossein Kargaran
93ab84322a
add more social media (#878)
#877 is an explanation of the issue. The new icons include Kaggle,
LastFM, Spotify, Pinterest, Unsplash, Instagram, and Facebook, and you
can change their order.
2022-09-14 08:13:46 +05:30
Dominik Straub
7410772458
Add Semantic Scholar social integration (#879) 2022-09-13 10:25:20 -04:00
Rohan Deb Sarkar
c1428532e0
fix #814 (#818) 2022-08-15 08:40:12 +05:30
Rohan Deb Sarkar
4817639f30
Fix title spaces and a few links (#789)
* fix title

* fix a few links

* add line
2022-07-28 21:54:58 +05:30
Rohan Deb Sarkar
2fadee6afb
Adds support for GA4 Google Analytics (#727)
* Update `analytics.html`

* Update `config.yml`

* Update

* Update
2022-07-26 08:59:57 +05:30
Rohan Deb Sarkar
f618757b63
Adds support for repositories (#760)
* Add support for github repo cards

* add support for dark theme

* Add support for custom theme

* repositories

* fix

* make it simpler

* spcaing

* responsive fix

* adds support for usernames

* make it modular

* fix

* show icons

* cache_seconds

* fix

* Revert "cache_seconds"

This reverts commit a9dd4d5d43d212676e1c1dba8ec8086c7fdb7cd7.

* add last line

* fix

* github only

* fix

* Add instructions

* Add `README.md` instructions

* Add `nav_order`
2022-07-24 22:45:39 +05:30
Rohan Deb Sarkar
7afa104f50
Include bootstrap bundle (#756) 2022-07-10 21:51:39 +05:30
Rohan Deb Sarkar
26e41e77c8
Fix scripts (#755) 2022-07-10 21:26:36 +05:30
Rohan Deb Sarkar
dee922531d
Fix responsive image (#748)
* fix

* base url

* Revert "base url"

This reverts commit 2e81d32ec22f8a9ec53b7ad216679d4cfa88456c.

* fix
2022-07-08 21:41:36 +05:30
Rohan Deb Sarkar
3672e8d2b1
Change imagemagick optional to depend on one variable (#745) 2022-07-08 13:09:31 +05:30
Rohan Deb Sarkar
032f0e62ba
Adds vertical scrollbar to news (#729) 2022-06-27 09:37:28 +05:30
Rohan Deb Sarkar
bb5ef8fafb
Minor changes and fixes (#726) 2022-06-25 19:47:01 -04:00
Rohan Deb Sarkar
6d66ae8b43
Add support for CV (#628) 2022-06-25 18:58:59 -04:00
Rohan Deb Sarkar
8db7daf356
Add support for nav_order and Fix hardcoded navbar titles (#664) 2022-05-12 15:07:04 -04:00
Maruan Al-Shedivat
53eef90be2 Fix #565 2022-02-20 08:28:52 -08:00
Amir Pourmand
07a2e0577e
Add custom favicon if needed (#386) 2022-02-19 23:49:47 -05:00
Viraj Thakkar
77b60dc395
Theme and responsiveness fixes (#509)
* Dark themed cards

* Responsiveness fixes

* added dark stylesheet option

* highlight theme toggle

* added highlight function

* added highlight themes to assets/css

* offline highlight implementation

* Fixes for masonry

* Revert "added highlight themes to assets/css"

This reverts commit ee7cb7675671430697f3a38bd5a56405179e6dd9.

* Update `code syntax highlighting` to use jsdelivr CDN

* Project card responsiveness fixes

* added personal website to readme

veedata.github.io

* Reverted responsiveness chnages

* Minor adjustments

Co-authored-by: rohandebsarkar <rohandebsarkar@gmail.com>
Co-authored-by: Maruan Al-Shedivat <maruan@genesistherapeutics.ai>
2022-02-19 20:46:45 -05:00
Maruan
a50364ce93
Fix a small bug in news (#560) 2022-02-13 23:07:29 -05:00
Ali Kuwajerwala
f9368118f3
fixed title for og preview, otherwise its "blank" (#531)
* fixed title for og preview, otherwise its "blank"

* Update _includes/metadata.html

Co-authored-by: Maruan <alshedivat@users.noreply.github.com>
2022-01-20 12:05:25 -05:00
Rohan Deb Sarkar
0c2e6574c9
Update library versions (bootstap, jquery, fontawesome, academicicons, masonry, mdbootstrap) (#521) 2022-01-13 17:50:50 -05:00
Rohan Deb Sarkar
dcce13b442
Minor fixes (#522) 2022-01-13 17:48:12 -05:00
José M. Requena Plens
b950fc3fdb
Better SEO, OpenGraph, schema.org and clean generated code (#481) 2021-12-31 11:46:42 -05:00
Amir Pourmand
4d2812913c
Delete assets/resized directory from GIT (#440) 2021-12-22 03:27:28 -05:00
Rohan Deb Sarkar
0e3cff9137
Use WebP responsive images (#498)
This PR replaces the jekyll-responsive-images with jekyll-imagemagick for responsive WebP images.

WebP images are much smaller compared to PNG and JPEG, faster to load and most of the modern browsers recommend it.

More information about WebP images: https://developers.google.com/speed/webp
2021-12-22 03:13:52 -05:00
Maruan Al-Shedivat
1e4e147d8f Switch to uing <picture> for responsive images 2021-11-25 21:48:52 -05:00
Maruan Al-Shedivat
8de1ad4dee Fix a small bug in _includes/responsive_img.html
Correctly fixes the issue mentioned in #471.
2021-11-25 20:36:47 -05:00
Rohan Deb Sarkar
7f10dc3ec9
Lighthouse enhancements (#445) 2021-11-21 15:05:46 -05:00
Maruan
5612275e48
Revert "remove extra space in profile image path (#451)" (#468)
This reverts commit 0a8bfb4f0f.
2021-11-21 11:55:39 -05:00
Karim de Fombelle
0a8bfb4f0f
remove extra space in profile image path (#451) 2021-11-10 12:58:16 -05:00
Maruan Al-Shedivat
d500e084f5 Remove theming dependence on jquery 2021-10-30 19:53:39 -04:00
Maruan
174024e76c
Add support for responsive images (#439) 2021-10-30 16:26:55 -04:00
Amir Pourmand
9c36be1320
Optimize Website Load Time (#435)
* Place js files after body tag

* Add Analytics to the end of script

* Minor nits and fixes

Co-authored-by: Maruan Al-Shedivat <alshedivat.maruan@gmail.com>
2021-10-30 16:26:37 -04:00
Rohan Deb Sarkar
533bed5c08
Add RSS icon to social.html (#418)
* Add rss icon

* Add a blank line to make sure rss icon is always at the last
2021-10-08 20:51:38 -04:00
Amir Pourmand
6b0bf87846
add jekyll target blank plugin (#404)
* add jekyll target blank

* Remove manual target blank from everywhere

* Update README.md

* Set ruby version to 3.0.2 in the deploy script

Co-authored-by: Maruan Al-Shedivat <maruan@genesistherapeutics.ai>
2021-10-03 21:16:05 -04:00
Amir Pourmand
ce15b088f9
add stackoverflow id (#400) 2021-09-25 14:53:53 -04:00
Maruan
5a65595918
Revert "Change gitcdn link (#234)" (#364)
This reverts commit 0e4df831af.
2021-08-16 13:16:26 -04:00
Riddhiman Adib
f4c01acac7
adds submenu in navigation bar. (fixes issue #159) (#334)
* adds submenu in navigation bar. (fixes issue #159)

* Updated scss files to change hover animations on dropdown submenus, on both dark mode and light mode
2021-08-07 16:51:48 -04:00
Maruan
585a188b24
Fix the blog page title (#331) 2021-07-04 20:22:43 -04:00