{"id":22826943,"url":"https://github.com/create3000/jekyll-x3d","last_synced_at":"2026-02-26T12:04:06.780Z","repository":{"id":266860474,"uuid":"899603687","full_name":"create3000/jekyll-x3d","owner":"create3000","description":"Adds support for X3D syntax highlighting to Jekyll. This allows developers to easily integrate and display X3D content within their Jekyll-powered websites.","archived":false,"fork":false,"pushed_at":"2025-03-18T22:40:10.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-14T03:08:29.415Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://rubygems.org/gems/jekyll-x3d","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/create3000.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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,"dei":null,"publiccode":null,"codemeta":null},"funding":{"patreon":"X_ITE"}},"created_at":"2024-12-06T15:58:43.000Z","updated_at":"2025-03-18T22:40:14.000Z","dependencies_parsed_at":"2024-12-06T16:19:25.429Z","dependency_job_id":"bdf0d748-a29c-43a2-a569-1dcd4d16549b","html_url":"https://github.com/create3000/jekyll-x3d","commit_stats":null,"previous_names":["create3000/jekyll-x3d"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/create3000%2Fjekyll-x3d","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/create3000%2Fjekyll-x3d/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/create3000%2Fjekyll-x3d/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/create3000%2Fjekyll-x3d/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/create3000","download_url":"https://codeload.github.com/create3000/jekyll-x3d/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248813795,"owners_count":21165634,"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-12-12T18:07:04.810Z","updated_at":"2026-02-26T12:04:06.772Z","avatar_url":"https://github.com/create3000.png","language":"Ruby","funding_links":["https://patreon.com/X_ITE"],"categories":[],"sub_categories":[],"readme":"# jekyll-x3d\n\n[![Gem Version](https://badge.fury.io/rb/jekyll-x3d.svg?icon=si%3Arubygems)](https://badge.fury.io/rb/jekyll-x3d)\n\nAdds support for X3D syntax highlighting to Jekyll. This allows developers to easily integrate and display X3D content within their Jekyll-powered websites. The advantage over XML highlighting is that the contents of script nodes and shader nodes are also highlighted.\n\n## Usage\n\nAdd the following lines to your `Gemfile`:\n\n```ruby\ngroup :jekyll_plugins do\n  gem 'jekyll-x3d', '~\u003e 1.0'\nend\n```\n\nAfter this, run `bundle install; bundle update`.\n\nIn your `_config.yml` you need to specify that you want to use `rouge` as syntax highlighter.\n\n```yml\nkramdown:\n  syntax_highlighter: rouge\n```\n\nNow you can highlight your source code in Markdown as X3D:\n\n``````md\n```x3d\n\u003cScript DEF='Example'\u003e\n\u003c![CDATA[ecmascript:\n// foo\nfunction initialize ()\n{\n   const a = new MFString (\"abc\");\n}\n]]\u003e\n\u003c/Script\u003e\n```\n``````\n\n## See Also\n\n* [jekyll-vrml](https://github.com/create3000/jekyll-vrml)\n* [X_ITE X3D Browser](https://create3000.github.io/x_ite/)\n* [web3d.org](https://www.web3d.org)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcreate3000%2Fjekyll-x3d","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcreate3000%2Fjekyll-x3d","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcreate3000%2Fjekyll-x3d/lists"}