{% raw %}
As of github-pages v156. For an updated list, see: Dependency versions (pages.github.com)
plugins:
- jekyll-github-metadata
repository: username/project
Put this in your _config.yml
.
See: Repository metadata on GitHub pages
{% for repository in site.github.public_repositories %}
<a href='{{ repository.html_url }}'>
{{ repository.name }}
</a>
{% endfor %}
<a href='{{ site.github.repository_url }}'>
{{ site.github.project_title }}
</a>