Commit Graph

342 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
Amir Pourmand
e7b83a736e
Fix Docker Problem (#1074) 2023-01-08 10:35:00 -05:00
Rohan Deb Sarkar
f17eb7fd5d
Fix SRI hash (#1087)
Sorry, forgot to change the SRI.
2023-01-08 00:16:44 +05:30
Rohan Deb Sarkar
3a4de50705
Fix medium zoom on small devices (#1084)
fixes #1006
2023-01-07 21:37:54 +05:30
Philip Wong
69e013b9a0
Add youtube as a social option (#1007) 2022-12-31 19:31:06 -05:00
djherron
5358844241
add star to readme (#1064) 2022-12-31 19:08:07 -05:00
Simmo Saan
925cac03bb
Improve bib layout for thesis (#920) 2022-12-25 14:03:26 -05:00
Amir Pourmand
34eb856fb8
Add Pre-commit Hook (#801) 2022-12-25 13:52:28 -05:00
Mohammad Qodrati
5e48424e58
Hide the other opened box (Bib, Abs), if any (#1002) 2022-12-25 13:47:08 -05:00
Maruan
37ccb2e434
Add interactive plotly example to distill post (#1027) 2022-12-20 18:09:32 -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
Amir Pourmand
4883684acf
Add Container Name (#1021) 2022-12-11 01:51:12 -05:00
Amir Pourmand
e78a622ac3
ADD More Clear Explanations in README (#1012) 2022-12-10 23:36:24 -05:00
Noman Bashir
cbd9698784
Update README.md (#1014)
Adding my webpage.
2022-12-10 20:34:26 +05:30
Ellis Brown
010d2ee530
add ellisbrown.github.io reference (#1008) 2022-11-30 22:14:48 +05:30
Rohan Deb Sarkar
df70bfe57c
fix deploy script for --user (#994)
Fixes #820.

Explanation:
https://github.com/alshedivat/al-folio/discussions/969#discussioncomment-4180959
2022-11-20 01:15:42 +05:30
Andrea Gasparini
f1eb1602a3
Adds Telegram to social integrations (#992) 2022-11-19 10:19:56 -05:00
Andreas Kuster
01119b9f77
Add Andreas Kuster's published webpage (#991)
Thanks a lot for this very neat and professional template. This PR adds
my academic page to the Academics list
2022-11-16 14:16:27 +05:30
Alireza Dehghanzadeh
e2966c4114
New update to GH Actions: Deprecating save-state and set-output commands (#986)
Hi there

First of all, thanks for this amazing complete theme

Due to this warning which has been recently showed by Github,
`::set-output` will be deprecated and must be replaced with a new method


![image](https://user-images.githubusercontent.com/86428901/201933020-4a53d735-08b4-41d3-b38c-e16942fdd64e.png)

topic: [GitHub Actions: Deprecating save-state and set-output
commands](https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/)

Thanks
2022-11-15 19:30:22 +05:30
bruno vianna
357f6e914f
Add backlink to verify mastodon (#978) 2022-11-15 08:06:51 -05:00
Rohan Deb Sarkar
f58ac5bcd5
Add support for Disqus comments on distill posts (#981)
Fixes #980.
2022-11-12 09:13:16 +05:30
Junshen Xu
8f38315866
Add Junshen's personal page (#979)
Added a link to my personal website to the README.
2022-11-11 22:48:38 +05:30
bruno vianna
576e7b0541
Added Mastodon to social (#974) 2022-11-10 19:56:27 -05:00
Amir Pourmand
7172df0877
Add Docker-compose file for windows compatibility (#875)
This file makes it easier for windows users to use docker. (Closes #829)

Previous to this commit, those who used Windows had to install Ubuntu
inside windows (via WSL) and run our commands. Now they can run it by
just typing `docker-compose up`.

> The main problem was that `./bin/dockerhub_run.sh` command was written
with `Bash` in mind and you had to change it a little bit to make it
compatible with windows `Powershell`. We shouldn't have two scripts.
This is why adding a `docker-compose.yml` file is necessary.
2022-10-31 11:27:43 -04:00
Maruan
a552443256
Update README.md 2022-10-29 20:40:21 -04:00
Maruan Al-Shedivat
92cbaf94ff Small stylistic fix 2022-10-25 08:41:33 -04:00
Dominik Straub
c87d1b446b
Add altmetric badges to paper (#950)
[Altmetric](https://www.altmetric.com/) tracks social media and citation
activity for a paper. I added an option to add the altmeric id to a
paper's bib entry, which results in the altmeric badge for the paper
being displayed next to the other buttons. As an example, I added the
altmetric id for the Einstein, Podolsky & Rosen paper.
2022-10-25 08:27:45 -04:00
Muhamamd Naufal Shidqi
6bd11359a1
Add WhatsApp to social integration (#945) 2022-10-25 08:14:25 -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
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