--- layout: default ---
{{ content }}
{% for repository in site.github.public_repositories limit: 100 %} {% if repository.stargazers_count > 0 %}
{% include repo-card.html %}
{% endif %} {% endfor %}