{"id":23215502,"url":"https://github.com/emilymclean/jekyll-detail-generator","last_synced_at":"2026-05-16T22:05:08.625Z","repository":{"id":211074391,"uuid":"728098863","full_name":"emilymclean/jekyll-detail-generator","owner":"emilymclean","description":"A Jekyll generator to create pages for each element of a collection. ","archived":false,"fork":false,"pushed_at":"2023-12-17T10:24:38.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-11T01:06:23.364Z","etag":null,"topics":["jekyll","jekyll-generator","ruby"],"latest_commit_sha":null,"homepage":"","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/emilymclean.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","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}},"created_at":"2023-12-06T08:20:14.000Z","updated_at":"2023-12-17T10:22:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"eb4a6261-474f-488f-852c-a83283c5096f","html_url":"https://github.com/emilymclean/jekyll-detail-generator","commit_stats":null,"previous_names":["benmmclean/jekyll-detail-generator","emilymclean/jekyll-detail-generator"],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/emilymclean/jekyll-detail-generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emilymclean%2Fjekyll-detail-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emilymclean%2Fjekyll-detail-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emilymclean%2Fjekyll-detail-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emilymclean%2Fjekyll-detail-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/emilymclean","download_url":"https://codeload.github.com/emilymclean/jekyll-detail-generator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emilymclean%2Fjekyll-detail-generator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32230952,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T13:21:15.438Z","status":"ssl_error","status_checked_at":"2026-04-24T13:21:15.005Z","response_time":64,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["jekyll","jekyll-generator","ruby"],"created_at":"2024-12-18T20:17:01.192Z","updated_at":"2026-04-24T16:33:10.576Z","avatar_url":"https://github.com/emilymclean.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003ch1 align=\"center\"\u003eJekyll Detail Generator\u003c/h1\u003e\n    \u003cp align=\"center\"\u003e\n        A Jekyll generator to create pages for each element of a collection.\n    \u003c/p\u003e\n\u003c/p\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n[![Ruby](https://github.com/BenMMcLean/jekyll-detail-generator/actions/workflows/main.yml/badge.svg)](https://github.com/BenMMcLean/jekyll-detail-generator/actions/workflows/main.yml)\n[![Gem Version](https://badge.fury.io/rb/jekyll-detail-generator.svg)](https://badge.fury.io/rb/jekyll-detail-generator)\n\n\u003c/div\u003e\n\n## Installation\n\nInstall the gem and add to the application's Gemfile by executing:\n\n    $ bundle add jekyll-detail-generator\n\nIf bundler is not being used to manage dependencies, install the gem by executing:\n\n    $ gem install jekyll-detail-generator\n\n## Usage\n\nFirst, add the plugin to _config.yml:\n\n```yaml\nplugins:\n  - jekyll-detail-generator\n```\n\nThen, configure the generator so that it knows how to read your collection:\n\n```yaml\ndetail_page_gen:\n  - collection: galleries\n    children_property: arts\n    layout: artdetail\n    title_property: title\n    url_property: identifier\n```\n\nIn this case, the generator would look in the _galleries folder and scan through each file.\nIt would expect the elements of the collection to be under the property \"arts\", and for\neach element to then contain a title and identifier property. Title will be used to title\nthe page, identifier will be used to generate a unique url in the form of \"/filename/url_property\".\nEach generated page will use the layout artdetail.html, which is in turn passed each property of\nthe element under \"item\".\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/BenMMcLean/jekyll-detail-generator. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/BenMMcLean/jekyll-detail-generator/blob/main/CODE_OF_CONDUCT.md).\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n\n## Code of Conduct\n\nEveryone interacting in the Jekyll::Detail::Generator project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/jekyll-detail-generator/blob/main/CODE_OF_CONDUCT.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femilymclean%2Fjekyll-detail-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femilymclean%2Fjekyll-detail-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femilymclean%2Fjekyll-detail-generator/lists"}