Commit Graph

167 Commits

Author SHA1 Message Date
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
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
Amir Pourmand
136e8bf2bb
Better Readme (#1806) 2023-11-22 16:23:29 -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
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
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
Amir Pourmand
c0bc95c5d9
Add Reload to Docker (Automatic Reload of Changes to _config.yaml) (#1702)
- #1640
2023-10-07 10:03:58 +03:30
Martin Bulla
2897382206
Update README.md (#1789)
added an example of a personal web page
2023-10-04 17:51:53 -04:00
Maruan
ea7e6a38ff
Update README.md
add all contributors to toc
2023-10-01 22:29:20 -04:00
Maruan
d74943f491
Update README.md
add link to workshop on diffusion models
2023-10-01 22:26:37 -04:00
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