Commit Graph

152 Commits

Author SHA1 Message Date
Maruan 84810b3a20
Update README.md
add link to iclr 2024 blog post track
2023-10-01 22:23:12 -04:00
George 64cf57fab3
Added support to PurgeCSS (#1562)
Tackled #1329 with [PurgeCSS](https://purgecss.com/).

Being talking with @varuniyer about using
[jekyll-uncss](https://github.com/episource/jekyll-uncss) to reduce css
file sizes by ditching unused classes. This approach have 3 main
problems:

1 - have some limitations as pointed
[here](https://github.com/alshedivat/al-folio/issues/1329#issuecomment-1546517327)
2 - last update to
[jekyll-uncss](https://github.com/episource/jekyll-uncss) was about 3
years ago, so it might have a few issues
3 - [uncss](https://github.com/uncss/uncss) haven't seem a new release
in a while, currently [lacking
maintenance](https://github.com/uncss/uncss/issues/459), and using some
deprecated libraries as seem here:

```
npm install -g uncss
npm WARN deprecated request-promise-native@1.0.9: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
npm WARN deprecated har-validator@5.1.5: this library is no longer supported
npm WARN deprecated w3c-hr-time@1.0.2: Use your platform's native performance.now() and performance.timeOrigin.
npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
```

I thought about giving PurgeCSS a go, since it has been more [actively
maintaned](https://github.com/FullHuman/purgecss), but
[jekyll-purgecss](https://github.com/mhanberg/jekyll-purgecss) haven't.

For this, I needed to change to use some local libraries instead of
getting them via CDN. The good news is that it is quite effective in
reducing css file sizes. Comparing dir sizes with `du -hs
_site/assets/css/`:

| current | minify | PurgeCSS | PurgeCSS + minify |
| ------- | ------ | -------- | ----------------- |
| 1,1M    | 988K   | 456K     | 420K              |

---------

Signed-off-by: George Araujo <george.gcac@gmail.com>
2023-09-28 14:22:42 -03:00
Nikolai Zhivotenko be4be01fcc
Added a star (#1764) 2023-09-26 17:23:03 -04:00
Matteo Barbetti c24ed74855
Update README (#1754)
* added the link to my personal academic website
([mbarbetti.github.io](https://mbarbetti.github.io))
* added the link to the website for a workshop named "Beyond Vision:
Physics meets AI" ([BVPAI
2023](https://physicsmeetsai.github.io/beyond-vision)) held within ICIAP
2023

---------

Co-authored-by: Amir Pourmand <pourmand1376@gmail.com>
2023-09-21 16:34:33 +03:30
Dhruv Kumar 2194a52fd9
Adding a page (*) in README.md (#1755)
Adding https://kudhru.github.io/ in the academics section
2023-09-21 15:09:44 +03:30
Henry Zhang ae48df4c3d
Update README.md (#1748) 2023-09-19 22:21:31 -04:00
Jed Burkat 482f4366bb
Add a star (#1723) 2023-09-12 12:26:25 -03:00
Decwest 5a96b75479
Add a star (#1705)
Added academic website to README.md.
2023-09-06 13:19:05 -03:00
Carlson B 81b89c8d45
Add star to README.md (#1684)
Added academic website to README.md.
Also added `_blank` target to earlier ones.

Co-authored-by: George <31376482+george-gca@users.noreply.github.com>
2023-09-02 15:33:54 -03:00
Kyle Oman 3cf7ffaf2c
Add a star. (#1695) 2023-09-02 15:31:50 -03:00
Raffaele Mancuso 40af12bd56
Add website (#1674) 2023-08-28 18:09:49 -03:00
Raffaele Mancuso b6b18b47d1
Fix _variables.scss filename in README (#1683) 2023-08-28 18:08:54 -03:00
Maruan f83d09c2a1
Add all contributors section to README.md 2023-08-21 22:54:45 -04:00
Alejandro Escontrela 4d3c53d907
Update README.md (#1661)
add star to academic example
2023-08-21 22:50:24 -04:00
filippomazzoli c1857fc82b
Update README.md (#1657) 2023-08-20 14:25:04 -04:00
Amir Pourmand 16a19434aa
Update README to make Docker Recommended way (#1523)
Docker is well-tested for a long time. I think it is better to make it
the recommended method for all OS types.

This way, it is a lot easier to install docker (than to install jekyll
and ruby and what not) and also we wouldn't have to deal with issues
like these:
- https://github.com/alshedivat/al-folio/issues/1520
- https://github.com/alshedivat/al-folio/issues/1491
2023-08-20 08:52:43 +03:30
Daniel Berlyne 920cb69e15
add star to academic examples (#1647)
Dear `al-folio` maintainers,

I would greatly appreciate it if you could add my homepage as a star in
the academic examples.

Thank you for your wonderful work on this.
2023-08-16 12:34:21 -03:00
George 1206429677
Added jupyter to README (#1637)
Signed-off-by: George Araujo <george.gcac@gmail.com>
2023-08-06 18:59:07 -03:00
Abu Noman Md. Sakib 84b6dfabbe
Added anmspro.github.io in academics (#1549)
Added anmspro.github.io in academics
2023-07-11 22:52:51 -03:00
George 554ab3490b
Updated README FAQ section (#1532) 2023-07-03 12:37:10 -03:00
George 567b731de6
Revert "Created GitHub action to update site pagespeed svg" (#1530)
Reverts alshedivat/al-folio#1529
2023-07-02 19:43:19 -03:00
George e1b93cff0a
Created GitHub action to update site pagespeed svg (#1529)
Addresses #1524

Signed-off-by: George Araujo <george.gcac@gmail.com>
2023-07-02 19:18:17 -03:00
Loris Fichera 8f3ecfa5b0
Added two more examples (#1517)
Added the following examples:
* A personal homepage
* A workshop website
2023-06-29 11:14:20 -03:00
Lucas Emanuel Resck 983762c63a
Add star to academic examples (#1445) 2023-06-10 21:23:22 -04:00
Fan Pu Zeng 45f66f06e3
Update README personal page stars (#1467) 2023-06-10 21:07:28 -04:00
Sam Adam-Day 6e01a61a4a
Added star for samadamday.com in the README (#1443) 2023-05-23 11:12:49 -04:00
Lily (Xianling) Zhang 14ca1486cf
add star to academic examples (#1439) 2023-05-22 11:20:22 -04:00
Kai Yao 31afb9a4bf
add academic personal webpage example (#1431)
Hello, I'd appreciate it if you could consider including my academic
personal webpage as an example. Thank you.
2023-05-20 20:35:31 -03:00
Qingqing Chen d037850a48
add star to academic examples (#1423) 2023-05-14 21:06:41 -04:00
Raffaele Mancuso 6fd714c897
README upgrade (#1394) 2023-05-09 11:53:21 -03:00
sfanzon c1112d7e71
Update README.md (#1389)
Added academic personal website
2023-05-02 10:59:53 -04:00
Jinsheng Ba ecfb9aad99
Add an academic example (#1381)
https://bajinsheng.github.io/
2023-05-01 13:05:58 -03:00
Wang Boyu b8771efebe
add star to academic examples (#1380) 2023-04-30 23:10:49 -04:00
Hashe037 1ce61cccc6
added star to academic examples (#1377) 2023-04-27 22:47:24 -03:00
Yuki M. Asano 9ef19fa52a
added one more researcher (#1353)
Added my own website to the "stars" section
2023-04-24 22:55:54 -03:00
Varun Iyer ee3f2b9dab
Add star to academic portfolios (#1333) 2023-04-22 20:53:24 -04:00
Maruan 8c8f20c5eb
Update README.md 2023-04-09 17:16:38 -04:00
allcontributors[bot] bf62dc3a55
docs: add george-gca as a contributor for code (#1323) 2023-04-08 10:06:32 -04:00
Chen Chen 07f5b4d679
Fixed some typos in _config.yml and README.md (#1306) 2023-03-30 20:28:40 -03:00
George 2fffdf3f1e
Moved information about creating your repo to front (#1298)
Moved information about using this template to the beginning of the
installation part, added a few more documentation links in it, fixed
some typos.

---------

Signed-off-by: George Araújo <george.gcac@gmail.com>
2023-03-29 16:48:53 -03:00
Raphael Azorin 6dee124c6f
Update README - Add new profile (#1285) 2023-03-27 11:58:53 -04:00
Maruan 6b3b92ca06
update readme + remove sponsorship info (#1274)
majority of the recent improvements to al-folio have been truly driven
by a growing community of fans and contributors. this template has
gradually transformed from a low-key weekend project into a "public
good" of some sort used by thousands of people, university labs and
classes, and academic conference and workshops. as such, having personal
sponsorship info from the repository is no longer relevant.

as the community grows a bit further, we may have to think about
establishing some kind of governance around decisions of how al-folio is
supposed to evolve, which features to prioritize, and how to reward
contributors for their hard work. for now, these decisions will be made
by the project maintainers (active contributors are welcome to join the
team). and I'm all ears for proposals and suggestions!
2023-03-19 18:42:53 -04:00
Do Hai Son fa9e1c30c1
Update README.md: added new profile (#1263) 2023-03-19 17:06:21 -04:00
George 45c3d91b69
Added related_posts false to the announcements front matter (#1266)
Added `related_posts: false` to the announcements front matter to avoid
errors like #1203. Also included explanation in README FAQ section.
2023-03-19 08:43:02 -04:00
Scott Lee Chua 2f49d07dc3 Replace bin/deploy with GitHub Action (#1234)
This PR updates `deploy.yml` to use the GitHub Action [Deploy to GitHub Pages](https://github.com/marketplace/actions/deploy-to-github-pages).
2023-03-19 06:43:32 -04:00
George 56480a713a
Added github 🏆 section in repositories (#1229)
Creates a new section with user trophies.
2023-03-18 18:01:30 -04:00
George f4a369b559
Added information about using github action (#1226)
By using this Github action it is possible to keep the derived
repository up-to-date with its template.

I am currently using this to keep my website up to date with the
template repository. An example of the PR this action creates can be
seen [here](https://github.com/george-gca/george-gca.github.io/pull/13).

Signed-off-by: George Araújo <george.gcac@gmail.com>
2023-03-18 17:55:21 -04:00
Bashir Kazimi 28953d565b
Add star to academic portfolios (#1202) 2023-02-25 13:15:04 -05:00
George 8ccc284008
Added related posts section (#1168) 2023-02-19 21:26:48 -05:00
Maruan 15ce6a02f3
Update README.md 2023-02-17 22:05:10 -05:00