ebohnenb
2f58bb909a
Update ruby to 3.2.2 in deploy.yml ( #1459 )
2023-06-10 21:18:47 -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
George
597b5751a3
Audio and Video support ( #1367 )
...
Since #1253 has been hanging there for a while, I decided to part from
it and add audio and video support.
---------
Signed-off-by: George Araujo <george.gcac@gmail.com>
2023-05-15 12:31:27 -03:00
George
6335474075
Custom blockquotes ( #1419 )
...
Added some custom blockquotes `tip`, `warning`, and `danger` as seen in
[jekyll-gitbook](https://sighingnow.github.io/jekyll-gitbook/jekyll/2022-06-30-tips_warnings_dangers.html ),
and a blog post showcasing them.
Light look:

Dark look:

---------
Signed-off-by: George Araujo <george.gcac@gmail.com>
2023-05-15 12:30:53 -03:00
George
8f960bbae6
Fix table color ( #1424 )
...
Fix table color when dark mode is default.
---------
Signed-off-by: George Araujo <george.gcac@gmail.com>
2023-05-14 22:10:29 -03:00
Qingqing Chen
d037850a48
add star to academic examples ( #1423 )
2023-05-14 21:06:41 -04:00
danickblouin
fedf6d1965
Fixed typo in blog post ( #1411 )
2023-05-12 17:50:57 -03:00
Furkan Akkurt
c5ec8d8f84
Fix typo ; Update _config.yml ( #1418 )
...
Co-authored-by: George <31376482+george-gca@users.noreply.github.com>
2023-05-12 17:48:40 -03:00
Raffaele Mancuso
6fd714c897
README upgrade ( #1394 )
2023-05-09 11:53:21 -03:00
CDN (Diego) Damasceno
1c0560fc03
Including Lattes CV in Socials ( #1404 )
...
Resubmitting the PR #1383
2023-05-08 13:56:58 -03:00
sfanzon
c1112d7e71
Update README.md ( #1389 )
...
Added academic personal website
2023-05-02 10:59:53 -04:00
George
dd1ec87e48
Fixed bootstrap table css ( #1388 )
...
Fixed bootstrap table css that is being overwritten by mdb css
Signed-off-by: George Araujo <george.gcac@gmail.com>
2023-05-01 20:03:26 -03:00
George
0c0303b185
Moved bootstrap table css to head.html ( #1387 )
...
Signed-off-by: George Araujo <george.gcac@gmail.com>
2023-05-01 14:10:33 -03:00
George
d98eafb424
Added thumbnail support for blog posts ( #1371 )
...
Implemented #425 based on given code.

---------
Signed-off-by: George Araujo <george.gcac@gmail.com>
2023-05-01 13:27:33 -03: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
George
641a36405f
Added support for Bootstrap table ( #1283 )
...
Added support for [Bootstrap Table](https://bootstrap-table.com/ ).
Haven't checked the impact on website loading, but I believe [this kind
of table](https://examples.bootstrap-table.com/#welcomes/from-data.html )
is way more useful for blog posts and projects pages.
2023-04-30 23:10:30 -04:00
Hashe037
1ce61cccc6
added star to academic examples ( #1377 )
2023-04-27 22:47:24 -03:00
George
a68c5e97b1
Reduced a little font-size in toc sidebar ( #1376 )
...
Signed-off-by: George Araujo <george.gcac@gmail.com>
2023-04-27 13:39:38 -03:00
George
6f9114685f
Toc sidebar color fix ( #1375 )
...
Fixed color and increased font size of toc sidebar
---------
Signed-off-by: George Araujo <george.gcac@gmail.com>
2023-04-27 13:28:55 -03:00
George
bbf1758636
Toc sidebar ( #1366 )
...
Implemented #966 .

---------
Signed-off-by: George Araujo <george.gcac@gmail.com>
2023-04-27 12:46:29 -03:00
George
0b109a23ed
Fixed news limit ( #1359 )
...
Fixes #1346 .
---------
Signed-off-by: George Araujo <george.gcac@gmail.com>
Co-authored-by: Yifan Jiang <55911052+YifanJiang233@users.noreply.github.com>
Co-authored-by: Raffaele Mancuso <54762742+raffaem@users.noreply.github.com>
Co-authored-by: Yue Gao <11145354+Lodour@users.noreply.github.com>
2023-04-27 12:26:48 -03:00
George
e8c5450790
Fixed bug when using latex in title and description ( #1361 )
...
Fixes #1252 .
Signed-off-by: George Araujo <george.gcac@gmail.com>
2023-04-27 12:02:50 -03:00
Yue Gao
39d1f5e522
Fixed hard-coded bib files in templates ( #1373 )
...
The bibliography filename `papers.bib` is hard coded in templates, and
the equivalent setting in `_config.yml` is not used anywhere. So
changing the bib filename in `_config.yml` won't have any effects.
This PR replaces hard-coded filenames with the value from `_config.yml`.
2023-04-27 11:55:57 -03:00
George
2f035fa2a5
Increased allowed max size of news and latest posts in about ( #1369 )
...
Fixed size of news and latest posts in about page when visualizing in
mobile.
Signed-off-by: George Araujo <george.gcac@gmail.com>
2023-04-27 11:47:35 -03:00
George
2a9b89d352
Removed blog header-bar when title and description are empty ( #1370 )
...
When blog title and description are empty, go from this

to this

Signed-off-by: George Araujo <george.gcac@gmail.com>
2023-04-26 12:53:19 -03:00
Raffaele Mancuso
470365139e
Scopus integration ( #1364 )
...
Fixes #1362
2023-04-25 18:52:27 -03:00
Yifan Jiang
6e38b1b8aa
Fix copy code button position ( #1348 )
...
Fix issue #1303 by adding a code wrapper outside the code block.
Ref:
https://stackoverflow.com/questions/60771472/position-a-button-such-that-it-wont-scroll-with-contents
2023-04-25 11:37:09 -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
Furkan Akkurt
2b725c1863
Fix typo ( #1356 )
2023-04-24 22:54:45 -03:00
George
67e5fcd1e3
Added support for table of contents in blog posts ( #1278 )
...

---------
Signed-off-by: George Araújo <george.gcac@gmail.com>
2023-04-24 22:44:24 -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
Maruan
9351f3a0c9
Fix publication button spacing ( #1322 )
2023-04-08 09:56:08 -04:00
gaspardbb
8aaf0df552
Implemented details tag for distill blog ( #1321 )
2023-04-08 09:43:36 -04:00
George
60209cfd93
Implemented latest posts on about page ( #1307 )
...
Adresses #340
---------
Signed-off-by: George Araújo <george.gcac@gmail.com>
2023-04-08 10:19:08 -03:00
Simmo Saan
5ff54a74ef
Fix assets sitemap exclusion ( #1315 )
2023-04-05 07:27: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
Douglas
ad504b0709
Fixed one-word typo in _config.yml (Non-Urgent) ( #1288 )
2023-03-27 11:58:32 -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
George
b9a1f83636
Added more options to altmetric badge, changed to arxiv code first ( #1269 )
2023-03-19 17:25:07 -04:00
George
bacddc7821
Implemented copy code button feature ( #1267 )
...
Implemented support for copy code button in code blocks (#1262 ), also updated blog post about code to reflect it.
2023-03-19 17:17:34 -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