Skip to content

Commit e80cc79

Browse files
author
Mohammad Yasin Habibzade
committed
test
1 parent 1e4f228 commit e80cc79

239 files changed

Lines changed: 76168 additions & 647 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CONTRIBUTING.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Contributing to al-folio
2+
3+
Thank you for considering contributing to al-folio!
4+
5+
## Pull Requests
6+
7+
We welcome your pull requests (PRs).
8+
For minor fixes (e.g., documentation improvements), feel free to submit a PR directly.
9+
If you would like to implement a new feature or a bug, please make sure you (or someone else) has opened an appropriate issue first; in your PR, please mention the issue it addresses.
10+
11+
Note that since [#2048](https://github.com/alshedivat/al-folio/pull/2048) al-folio uses the [prettier formatter](https://prettier.io/) for its code, meaning all new submitted code must conform to its standard. If you don't have `prettier` installed for your setup and the `prettier` code check fails when submitting a PR, you can check the referred failed action in our repo. In that action there will be an artifact with an HTML diff showing the needed changes.
12+
13+
### Adding new social media information
14+
15+
To add new social media information, there are a few places you might need to modify. Currently, the template supports icons from [Academicons](https://jpswalsh.github.io/academicons/), [Font Awesome](https://fontawesome.com/), and [Tabler Icons](https://tabler.io/icons). For an example PR, check [Add HAL id to socials](https://github.com/alshedivat/al-folio/pull/3206/files). Note that the information in all these files are alphabetically sorted.
16+
17+
- \_data/socials.yml - your social media information
18+
- \_includes/metadata.liquid - add social media information to site metadata
19+
- \_includes/social.liquid - where the social media icon will be displayed
20+
- \_scripts/search.liquid.js - make the social media information appear in search
21+
22+
## Issues
23+
24+
We use GitHub issues to track bugs and feature requests.
25+
Before submitting an issue, please make sure:
26+
27+
1. You have read [the FAQ section](FAQ.md) of the README and your question is NOT addressed there.
28+
2. You have done your best to ensure that your issue is NOT a duplicate of one of [the previous issues](https://github.com/alshedivat/al-folio/issues).
29+
3. Your issue is either a bug (unexpected/undesirable behavior) or a feature request.
30+
If it is just a question, please ask it in the [Discussions](https://github.com/alshedivat/al-folio/discussions) forum.
31+
32+
When submitting an issue, please make sure to use the appropriate template.
33+
34+
## License
35+
36+
By contributing to al-folio, you agree that your contributions will be licensed
37+
under the LICENSE file in the root directory of the source tree.

CUSTOMIZE.md

Lines changed: 294 additions & 0 deletions
Large diffs are not rendered by default.

FAQ.md

Lines changed: 139 additions & 0 deletions
Large diffs are not rendered by default.

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ group :jekyll_plugins do
2121
gem 'jekyll-toc'
2222
gem 'jekyll-twitter-plugin'
2323
gem 'jemoji'
24-
gem 'jekyll-remote-theme'
2524

2625
gem 'classifier-reborn' # used for content categorization during the build
2726
end

INSTALL.md

Lines changed: 253 additions & 0 deletions
Large diffs are not rendered by default.

LICENSE

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2025 Maruan Al-Shedivat.
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy of
6+
this software and associated documentation files (the "Software"), to deal in
7+
the Software without restriction, including without limitation the rights to
8+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
9+
the Software, and to permit persons to whom the Software is furnished to do so,
10+
subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
17+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
18+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
19+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
20+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

README.md

Lines changed: 494 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)