diff --git a/_config.yml b/_config.yml index 8d7745b..eb84aa7 100644 --- a/_config.yml +++ b/_config.yml @@ -27,3 +27,4 @@ markdown: kramdown plugins: - jekyll-remote-theme + - jekyll-github-metadata diff --git a/pages/repositories.md b/pages/repositories.md new file mode 100644 index 0000000..f6cc5a6 --- /dev/null +++ b/pages/repositories.md @@ -0,0 +1,26 @@ +--- +title: GitHub Repositories +permalink: /repositories +description: リポジトリリスト +layout: page +background: grey +--- + +## Numa-Lab GitHub Repositories + +**[https://github.com/Numa-Lab](https://github.com/Numa-Lab)** + +{% for repository in site.github.public_repositories %} + +### {% if repository.archived == true %}{%- else -%}{% if repository.fork == true -%}{%- else -%}{% endif %}{% endif %} [{{ repository.name }}]({{ repository.html_url }}) + +{{ repository.description }} + + License : {{ repository.license.name }} + Language : {{ repository.language }} + Created at {{ repository.created_at }} + Pushed at {{ repository.pushed_at }} + + stargazers_count: {{ repositsory.stargazers_count }}, watchers_count: {{ repository.watchers_count }}, forks_count: {{ repository.forks_count }}, open_issues_count: {{ repository.open_issues_count }} + +{% endfor %}