{% assign sorted_repos = (site.github.public_repositories | sort: 'stargazers_count') | reverse | where: "fork", "false" %}

Open Source Projects

We have {{ sorted_repos.size }} projects on Github
{% for repo in sorted_repos %}

{{ repo.description }}

{{ repo.stargazers_count }} {{ repo.forks_count }}
{% endfor %}