{"id":13612321,"url":"https://github.com/kinduff/jekyll-github-chart","last_synced_at":"2025-07-27T06:06:49.011Z","repository":{"id":48708587,"uuid":"284498130","full_name":"kinduff/jekyll-github-chart","owner":"kinduff","description":"Generate an SVG of Github contributions data for Jekyll","archived":false,"fork":false,"pushed_at":"2022-10-06T16:39:15.000Z","size":19,"stargazers_count":6,"open_issues_count":3,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-09T03:43:43.984Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/kinduff.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-08-02T16:22:44.000Z","updated_at":"2024-12-14T12:41:53.000Z","dependencies_parsed_at":"2022-09-02T14:30:36.637Z","dependency_job_id":null,"html_url":"https://github.com/kinduff/jekyll-github-chart","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/kinduff/jekyll-github-chart","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kinduff%2Fjekyll-github-chart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kinduff%2Fjekyll-github-chart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kinduff%2Fjekyll-github-chart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kinduff%2Fjekyll-github-chart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kinduff","download_url":"https://codeload.github.com/kinduff/jekyll-github-chart/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kinduff%2Fjekyll-github-chart/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261386810,"owners_count":23150873,"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","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":[],"created_at":"2024-08-01T20:00:27.602Z","updated_at":"2025-06-23T00:06:28.194Z","avatar_url":"https://github.com/kinduff.png","language":"Ruby","funding_links":[],"categories":["Tags","Ruby"],"sub_categories":[],"readme":"# Jekyll Github Chart\n\n[![Gem Version](https://img.shields.io/gem/v/jekyll-github-chart.svg)](https://rubygems.org/gems/jekyll-github-chart)\n[![Gem Downloads](https://img.shields.io/gem/dt/jekyll-github-chart.svg)](https://rubygems.org/gems/jekyll-github-chart)\n[![MIT Licensed](https://img.shields.io/badge/license-MIT-green.svg)](https://tldrlegal.com/license/mit-license)\n\nThis Jekyll plugin provides a tag that takes a Github user and returns either an image or a raw SVG of the contribution graph.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngroup :jekyll_plugins do\n  gem 'jekyll_github_chart'\nend\n```\n\nAnd then execute:\n\n```shell\n$ bundle install\n```\n\nOr install it yourself as:\n\n```shell\n$ gem install jekyll_github_chart\n```\n\nFinally, call the plugin in your `_config.yml` file.\n\n```yaml\nplugins:\n  - jekyll-github-chart\n```\n\n## Usage\n\nYou can call the tag with a the defaults like this.\n\n```\n{% github_chart username %}\n```\n\nThis will generate an HTML `img` tag with an SVG encoded as a data URI. For example:\n\n```\n\u003cimg src='data:image/svg+xml;charset=utf-8,...' class='github-contributions' alt='username Github contributions' /\u003e\n```\n\nThere are 3 color schemes available: `default`, `old`, and `halloween`.\n\n```\n{% github_chart username halloween %}\n```\n\nFinally, if you don't want an `img` tag, you can pass a format argument to have a raw SVG output.\n\n```\n{% github_chart username halloween raw %}\n```\n\n## Example\nHere's an example using the default parameters.\n\n![Jekyll Github Chart example](https://user-images.githubusercontent.com/1270156/89127628-3df59b80-d4ef-11ea-8554-b4432d843544.png)\n\n## Special thanks\nThanks to [@akerl](https://github.com/akerl) for creating the [githubchart](https://github.com/akerl/githubchart) gem which is the foundation of this plugin.\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/kinduff/jekyll-github-chart.\n\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkinduff%2Fjekyll-github-chart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkinduff%2Fjekyll-github-chart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkinduff%2Fjekyll-github-chart/lists"}