Display GitHub repositories on Jekyll

Update:

2017/09/14: Updated for using with vanilla Jekyll. Previous version here


This website is mostly meant to present my personnal work and projects, which are stored on GitHub. That’s why I wanted to display the last GitHub repositories I’ve worked on.

To do that, I’ve decided to use jQuery to make an AJAX call to the GitHub API, and display the result on my home page.

More …