{"id":13612254,"url":"https://github.com/jekyll/jekyll-gist","last_synced_at":"2025-04-08T04:14:58.087Z","repository":{"id":17578226,"uuid":"20381687","full_name":"jekyll/jekyll-gist","owner":"jekyll","description":":page_with_curl: Liquid tag for displaying GitHub Gists in Jekyll sites.","archived":false,"fork":false,"pushed_at":"2020-05-16T03:23:34.000Z","size":130,"stargazers_count":270,"open_issues_count":4,"forks_count":39,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-04-01T03:35:29.952Z","etag":null,"topics":["gist","github","jekyll","jekyll-plugin","ruby"],"latest_commit_sha":null,"homepage":"https://rubygems.org/gems/jekyll-gist","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/jekyll.png","metadata":{"files":{"readme":"README.md","changelog":"History.markdown","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":"2014-06-01T16:59:34.000Z","updated_at":"2025-03-10T11:59:11.000Z","dependencies_parsed_at":"2022-08-20T23:10:20.426Z","dependency_job_id":null,"html_url":"https://github.com/jekyll/jekyll-gist","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jekyll%2Fjekyll-gist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jekyll%2Fjekyll-gist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jekyll%2Fjekyll-gist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jekyll%2Fjekyll-gist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jekyll","download_url":"https://codeload.github.com/jekyll/jekyll-gist/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247773719,"owners_count":20993639,"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":["gist","github","jekyll","jekyll-plugin","ruby"],"created_at":"2024-08-01T20:00:25.711Z","updated_at":"2025-04-08T04:14:58.058Z","avatar_url":"https://github.com/jekyll.png","language":"Ruby","funding_links":[],"categories":["Tags","Ruby"],"sub_categories":[],"readme":"# Jekyll::Gist\n\nLiquid tag for displaying GitHub Gists in Jekyll sites: `{% gist %}`.\n\n[![Build Status](https://travis-ci.org/jekyll/jekyll-gist.svg?branch=master)](https://travis-ci.org/jekyll/jekyll-gist)\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n    $ gem 'jekyll-gist'\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install jekyll-gist\n\nThen add the following to your site's `_config.yml`:\n\n```\nplugins:\n  - jekyll-gist\n```\n\n💡 If you are using a Jekyll version less than 3.5.0, use the `gems` key instead of `plugins`.\n\n## Usage\n\nUse the tag as follows in your Jekyll pages, posts and collections:\n\n```liquid\n{% gist c08ee0f2726fd0e3909d %}\n```\n\nThis will create the associated script tag:\n\n```html\n\u003cscript src=\"https://gist.github.com/parkr/c08ee0f2726fd0e3909d.js\"\u003e \u003c/script\u003e\n```\n\nYou may optionally specify a `filename` after the `gist_id`:\n\n```liquid\n{% gist c08ee0f2726fd0e3909d test.md %}\n```\n\nThis will produce the correct URL to show just the specified file in your post rather than the entire Gist.\n\n**Pro-tip**: If you provide a personal access token with Gist scope, as the environmental variable `JEKYLL_GITHUB_TOKEN`, Jekyll Gist will use the Gist API to speed up site generation.\n\n## Disabling `noscript` support\n\nBy default, Jekyll Gist will make an HTTP call per Gist to retrieve the raw content of the Gist. This information is used to propagate `noscript` tags for search engines and browsers without JavaScript support. If you'd like to disable this feature, for example, to speed up builds locally, add the following to your site's `_config.yml`:\n\n```yml\ngist:\n  noscript: false\n```\n\n## Contributing\n\n1. Fork it ( https://github.com/jekyll/jekyll-gist/fork )\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create a new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjekyll%2Fjekyll-gist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjekyll%2Fjekyll-gist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjekyll%2Fjekyll-gist/lists"}