Commit Graph

731 Commits

Author SHA1 Message Date
Sam B aabe1e5aa6
Fixed small typo (#2064)
instalation -> installation

Thank you for this resource!
2024-01-10 22:44:32 -03:00
Maruan 982a5fe114
Update .git-blame-ignore-revs 2024-01-10 11:24:39 -05:00
George 2d34024961
Fix prettier (#2062)
Changed rule to minified files, reverted changes to minified files

---------

Signed-off-by: George Araújo <george.gcac@gmail.com>
2024-01-10 11:21:58 -03:00
Maruan 7c279b159d
Move news and 404 to pages (#2060)
moves news and 404 from repo root dir to `_pages/` where they are
supposed to be + changes their extensions to `.md`
2024-01-10 01:59:59 -05:00
Maruan Al-Shedivat 7e8ca8f191 Add .git-blame-ignore-revs 2024-01-10 00:13:23 -05:00
Maruan beb6f27d59
format code with prettier.io (#2048)
summary:
- adds prettier formatter configuration
- formats the entire repo using prettier, ignoring minified files
(`*.min.css`) and heavy generated html
- changes extensions of all `.html` files to `.liquid`, which is more
correct and necessary for prettier to work correctly
- replaces "%-" and "-%" with just "%" — manual liquid formatting using
minus signs is superfluous since we are compressing and minifying the
code anyway
- adds CI action for running prettier check on PR and pushes to master
2024-01-10 00:10:51 -05:00
George 60a09ed25c
Normalizing coauthor names before search (#2057)
Signed-off-by: George Araújo <george.gcac@gmail.com>
2024-01-09 14:13:33 -03:00
George 4ea7f5ba57
Add direct link to `use this template` 2024-01-09 13:18:40 -03:00
George e3997d0f6c
Added citation examples, simplified citation code (#2056)
Since the citation file and other stuff is already defined in
`_config.yml`, removed them when calling `{% bibliography %}`. Also
realized that `jekyll-scholar` helps in displaying only the papers cited
in page, changed to use that.

Signed-off-by: George Araújo <george.gcac@gmail.com>
2024-01-08 14:35:42 -03:00
George feb9c9e677
Removed background from template example 2024-01-03 21:11:00 -03:00
George 7b0ca12a78
Added information about using wsl on Windows (#2040)
Signed-off-by: George Araujo <george.gcac@gmail.com>
2024-01-02 22:51:42 -03:00
George 4a55cd1bd1
Upgrading the README file (#2034)
I decided to break the README file into different ones to declutter it
from the main page. Also adding some more explanation on the structure
of the template. Tackling #2032 and #2033

---------

Signed-off-by: George Araujo <george.gcac@gmail.com>
2024-01-02 22:30:48 -03:00
George 92ac10ad82
Changed mermaid support in template (#1992)
Fix #1609

---------

Signed-off-by: George Araujo <george.gcac@gmail.com>
Co-authored-by: Maruan Al-Shedivat <maruan@genesistherapeutics.ai>
2024-01-02 18:35:57 -03:00
George 86ada06e4b
Changed trophies layout to better suit different screen sizes (#2038)
Signed-off-by: George Araújo <george.gcac@gmail.com>
2024-01-02 14:07:04 -03:00
Noah West da5065fffc
Remove imagemagick strip (#2028)
I had added -strip arg to the imagemagick call as it is generally
desirable to strip metadata from images before publishing them, however
it seems to occasionally cause issues with jekyll-imagemagick
auto-regeneration, regenerating images even when they have not changed.
2023-12-30 16:45:53 -05:00
WEI EN TSAI f05fb7bc58
fix live-reloading in docker (#2022)
Fix #2021 : The webpage hosted by docker would not be automatically
reloaded because the port used for live-reloading (port 35729) is not
forwarded.
2023-12-29 02:43:26 +03:30
Noah West fb294e3348
Responsive image fix (#2014)
Fixes #1967 

Update the way responsive images are used to only use one srcset, and
add corresponding `sizes` attribute to the relevant layouts and
templates.
I did not go through and add `sizes` to all the example posts/projects.
When `sizes` is not specified by the user, the `figure.html` template
defaults to 95% the width of the viewport which should work fine for
most cases; users can optimize further if they wish by feeding `sizes`
into the template.

Additionally:
 - Enabled support for .gif to .webp compression
- fix error in jekyll-imagemagick config where all images were resized
to be 800px or less. (for example img-1400.webp was actually only 800px
wide, etc.)
- added note about making sure imagemagick is installed before enabling
it in responsive images section of `_config.yml`
2023-12-26 13:00:38 -05:00
Alireza Dehghanzadeh 70d9ca94e1
bring back `repo_id` and `category_id` in `giscus` section (#1892)
After deploying my website (Cloudflare Pages), my Giscus did not work, I
realized these two paramesters are removed. After adding them again, my
Giscus worked correctly.
These new values are values from previous commits of original repository

---------

Co-authored-by: Maruan Al-Shedivat <maruan@genesistherapeutics.ai>
2023-12-25 15:43:53 -03:00
Fares Abawi 45bb74eb43
Added video button to bib entries (#2008)
When the video entry is added to bib:

e.g.,

```
{
...
video={https://www.youtube.com/embed/jNQXAC9IVRw}
...
}
```
A dedicated button appears for videos. When clicked, a playable video
appears under the research article (like abstracts and bibtex)
2023-12-25 14:50:37 -03:00
George 0795059a4b
Now blog can be reorganized in header (#1996)
Fixes #1559 #1795

Signed-off-by: George Araújo <george.gcac@gmail.com>
2023-12-25 14:41:27 -03:00
Dinesh Natesan 6119d0657c
added ability to switch off pagination on the blog page (#1909) 2023-12-24 21:46:14 -05:00
Tianmaru a1a9250b93
check for active children in submenus (#1869)
This patch checks, if the title of the current page matches with the
title of a submenu child. If so, it sets the submenu and the
corresponding child as active, highlighting it in the header.
2023-12-24 20:01:38 -05:00
George 1fa3febcc7
Updated README to explictly tell how to proceed on fresh install (#1993)
Updated README to explicitly tell how to proceed on creating your own
version based on this template. Also removed the video tutorial since it
was for an older version, recommending to fork the repo and it was
missing the `--lsi` parameter from jekyll command. Also was not using
docker, the current recommended way.

---------

Signed-off-by: George Araújo <george.gcac@gmail.com>
2023-12-18 10:59:08 -03:00
George 36e6ff8705
Ensure the zoomed image is in front of toc sidebar (#1998)
Fixes #1888

Signed-off-by: George Araújo <george.gcac@gmail.com>
2023-12-15 11:39:11 -03:00
George f9b8d45081
Fixed redirect post access from blog archive (#1994)
Fixes #1831

Signed-off-by: George Araújo <george.gcac@gmail.com>
2023-12-14 15:47:28 -03:00
George 199718610e
Implemented support for tikzjax (#1990)
Implemented #1976.

Signed-off-by: George Araújo <george.gcac@gmail.com>
2023-12-12 22:56:14 -03:00
civita 6130018c96
Update cv.md (#1973)
Fix path typo in description
2023-12-05 12:57:38 -03:00
George f92d60f61c
Fixes #1584 (#1971)
Removed link to blog when showing years in news

Signed-off-by: George Araujo <george.gcac@gmail.com>
2023-12-01 11:20:13 -03:00
George 6eab5bf480
Fixes #1952 (#1955)
Fixes #1952 by updating font awesome version. Also updated icons names
to newest font awesome style.

---------

Signed-off-by: George Araujo <george.gcac@gmail.com>
2023-11-23 13:02:14 -03:00
Pablo Diego Pereira 6b5c94f571
Update resume.json (#1821)
populating resume.json to give easier start to people that dont
understand very well how to setup the fields
2023-11-22 16:26:14 -03:00
Pablo Diego Pereira f5cdbdd322
Update cv.html (#1820)
resume fixing that isn't showing up
2023-11-22 16:25:06 -03:00
Amir Pourmand 136e8bf2bb
Better Readme (#1806) 2023-11-22 16:23:29 -03:00
Yao Xiao a7c2f75120
ENH image zooming in distill posts (#1826)
Towards https://github.com/alshedivat/al-folio/discussions/1374

The image zooming feature did not work with distill layout previously.
2023-11-22 16:22:06 -03:00
Javkhlantugs 77e9137dce
Update README.md (#1901)
Added new Q&A (Q7). Github credentials error when deploying. Changing
the github config url from `http` to `ssh`
2023-11-22 16:08:44 -03:00
Rachel 13c277eff5
Update Font Awesome url (#1943)
Previous link returns a `404`
2023-11-22 15:48:56 -03:00
Shubhankar aacf4582ef
Adding my site. Thanks! (#1945) 2023-11-22 14:21:38 -03:00
Antonio Stanziola 981835b492
Update README.md (#1938)
Adding my site. Amazing template, it was incredibly easy to setup and is
super flexible!
2023-11-14 13:08:10 -03:00
Abhinav Mehta 85f2590a21
Add my website (#1859) 2023-10-26 13:39:47 -03:00
Yifan Jiang 7eb1cccf4e
fix inconsistent alignment for latest posts (#1832) 2023-10-26 02:50:44 -04:00
Shubhashis Roy Dipta 324814543a
Added shubhashisroydipta.com to README.md (#1816) 2023-10-25 20:30:34 -03:00
Monk a348bee339
Update README.md (#1856) 2023-10-20 19:54:07 -03:00
Amir Pourmand b44528a9d2
Update README.md (#1837) 2023-10-16 22:55:59 +03:30
Giordano d'Aloisio 422a72be25
Added my website in the list (#1834) 2023-10-16 13:28:12 +03:30
Yifan Jiang a21bd492bc
fix reference disappearing for distill blog in absence of author (#1804) 2023-10-08 12:15:01 -04:00
Amir Pourmand 8e6f5daafe
Update Dockerfile 2023-10-07 13:00:59 +03:30
Amir Pourmand 3ebb90f696
Add DockerSlim (#1699) 2023-10-07 12:18:56 +03:30
Amir Pourmand c0bc95c5d9
Add Reload to Docker (Automatic Reload of Changes to _config.yaml) (#1702)
- #1640
2023-10-07 10:03:58 +03:30
Maruan Al-Shedivat dc3289ddfc Fix a small bug in giscus template 2023-10-05 00:36:32 -04:00
Maruan 51d367c765
Make publication thumbnails optional + fix small layout bugs (#1797) 2023-10-05 00:28:44 -04:00
Maruan da661b1662
Remove by year grouping from selected publications (#1796) 2023-10-05 00:23:34 -04:00