When a repository is disabled, there is a problem using jekyll github metadata to retrieve all public repositories, resulting in the following error:
Liquid Exception: GET https://api.github.com/repos/longfeizheng/GLaDOS-checkin/releases?per_page=100: 403 - Repository access blocked in /_layouts/page.html
error code
{% if site.github.public_repositories != null %}
repository url:https://github.com/longfeizheng/GLaDOS-checkin/settings
So I need to filter out certain repositories when requesting, is there any configuration or other method? Thank you