{"id":14981822,"url":"https://github.com/babel/jekyll-babel","last_synced_at":"2025-10-19T11:31:05.464Z","repository":{"id":65983466,"uuid":"41439666","full_name":"babel/jekyll-babel","owner":"babel","description":"A Babel converter for Jekyll.","archived":false,"fork":false,"pushed_at":"2019-06-21T03:58:20.000Z","size":9,"stargazers_count":34,"open_issues_count":5,"forks_count":12,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-10-29T15:14:20.321Z","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/babel.png","metadata":{"files":{"readme":"README.md","changelog":"History.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":["babel"],"open_collective":"babel","custom":"https://gitcoin.co/grants/2906/babel-compiler-for-next-generation-javascript"}},"created_at":"2015-08-26T17:29:40.000Z","updated_at":"2024-02-01T02:34:04.000Z","dependencies_parsed_at":"2023-02-19T18:46:15.679Z","dependency_job_id":null,"html_url":"https://github.com/babel/jekyll-babel","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/babel%2Fjekyll-babel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/babel%2Fjekyll-babel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/babel%2Fjekyll-babel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/babel%2Fjekyll-babel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/babel","download_url":"https://codeload.github.com/babel/jekyll-babel/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237116872,"owners_count":19258325,"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-09-24T14:04:18.714Z","updated_at":"2025-10-19T11:31:05.125Z","avatar_url":"https://github.com/babel.png","language":"Ruby","funding_links":["https://github.com/sponsors/babel","https://opencollective.com/babel","https://gitcoin.co/grants/2906/babel-compiler-for-next-generation-javascript"],"categories":[],"sub_categories":[],"readme":"# Jekyll::Babel\n\nA Babel converter for Jekyll.\n\n[![Build Status](https://travis-ci.org/babel/jekyll-babel.svg?branch=master)](https://travis-ci.org/babel/jekyll-babel)\n\n\u003e Based on [jekyll-coffeescript](https://github.com/jekyll/jekyll-coffeescript) by @parkr.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'jekyll-babel'\n```\n\nThen execute:\n\n```bash\n$ bundle\n```\n\nYou may also skip using a Gemfile and install it yourself as:\n\n```bash\n$ gem install jekyll-babel\n```\n\nFinally, in you Jekyll's \\_config.yml file, add:\n\n```yml\ngems:\n  - jekyll-babel\n```\n\n**Notes: `jekyll-babel` requires Ruby 1.9.3 or greater. Additionally, the dependency on `execjs` means you must also have a [valid JavaScript runtime](https://github.com/sstephenson/execjs#execjs) available to your project**\n\n## Usage\n\nIn your Jekyll site, create Babel-aware files that start with the following\nlines:\n\n```\n---\n---\n```\n\nYou need those three dashes in order for Jekyll to recognize it as\n\"convertible\". They won't be included in the content passed to the Babel\ncompiler.\n\n## Options\n\nFiles with extensions .js, .es6, .babel and .jsx will be processed. You may\ncustomize the list of white-listed extensions in your _config.yml, by providing\na string of comma-separated values:\n\n```yml\nbabel_js_extensions: 'es6, babel, jsx' # Do not process .js files\n```\n\n## Contributing\n\n1. Fork it (`http://github.com/thejameskyle/jekyll-babel/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 new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbabel%2Fjekyll-babel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbabel%2Fjekyll-babel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbabel%2Fjekyll-babel/lists"}