Skip to content

Commit

Permalink
List selected repos
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolossus committed Oct 7, 2024
1 parent 8da6c2d commit c662d01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 34 deletions.
3 changes: 0 additions & 3 deletions _data/repositories.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
github_users:
- bioAI-Oslo

repo_description_lines_max: 2

github_repos:
Expand Down
33 changes: 2 additions & 31 deletions _pages/repositories.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,43 +2,14 @@
layout: page
permalink: /repositories/
title: repositories
description: Edit the `_data/repositories.yml` and change the `github_users` and `github_repos` lists to include your own GitHub profile and repositories.
description:
nav: true
nav_order: 4
---

{% if site.data.repositories.github_users %}

## GitHub users

<div class="repositories d-flex flex-wrap flex-md-row flex-column justify-content-between align-items-center">
{% for user in site.data.repositories.github_users %}
{% include repository/repo_user.liquid username=user %}
{% endfor %}
</div>

---

{% if site.repo_trophies.enabled %}
{% for user in site.data.repositories.github_users %}
{% if site.data.repositories.github_users.size > 1 %}

<h4>{{ user }}</h4>
{% endif %}
<div class="repositories d-flex flex-wrap flex-md-row flex-column justify-content-between align-items-center">
{% include repository/repo_trophies.liquid username=user %}
</div>

---

{% endfor %}
{% endif %}
{% endif %}
A selection of model implementations, toolboxes and general software developed by our group. For a full overview, visit our [GitHub organization](https://github.com/bioAI-Oslo).

{% if site.data.repositories.github_repos %}

## GitHub Repositories

<div class="repositories d-flex flex-wrap flex-md-row flex-column justify-content-between align-items-center">
{% for repo in site.data.repositories.github_repos %}
{% include repository/repo.liquid repository=repo %}
Expand Down

0 comments on commit c662d01

Please sign in to comment.