--- layout: default title: All Public Repos permalink: /all.html ---

All Public Repos

{% assign sorted = site.github.public_repositories | sort: "pushed_at" | reverse %} {% for repo in sorted %}

{{ repo.name }}

{% if repo.description %}

{{ repo.description }}

{% endif %}

Updated: {{ repo.pushed_at | date: "%Y-%m-%d" }} • Language: {{ repo.language | default: "n/a" }}

last commit {{ repo.pushed_at | date: "%b %d" }} issues {{ repo.open_issues_count }} open license {% if repo.license %}{{ repo.license.spdx_id }}{% else %}not specified{% endif %}
{% endfor %}