{"id":22826944,"url":"https://github.com/create3000/jekyll-vrml","last_synced_at":"2025-04-23T13:27:59.231Z","repository":{"id":258299729,"uuid":"874480316","full_name":"create3000/jekyll-vrml","owner":"create3000","description":"Adds support for VRML 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-04-14T12:55:15.000Z","size":30,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-23T13:27:26.371Z","etag":null,"topics":["highlighter","jekyll","vrml","x3d"],"latest_commit_sha":null,"homepage":"https://rubygems.org/gems/jekyll-vrml","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-10-17T22:52:34.000Z","updated_at":"2025-04-14T12:55:18.000Z","dependencies_parsed_at":"2025-03-18T23:35:26.593Z","dependency_job_id":null,"html_url":"https://github.com/create3000/jekyll-vrml","commit_stats":null,"previous_names":["create3000/jekyll-vrml"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/create3000%2Fjekyll-vrml","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/create3000%2Fjekyll-vrml/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/create3000%2Fjekyll-vrml/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/create3000%2Fjekyll-vrml/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/create3000","download_url":"https://codeload.github.com/create3000/jekyll-vrml/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250439688,"owners_count":21430885,"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":["highlighter","jekyll","vrml","x3d"],"created_at":"2024-12-12T18:07:05.255Z","updated_at":"2025-04-23T13:27:59.226Z","avatar_url":"https://github.com/create3000.png","language":"Ruby","funding_links":["https://patreon.com/X_ITE"],"categories":[],"sub_categories":[],"readme":"# jekyll-vrml\n\n[![Gem Version](https://badge.fury.io/rb/jekyll-vrml.svg?icon=si%3Arubygems)](https://badge.fury.io/rb/jekyll-vrml)\n\nAdds support for VRML syntax highlighting to Jekyll. This allows developers to easily integrate and display X3D content within their Jekyll-powered websites.\n\n## Usage\n\nAdd the following lines to your `Gemfile`:\n\n```ruby\ngroup :jekyll_plugins do\n  gem 'jekyll-vrml', '~\u003e 2.2'\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 VRML:\n\n``````md\n```vrml\n#X3D V4.0 utf8\n\nPROFILE Interchange\n\nTransform {\n  children Shape {\n    appearance Appearance {\n      material Material { }\n    }\n    geometry Box { }\n  }\n}\n```\n``````\n\n## See Also\n\n* [jekyll-x3d](https://github.com/create3000/jekyll-x3d)\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-vrml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcreate3000%2Fjekyll-vrml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcreate3000%2Fjekyll-vrml/lists"}