--- layout: default title: {{ site.name }} permalink: / excluded_in_search: true ---
    {% for repo in site.github.public_repositories %}
  1. Owner
    {{ repo.owner.login }}
    Description
    {{ repo.description }}
    {% if repo.homepage %}Homepage{% endif %}
    Created at: {{ repo.created_at | date: "%-d %B %Y"}}
    Stars
    {{ repo.stargazers_count }}
    {% if repo.license %}
    License
    {{ repo.license.name }}
    {% endif %}
    Language
    {{ repo.language }}
    Updated
    {{ repo.updated_at | date: "%-d %B %Y" }}
    {% if repo.has_issues %}
    Issues
    {{ repo.issues_count }} ({{ repo.open_issues_count }} open)
    {% endif %}
    Watchers
    {{ repo.watchers_count }}
    Forks
    {{ repo.forks_count }}
    Size
    {{ repo.size }}
    Archived
    {{ repo.archived }}
    Branch (default)
    {{ repo.default_branch }}
  2. {% endfor %}