Commit Graph

74 Commits

Author SHA1 Message Date
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
Maruan Al-Shedivat
92cbaf94ff Small stylistic fix 2022-10-25 08:41:33 -04:00
Maruan Al-Shedivat
232ff286b2 Enable progress bar by default 2022-10-24 09:07:39 -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
Carlos Morales
30512eebda
Set the margin according to the alignment selected (#928)
As reported in #927, the style of the profile class only considers a
left-margin regardless of the alignment option selected.
Thus, when the user changes the default alignment there is no
corresponding margin to match their selection.
My commit addresses this by enabling the corresponding margin for the
left or right alignment options
2022-10-08 15:17:32 +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
07330b9bf9
Adds support max_author_limit (#732)
* Adds support max author limit

* typo

* fix

* display all authors by default

* Added an example

* Added 'and' before the last author

* Improve hiding/showing more authors

* Add title text

Co-authored-by: Maruan Al-Shedivat <maruan@genesistherapeutics.ai>
Co-authored-by: Maruan <alshedivat@users.noreply.github.com>
2022-07-10 10:34:16 +05:30
Rohan Deb Sarkar
4a53a32b2a
Adds support for tag-list (#734)
* Adds support for tag-list

* Update _sass/_base.scss

Co-authored-by: Maruan <alshedivat@users.noreply.github.com>

* Made tags optional

* Responsive deign for tag-list

Co-authored-by: Maruan <alshedivat@users.noreply.github.com>
2022-07-03 09:18:19 +05:30
Rohan Deb Sarkar
9411786b5d
Adds support for preview images for publications (#730)
* Adds support for publication teaser

* Adds an example for publication teaser

* Update example publication teaser

* Update size

* change `teaser` to `preview`

* Update _config.yml

Co-authored-by: Maruan <alshedivat@users.noreply.github.com>

* Update _layouts/bib.html

Co-authored-by: Maruan <alshedivat@users.noreply.github.com>

* Update _layouts/bib.html

Co-authored-by: Maruan <alshedivat@users.noreply.github.com>

* Update _layouts/bib.html

Co-authored-by: Maruan <alshedivat@users.noreply.github.com>

* Update _sass/_base.scss

Co-authored-by: Maruan <alshedivat@users.noreply.github.com>

* Update _sass/_base.scss

Co-authored-by: Maruan <alshedivat@users.noreply.github.com>

Co-authored-by: Maruan <alshedivat@users.noreply.github.com>
2022-07-03 08:56:11 +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
Maruan
42abefc3f1
Add support for external blog posts (#647)
* Add support for external blog posts

* Cosmetic fixes
2022-04-24 10:09:21 -04:00
Maruan
a6174a6e13
Fix table colors in dark mode (#624) 2022-04-03 09:05:19 -04: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
Vanshaj Kerni
16a1a77974
Change -webkit-transition to transition-property (#540)
As per https://developer.mozilla.org/en-US/docs/Web/CSS/@media/-webkit-transition, webkit-transition feature is no longer recommended. Though some browsers might still support it, it may have already been removed from the relevant web standards, may be in the process of being dropped, or may only be kept for compatibility purposes.
2022-01-30 18:41:16 -05:00
Rohan Deb Sarkar
dcce13b442
Minor fixes (#522) 2022-01-13 17:48:12 -05:00
Maruan
17329fca3a
Fix distill dark mode again (#517) 2021-12-31 11:47:19 -05:00
Maruan
a0cfbbd1d3
Add TOC to distill blog posts (#470) 2021-11-21 17:18:23 -05:00
Edsuns
fe3339d05b
Optimize dark theme (#431)
* Optimize dark theme

* Fix-up

* Minor fixes

Co-authored-by: Maruan Al-Shedivat <alshedivat.maruan@gmail.com>
2021-10-30 16:59:04 -04:00
Dinesh Natesan
1c52125635
Added Jekyll-Archives (for tags, categories) and Jekyll site-map (#346)
* Add webpage to academic pages list

* adding panelbear analytics

* added categories for projects and horizontal mode display for projects

* rewrote the code to ensure it works properly with current project definitions

* Style adjustments

* added blockquote format, jekyll-archives, tag, year archive pages, and reading time.

* added archive meta to blog posts list and individual posts.

* added sitemap

* stylistic modifications to jekyll-archive addition

* Minor fixes

Co-authored-by: Maruan Al-Shedivat <alshedivat.maruan@gmail.com>
2021-10-30 16:58:42 -04:00
Steven Rick
ed1a9eeacc
adds color transition support to li elements (#434) 2021-10-21 20:02:37 -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 Al-Shedivat
63f278ac92 Minor stylistic fixes. 2021-07-05 11:28:30 -07:00
Ivan Puhachov
a5508c734b
Fix distill darkmode (#299)
* updating distill post to show fixes done

* fix for colors in numerated lists and tables

* fixing blockquotes

* fixing colors in math, footnotes, references, hover boxes, code highlights

* Add example distill overrides

* reverted back changes in distill template.v2.js

Co-authored-by: Maruan Al-Shedivat <alshedivat.maruan@gmail.com>
2021-07-04 20:27:39 -04:00
Maruan
1318c805fe
Adds support for image zoom (#296)
* Add image zoom

* Minor improvements
2021-05-30 19:38:24 -04:00
Maruan
016a01b08f
Fix project page colors (#295) 2021-05-30 18:46:56 -04:00
Dinesh Natesan
e27fe2a021
Categories for projects and an optional horizontal project card style (#224)
* Add webpage to academic pages list

* adding panelbear analytics

* added categories for projects and horizontal mode display for projects

* rewrote the code to ensure it works properly with current project definitions

* Style adjustments

Co-authored-by: Maruan Al-Shedivat <alshedivat.maruan@gmail.com>
2021-04-11 14:34:15 -04:00
JD
4849b5a8dc
Issue 183 (#192)
* Issue 183

* CSS fixes for : 
  * Citations
  * Footer
  * Project Cards
  * Code background

* Fix dark mode edge cases (mainly with distill)

Co-authored-by: Maruan Al-Shedivat <alshedivat.maruan@gmail.com>
2021-03-29 11:49:42 -04:00
JD
dc254f7280
Issue 173 fix (#178)
* Changed color of icon from static to using variable.
2021-01-08 19:48:26 -05:00
Maruan
4f9cdb131e
Minor fixes of the dark mode + automatic equation numbering (#160)
* Add an option for showing selected publications

* Improve publication styles

* Update README.md

* Clearfix

* Fix minor issues with dark mode

* Add automatic equation numbering (#158)

* Fix a typo
2020-12-27 00:24:25 -05:00
Huyen Nguyen
b36304ab4a
Update text color in navbar in dark mode (#154) 2020-12-26 21:57:17 -05:00
Zirui Zhuang
b73662bf9d
add wide screen configuration (#157)
add wide screen configuration by adding a `max_width` config in `_config.yml`
2020-12-26 21:56:42 -05:00
Swabha Swayamdipta
4a866f64c4
Update _base.scss (#137)
Description text size should match whether or not there is a link.
2020-11-06 11:01:24 -05:00
JD
e30a46bbfa
Issue 105 : Dark Mode + Theming #118 (#119)
* Dark Mode + Theming

* Themes scss file created with default color scheme and dark color scheme.

* Logic for managing dark mode toggle added.

* Modified existing scss/html to work with theme toggling.

* Fixed hover issues

* Added enable_darkmode to configs.  

* Added the requested option of disabling/enabling dark mode via config files.
2020-10-04 20:32:47 -04:00
Maruan
4dc26260d7
v0.3.1 (#112)
* Add an option for showing selected publications

* Improve publication styles

* Update README.md

* Clearfix
2020-09-03 19:24:34 -04:00
Maruan Al-Shedivat
738791a3f9 Update README 2020-06-21 14:07:30 -04:00
Maruan Al-Shedivat
938b22e132 Minor fixes 2020-06-14 23:09:03 -04:00
Maruan Al-Shedivat
164f2d1bee Update publication styles 2020-05-17 07:05:09 -04:00
Maruan Al-Shedivat
097a32a680 Upgrade project grid 2020-05-03 11:53:11 -04:00
Maruan Al-Shedivat
05748528a7 Upgrade project grid 2020-05-03 01:28:30 -04:00
Maruan Al-Shedivat
2bdbd6bc57 Minor footer style fix 2020-05-02 19:29:00 -04:00
Maruan Al-Shedivat
35f4c65990 Merge branch 'master' into dev 2020-05-02 19:21:30 -04:00
Maruan Al-Shedivat
6fda5af2b0 Add distill post styles and template 2020-05-02 19:14:27 -04:00
Maruan Al-Shedivat
6e9de53d68 Update pagination 2020-05-02 18:09:42 -04:00
Maruan Al-Shedivat
60ed29eb5b Fix code highlighting 2020-05-02 17:08:36 -04:00
Maruan Al-Shedivat
39745a9224 Minor fixes to navbar 2020-05-02 15:45:16 -04:00
Maruan Al-Shedivat
edc854aa3a First step toward moving to Bootstrap. 2020-05-01 18:36:18 -04:00
Sam Fearn
710cf83876 Added css to take account of vertical scroll bar and avoid content jumps 2019-08-06 14:01:00 -04:00
Jess
65b661ce6e move image-row height and col to media queries to adjust with viewport 2019-02-21 15:32:07 -05:00
Maruan
e7822d4a89
Merge pull request #15 from samfearn/alignfix
Alignfix
2018-06-18 09:54:53 -04:00