Commit Graph

613 Commits

Author SHA1 Message Date
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
Miroslav Suzara 215fb34d66
Fixed broken link to distill-style blog post (#957)
Updated README.md with the correct link to the distill-style blog post
example.
2022-10-24 13:36:44 +05:30
Tyler Barna 170e6ade14
Update README.md (#953)
added the link to the personal academic site I've started working on
using al-folio in the table
2022-10-24 10:23:31 +05:30
Simmo Saan 5f3c487b7f
Slugify tag and category links (#947)
Fixes links to jekyll-archive pages when tag/category contains spaces.
2022-10-16 16:36:52 +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
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
Maruan fbbca1a8c4
Update README.md 2022-10-02 09:08:39 -04:00
Amir Pourmand 54cbd6d638
Add docker badges (#888) 2022-10-02 08:53:50 -04:00
Carlos Morales 23b0d1c598
Improve info about theme colors (#911) 2022-10-02 08:52:37 -04:00
Josh Veitch-Michaelis 281cc82d41
fix bug where proceedings do not render (#913) 2022-10-02 08:51:25 -04:00
Johannes Hörner bfc47258d7
add multiple last names in bibliography (#905)
Multiple last names can be defined to be highlighted in the bibliography
(#904)
2022-09-24 08:12:27 +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
Dominik Straub 4d02d1c0ee
Add dominikstrb's personal page (#880)
Added a link to my personal website to the README
2022-09-13 19:06:24 +05:30
Amir Pourmand 5b3117b079
Adding Table of Contents to Readme file (#876) 2022-09-12 18:59:11 -04:00
Lucas Hosseini cf9640c877
Display booktitle for publications of type incollection (#871) 2022-09-08 16:07:56 -04:00
Maruan 47694a1f77
Update README.md 2022-09-08 16:05:31 -04:00
Maruan 30e51bc900
Update 2018-12-22-distill.md 2022-08-27 22:37:32 -04:00
wristy bf6f8a41ad
Fix grammar (#848) 2022-08-27 06:45:54 -07:00
Yavuz Alp Sencer ÖZTÜRK ca883669a1
fixe typos (#823) 2022-08-16 22:00:09 +05:30
Rohan Deb Sarkar c1428532e0
fix #814 (#818) 2022-08-15 08:40:12 +05:30
Tai D Nguyen 967e367563
add page (#817) 2022-08-14 15:26:33 -04:00
Maruan b2b14496c0
Update README.md 2022-08-14 15:25:25 -04:00
Leandro A. Bugnon 7a942fe055
Add personal page (#812) 2022-08-14 15:17:25 -04:00
gzwongkk a36d7f5807
Support different colors for different kinds of publications in publication list (#797) 2022-08-06 13:06:18 -04:00
gzwongkk 58391d1dbe
Fix commas in author list (#770) 2022-08-06 12:55:39 -04:00
Ioannis Mavromatis 2186bddc0c
Add website (#802) 2022-08-06 12:06:49 -04:00
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
johanneshoerner 96e794f257
Added my webpage to the list (#788)
Added my webpage to the list.
2022-07-28 19:36:54 +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
Amir Pourmand 99b14c436f
Add Tags for Docker Images (#754) 2022-07-17 20:32:44 -04:00
Amir Pourmand b6ea0d01ff
Skip Docker Image on Forked Images (#767) 2022-07-17 20:11:27 -04:00
Rohan Deb Sarkar 1ac9b7c3b2
Optimize image qualities and a fix (#762)
* blog tag-list

* optimize publication preview

* better compression

* optimize jpg project images

* reduce sizes of project images

* fix
2022-07-12 11:43:58 +05:30
Congcong Li 24a5084cb1
fix more authors bug (#758)
* fix more authors bug

* fix

* add preview

Co-authored-by: Rohan Deb Sarkar <rohandebsarkar@gmail.com>
2022-07-11 12:08:58 +05:30
Rohan Deb Sarkar edd9fb7079
Bootstrap js SRI fix (#757) 2022-07-10 22:13:25 +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 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
Maruan 7c71285bc3
Update README.md 2022-07-10 00:54:26 -04:00
Maruan b3dac1faad
Update README.md 2022-07-10 00:53:53 -04:00
Maruan 09c8781eb6
Update README.md 2022-07-10 00:48:21 -04:00
allcontributors[bot] c7736d6abc
docs: add pourmand1376 as a contributor for code (#753)
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2022-07-10 00:21:39 -04:00
Amir Pourmand 0e9d3a44f9
Add Dockerfile for easy installation on local machine (#532) 2022-07-10 00:19:05 -04:00
allcontributors[bot] c09d3ee2ed
docs: add rohandebsarkar as a contributor for code (#752)
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2022-07-10 00:10:30 -04:00
allcontributors[bot] cb3ea9c591
docs: add alshedivat as a contributor for design, code (#751)
* docs: update README.md [skip ci]

* docs: create .all-contributorsrc [skip ci]

* Update .all-contributorsrc

* Update README.md

* Update .all-contributorsrc

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: Maruan Al-Shedivat <maruan@genesistherapeutics.ai>
2022-07-10 00:04:19 -04:00
Rohan Deb Sarkar 9d7180417e
Better bundler caching for GitHub Actions (#750)
* Better caching for GitHub Actions

* Update `actions/checkout` to `v3`
2022-07-09 18:08:11 +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