You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-1Lines changed: 14 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -515,7 +515,8 @@ Easily create beautiful grids within your blog posts and project pages:
515
515
### Other features
516
516
517
517
#### GitHub repositories and user stats
518
-
**al-folio** uses [github-readme-stats](https://github.com/anuraghazra/github-readme-stats) to display GitHub repositories and user stats on the the `/repositories/` page.
518
+
**al-folio** uses [github-readme-stats](https://github.com/anuraghazra/github-readme-stats) and [github-profile-trophy](https://github.com/ryo-ma/github-profile-trophy)
519
+
to display GitHub repositories and user stats on the the `/repositories/` page.
519
520
520
521
Edit the `_data/repositories.yml` and change the `github_users` and `github_repos` lists to include your own GitHub profile and repositories to the the `/repositories/` page.
521
522
@@ -530,6 +531,18 @@ You may also use the following codes for displaying this in any other pages.
530
531
</div>
531
532
{% endif %}
532
533
534
+
<!-- code for Github trophies -->
535
+
{% if site.repo_trophies.enabled %}
536
+
{% for user in site.data.repositories.github_users %}
537
+
{% if site.data.repositories.github_users.size > 1 %}
0 commit comments