Skip to content

Commit cb3ea9c

Browse files
docs: add alshedivat as a contributor for design, code (alshedivat#751)
* docs: update README.md [skip ci] * docs: create .all-contributorsrc [skip ci] * Update .all-contributorsrc * Update README.md * Update .all-contributorsrc Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> Co-authored-by: Maruan Al-Shedivat <maruan@genesistherapeutics.ai>
1 parent 9d71804 commit cb3ea9c

File tree

2 files changed

+47
-1
lines changed

2 files changed

+47
-1
lines changed

.all-contributorsrc

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"files": ["README.md"],
3+
"imageSize": 100,
4+
"commit": false,
5+
"contributorsPerLine": 7,
6+
"projectName": "al-folio",
7+
"projectOwner": "alshedivat",
8+
"repoType": "github",
9+
"repoHost": "https://github.com",
10+
"badgeTemplate": "[core_contributors]: https://img.shields.io/badge/core_contributors-<%= contributors.length %>-orange.svg 'Number of core contributors'",
11+
"contributorTemplate": "<a href=\"<%= contributor.profile %>\"><img src=\"<%= contributor.avatar_url %>\" width=\"<%= options.imageSize %>px;\" alt=\"\"/><br /><sub><b><%= contributor.name %></b></sub></a>",
12+
"skipCi": true,
13+
"contributors": [
14+
{
15+
"login": "alshedivat",
16+
"name": "Maruan",
17+
"avatar_url": "https://avatars.githubusercontent.com/u/2126561?v=4",
18+
"profile": "http://maruan.alshedivat.com",
19+
"contributions": [
20+
"design",
21+
"code"
22+
]
23+
}
24+
]
25+
}

README.md

+22-1
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
# al-folio
2+
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
3+
[core_contributors]: https://img.shields.io/badge/core_contributors-1-orange.svg 'Number of core contributors'
4+
<!-- ALL-CONTRIBUTORS-BADGE:END -->
25

36
[![deploy](https://github.com/alshedivat/al-folio/actions/workflows/deploy.yml/badge.svg)](https://github.com/alshedivat/al-folio/actions/workflows/deploy.yml)
47
[![demo](https://img.shields.io/badge/theme-demo-brightgreen.svg)](https://alshedivat.github.io/al-folio/)
58
[![GitHub contributors](https://img.shields.io/github/contributors/alshedivat/al-folio.svg)](https://github.com/alshedivat/al-folio/graphs/contributors/)
9+
[![Core Contributors][core_contributors]](#core-contributors-)
610
[![GitHub release](https://img.shields.io/github/v/release/alshedivat/al-folio)](https://github.com/alshedivat/al-folio/releases/latest)
711
[![GitHub license](https://img.shields.io/github/license/alshedivat/al-folio?color=blue)](https://github.com/alshedivat/al-folio/blob/master/LICENSE)
812
[![GitHub stars](https://img.shields.io/github/stars/alshedivat/al-folio)](https://github.com/alshedivat/al-folio)
913
[![GitHub forks](https://img.shields.io/github/forks/alshedivat/al-folio)](https://github.com/alshedivat/al-folio/fork)
10-
[![support](https://img.shields.io/badge/support-Ko--fi-yellow.svg)](https://ko-fi.com/alshedivat)
1114

1215
A simple, clean, and responsive [Jekyll](https://jekyllrb.com/) theme for academics.
1316
If you like the theme, give it a star!
@@ -401,10 +404,28 @@ Before you get started, please take a look at [the guidelines](CONTRIBUTING.md).
401404
If you would like to improve documentation, add your webpage to the list below, or fix a minor inconsistency or bug, please feel free to send a PR directly to `master`.
402405
For more complex issues/bugs or feature requests, please open an issue using the appropriate template.
403406

407+
## Core Contributors ✨
408+
409+
Many thanks to wonderful people who have made substantial contributions to al-folio ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
410+
411+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
412+
<!-- prettier-ignore-start -->
413+
<!-- markdownlint-disable -->
414+
<table>
415+
<tr>
416+
<td align="center"><a href="http://maruan.alshedivat.com"><img src="https://avatars.githubusercontent.com/u/2126561?v=4?s=100" width="100px;" alt="" style="border-radius: 50%;"/><br /><sub><b>Maruan</b></sub></a><br /><a href="#design-alshedivat" title="Design">🎨</a> <a href="https://github.com/alshedivat/al-folio/commits?author=alshedivat" title="Code">💻</a></td>
417+
</tr>
418+
</table>
419+
420+
<!-- markdownlint-restore -->
421+
<!-- prettier-ignore-end -->
422+
423+
<!-- ALL-CONTRIBUTORS-LIST:END -->
404424

405425
## License
406426

407427
The theme is available as open source under the terms of the [MIT License](https://github.com/alshedivat/al-folio/blob/master/LICENSE).
408428

409429
Originally, **al-folio** was based on the [\*folio theme](https://github.com/bogoli/-folio) (published by [Lia Bogoev](https://liabogoev.com) and under the MIT license).
410430
Since then, it got a full re-write of the styles and many additional cool features.
431+

0 commit comments

Comments
 (0)