{"id":14979242,"url":"https://github.com/midhundevasia/jekyll-github-repos","last_synced_at":"2026-02-11T00:44:12.763Z","repository":{"id":183257642,"uuid":"669849515","full_name":"midhundevasia/jekyll-github-repos","owner":"midhundevasia","description":"Jekyll Plugin for List Github Repositories","archived":false,"fork":false,"pushed_at":"2023-07-25T18:11:33.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-15T22:11:34.288Z","etag":null,"topics":["gems","jekyll","jekyll-blog","jekyll-plugin","jekyll-site","ruby","ruby-gem"],"latest_commit_sha":null,"homepage":"https://rubygems.org/gems/jekyll-github-repos","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/midhundevasia.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-07-23T16:20:32.000Z","updated_at":"2023-07-25T18:09:35.000Z","dependencies_parsed_at":"2024-09-11T14:24:53.189Z","dependency_job_id":"103eab2c-e94f-445f-b73f-bc11c68719d3","html_url":"https://github.com/midhundevasia/jekyll-github-repos","commit_stats":null,"previous_names":["midhundevasia/jekyll-github-repos"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/midhundevasia/jekyll-github-repos","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/midhundevasia%2Fjekyll-github-repos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/midhundevasia%2Fjekyll-github-repos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/midhundevasia%2Fjekyll-github-repos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/midhundevasia%2Fjekyll-github-repos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/midhundevasia","download_url":"https://codeload.github.com/midhundevasia/jekyll-github-repos/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/midhundevasia%2Fjekyll-github-repos/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272498121,"owners_count":24944819,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-28T02:00:10.768Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gems","jekyll","jekyll-blog","jekyll-plugin","jekyll-site","ruby","ruby-gem"],"created_at":"2024-09-24T13:59:40.171Z","updated_at":"2026-02-11T00:44:12.730Z","avatar_url":"https://github.com/midhundevasia.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `jekyll-github-repos`: Jekyll Plugin for List Github Repositories \n\nThe GitHub Repositories Jekyll Plugin (`jekyll-github-repos`) is a custom Jekyll generator that fetches and lists GitHub repositories for a specified user. It uses the Octokit gem to interact with the GitHub API and retrieve repository data.\n\n## Installation\nAdd the gem to your Jekyll project's Gemfile:\n\n```ruby\ngem 'octokit'\ngem 'jekyll-github-repos', '~\u003e 1.0'\n```\n\nThen, run `bundle install` to install the required gems.\n\n## Configuration\nIn your Jekyll project's `_config.yml`, add the following settings:\n\n```yaml\ngithub_repos:\n  username: your_github_username\n  access_token: your_github_access_token\n```\n\nReplace `your_github_username` and `your_github_access_token` with your actual GitHub username and access token. Ensure that the access token has the necessary permissions to access the repositories.\n\n## Usage\nAfter configuring the plugin, the GitHub Repositories data will be available in your Jekyll site's `site.data['github_repos']` variable. You can use it in your Liquid templates to display the repositories.\n\nFor example, in your Liquid template:\n\n```liquid\n{% for repo in site.data.github_repos %}\n  \u003ch2\u003e\u003ca href=\"{{ repo.url }}\"\u003e{{ repo.name }}\u003c/a\u003e\u003c/h2\u003e\n  \u003cp\u003e{{ repo.desc }}\u003c/p\u003e\n{% endfor %}\n```\n\n## License\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n## Contributing\nBug reports and pull requests are welcome on GitHub at [github.com/midhundevasia/jekyll-github-repos](https://github.com/midhundevasia/jekyll-github-repos). Please read our [Contributing Guide](CONTRIBUTING.md) for more information.\n\n## About the Author\nThis plugin is developed and maintained by Your Name. You can find more of my projects at [midhundev.asia](https://midhundev.asia/projects).\n\n## Support\nFor questions, issues, or feature requests, please [open an issue](https://github.com/midhundevasia/jekyll-github-repos/issues).\n\n## Acknowledgements\nSpecial thanks to the [Octokit](https://github.com/octokit/octokit.rb) gem for providing an easy-to-use Ruby interface for the GitHub API.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmidhundevasia%2Fjekyll-github-repos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmidhundevasia%2Fjekyll-github-repos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmidhundevasia%2Fjekyll-github-repos/lists"}