{"id":13612163,"url":"https://github.com/mnuessler/jekyll-asciinema","last_synced_at":"2025-10-27T05:30:55.666Z","repository":{"id":28899806,"uuid":"32424581","full_name":"mnuessler/jekyll-asciinema","owner":"mnuessler","description":":gem: Liquid tag for embedding asciicasts recorded with asciinema for use in Jekyll sites.","archived":false,"fork":false,"pushed_at":"2023-07-11T14:54:58.000Z","size":33,"stargazers_count":40,"open_issues_count":1,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-06T12:50:19.747Z","etag":null,"topics":["asciinema","jekyll","liquid-templating-engine"],"latest_commit_sha":null,"homepage":"https://rubygems.org/gems/jekyll-asciinema","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/mnuessler.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2015-03-17T22:41:07.000Z","updated_at":"2024-07-03T15:58:43.000Z","dependencies_parsed_at":"2024-01-14T04:50:32.753Z","dependency_job_id":"f315f6f0-8089-4774-a34b-9389d7a20f50","html_url":"https://github.com/mnuessler/jekyll-asciinema","commit_stats":{"total_commits":40,"total_committers":2,"mean_commits":20.0,"dds":0.09999999999999998,"last_synced_commit":"a583dc80e4bd1e1af5b35d15e9b7644e05066c8c"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mnuessler%2Fjekyll-asciinema","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mnuessler%2Fjekyll-asciinema/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mnuessler%2Fjekyll-asciinema/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mnuessler%2Fjekyll-asciinema/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mnuessler","download_url":"https://codeload.github.com/mnuessler/jekyll-asciinema/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238437622,"owners_count":19472449,"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":["asciinema","jekyll","liquid-templating-engine"],"created_at":"2024-08-01T20:00:23.717Z","updated_at":"2025-10-27T05:30:55.283Z","avatar_url":"https://github.com/mnuessler.png","language":"Ruby","funding_links":[],"categories":["Videos \u0026 Screencasts"],"sub_categories":[],"readme":"# Jekyll::Asciinema\n[![.github/workflows/gem-build.yml][badge-build]][build]\n[![Gem Version][badge-gem]][rubygems]\n[![Gem][badge-dl]][rubygems]\n[![Coverage Status][badge-coveralls]][coveralls]\n[![Code Climate][badge-gpa]][codeclimate]\n[![License][badge-license]][license]\n\nProvides a [Liquid][liquid] tag for embedding asciicasts recorded with\n[asciinema][asciinema] for use in [Jekyll][jekyll] sites.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'jekyll-asciinema'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install jekyll-asciinema\n\n## Usage\n\nUse the tag as follows in your Jekyll pages and posts:\n\n    {% asciicast 123 %}\n\nThis will render the associated script tag:\n\n    \u003cscript type=\"text/javascript\" src=\"https://asciinema.org/a/123.js\" id=\"asciicast-123\" async=\"async\"\u003e\u003c/script\u003e\n\nReplace \"123\" with the real ID of the asciicast to embed.\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies.\nThen, run `bin/console` for an interactive prompt that will allow you\nto experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake\ninstall`. To release a new version, update the version number in\n`version.rb`, and then run `bundle exec rake release` to create a git\ntag for the version, push git commits and tags, and push the `.gem`\nfile to [rubygems.org](https://rubygems.org).\n\n## Contributing\n\n1. Fork it ( https://github.com/mnuessler/jekyll-asciinema/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\n## License\n\nCode is under [MIT License][license].\n\n\n[badge-build]: https://github.com/mnuessler/jekyll-asciinema/actions/workflows/gem-build.yml/badge.svg\n[badge-coveralls]: https://coveralls.io/repos/mnuessler/jekyll-asciinema/badge.svg\n[badge-gem]: https://badge.fury.io/rb/jekyll-asciinema.svg\n[badge-gpa]: https://codeclimate.com/github/mnuessler/jekyll-asciinema/badges/gpa.svg\n[badge-license]: https://img.shields.io/github/license/mnuessler/jekyll-asciinema.svg?maxAge=604800\n[badge-dl]: https://img.shields.io/gem/dt/jekyll-asciinema.svg?maxAge=604800\n[build]: https://github.com/mnuessler/jekyll-asciinema/actions/workflows/gem-build.yml\n[coveralls]: https://coveralls.io/r/mnuessler/jekyll-asciinema\n[rubygems]: https://rubygems.org/gems/jekyll-asciinema\n[gemnasium]: https://gemnasium.com/mnuessler/jekyll-asciinema\n[codeclimate]: https://codeclimate.com/github/mnuessler/jekyll-asciinema\n[liquid]: http://liquidmarkup.org \"Liquid templating language\"\n[asciinema]: https://asciinema.org \"Asciinema\"\n[jekyll]: http://jekyllrb.com \"Jekyll\"\n[license]: https://raw.githubusercontent.com/mnuessler/jekyll-asciinema/master/LICENSE.txt\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmnuessler%2Fjekyll-asciinema","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmnuessler%2Fjekyll-asciinema","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmnuessler%2Fjekyll-asciinema/lists"}