Skip to content

Commit 1ecca4f

Browse files
committed
new
1 parent 3c3a047 commit 1ecca4f

File tree

3 files changed

+197
-182
lines changed

3 files changed

+197
-182
lines changed

_data/repositories.yml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
github_users:
2-
- torvalds
3-
- alshedivat
2+
- alfahs
43

54
repo_description_lines_max: 2
65

76
github_repos:
8-
- alshedivat/al-folio
9-
- jekyll/jekyll
10-
- twbs/bootstrap
11-
- jquery/jquery
12-
- FortAwesome/Font-Awesome
13-
- mathjax/MathJax
14-
- jpswalsh/academicons
7+
- alfahs/MolecularDynamicsScripts
8+
- alfahs/optuna
9+
- alfahs/PINNS
10+
- alfahs/mlpack

_pages/repositories.md

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: page
33
permalink: /repositories/
44
title: Softwares
5-
description: Edit the `_data/repositories.yml` and change the `github_users` and `github_repos` lists to include your own GitHub profile and repositories.
5+
description: A full description of deployed softwares will be added soon
66
nav: true
77
nav_order: 4
88
---
@@ -17,26 +17,6 @@ nav_order: 4
1717
{% endfor %}
1818
</div>
1919

20-
---
21-
22-
{% if site.repo_trophies.enabled %}
23-
{% for user in site.data.repositories.github_users %}
24-
{% if site.data.repositories.github_users.size > 1 %}
25-
26-
<h4>{{ user }}</h4>
27-
{% endif %}
28-
<div class="repositories d-flex flex-wrap flex-md-row flex-column justify-content-between align-items-center">
29-
{% include repository/repo_trophies.liquid username=user %}
30-
</div>
31-
32-
---
33-
34-
{% endfor %}
35-
{% endif %}
36-
{% endif %}
37-
38-
{% if site.data.repositories.github_repos %}
39-
4020
## GitHub Repositories
4121

4222
<div class="repositories d-flex flex-wrap flex-md-row flex-column justify-content-between align-items-center">

0 commit comments

Comments
 (0)