Commit Graph

230 Commits

Author SHA1 Message Date
George
25eac655ba
Fixed lighthouse html viewer links 2024-01-23 10:41:46 -03:00
George
b83a0e38c4
Added Lighthouse test GitHub action (#2084)
Added support for Lighthouse test as a GitHub action, and it appears
like
[this](https://github.com/george-gca/multi-language-al-folio?tab=readme-ov-file#lighthouse-pagespeed-insights).
The only thing missing is for @alshedivat to create a [repository
secret](https://github.com/MyActionWay/lighthouse-badger-workflows#lighthouse-badger-easyyml)
named `LIGHTHOUSE_BADGER_TOKEN` with the information needed.

---------

Signed-off-by: George Araújo <george.gcac@gmail.com>
2024-01-23 10:35:13 -03:00
Jona Ruthardt
30f7ab0f11
Added one more researcher using al-folio (#2105)
Added my own website as a star to the "Academics" section
2024-01-21 13:43:13 -03:00
Afrânio Melo
1d4a8c742b
Adding star (#2095)
Thank you all!!!
2024-01-18 13:17:20 -03:00
George
a843b3c6fe
Updated toc on README.md 2024-01-16 18:37:08 -03:00
George
3aa31333b1
Added star history to README.md 2024-01-16 18:33:02 -03:00
George
c5190617ea
Update contributing on README.md 2024-01-16 18:28:11 -03:00
George
cfe13d6a43
Added missing separator in README 2024-01-16 18:07:26 -03:00
George
1775a9a99d
Axe accessibility test support (#2080)
Added GitHub action to do axe accessibility tests with [axe
cli](https://github.com/dequelabs/axe-core-npm/tree/develop/packages/cli).
I believe it is best by default to let this be run only manually, since
fixing some of the issues are not straightforward (I haven't fixed them
all for this template yet).

---------

Signed-off-by: George Araújo <george.gcac@gmail.com>
2024-01-15 16:38:31 -03:00
George
71f054c82e
Fix broken links (#2077)
Added GitHub action to check for broken links in repo before commit,
ignoring files with liquid tags since these were not yet processed and
also README since some sites created from this template doesn't have
valid urls anymore. Fixed some broken links in repo.

---------

Signed-off-by: George Araújo <george.gcac@gmail.com>
2024-01-15 11:09:45 -03:00
Sam B
568e9cc8ba
Added additional user to README.md (#2063)
Added new user to academics section in readme. 

Thank you for this great resource!
2024-01-10 22:47:05 -03:00
Sam B
aabe1e5aa6
Fixed small typo (#2064)
instalation -> installation

Thank you for this resource!
2024-01-10 22:44:32 -03: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
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
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
Kotaro Suto
e1736bbca5
Update README.md to encourage people to use Use this template (#1167)
This PR changes README.md to encourage people to use `Use this template`
rather than `fork`.

### Differences between `Use this template` and fork
> - A new fork includes the entire commit history of the parent
repository, while a repository created from a template starts with a
single commit.
> - Commits to a fork don't appear in your contributions graph, while
commits to a repository created from a template do appear in your
contribution graph.
> - A fork can be a temporary way to contribute code to an existing
project, while creating a repository from a template starts a new
project quickly.
[Ref](https://docs.github.com/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template)

### Cons
Possible con would be that it is harder to pull the new changes from
this repo to the users' repos. It does not seem like impossible to do so
but it will require additonal actions on the users end.
- https://github.com/orgs/community/discussions/23528
-
https://stackoverflow.com/questions/56577184/github-pull-changes-from-a-template-repository

---------

Co-authored-by: Maruan <alshedivat@users.noreply.github.com>
2023-02-16 21:34:55 -05:00
George
182eb946dc
Added george-gca academic site (#1183)
Added new academic site

Signed-off-by: George Araújo <george.gcac@gmail.com>

Signed-off-by: George Araújo <george.gcac@gmail.com>
2023-02-13 10:23:24 +05:30
Divakar Verma
9b14e422a3
Add star to academic portfolios (#1178)
Adding my portfolio website to the list.
2023-02-12 21:48:50 +05:30
Kushin Mukherjee
efaafaa0dc
Add CogSci workshop to list of workshops in README (#1170)
created a new row in the 'Workshops' section to add a workshop at Cogsci
2022 where we used this awesome template!
Thanks!
2023-02-10 22:29:11 +05:30
Rodo-Singh
909401f7c6
Added my star to README (#1093)
Added my webpage link () to the table of `al-folio` users.
2023-01-09 18:24:34 +05:30
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
djherron
5358844241
add star to readme (#1064) 2022-12-31 19:08:07 -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
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
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
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
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
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
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
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
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