{"id":30127653,"url":"https://github.com/moeki0/jekyll-breadcrumb-tag","last_synced_at":"2026-05-15T12:04:34.973Z","repository":{"id":134211789,"uuid":"558765678","full_name":"moeki0/jekyll-breadcrumb-tag","owner":"moeki0","description":"Jekyll x Breadcrumbs","archived":false,"fork":false,"pushed_at":"2022-10-29T12:10:24.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-31T13:37:10.152Z","etag":null,"topics":["breadcrumbs","jekyll","ruby"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/moeki0.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2022-10-28T08:44:47.000Z","updated_at":"2023-02-01T08:11:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"c46a7886-745f-42e8-9704-cac1a192bbee","html_url":"https://github.com/moeki0/jekyll-breadcrumb-tag","commit_stats":null,"previous_names":["kawakamimoeki/jekyll-breadcrumb-tag","kawakamidev/jekyll-breadcrumb-tag","moekiorg/jekyll-breadcrumb-tag"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/moeki0/jekyll-breadcrumb-tag","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moeki0%2Fjekyll-breadcrumb-tag","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moeki0%2Fjekyll-breadcrumb-tag/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moeki0%2Fjekyll-breadcrumb-tag/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moeki0%2Fjekyll-breadcrumb-tag/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/moeki0","download_url":"https://codeload.github.com/moeki0/jekyll-breadcrumb-tag/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moeki0%2Fjekyll-breadcrumb-tag/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269756394,"owners_count":24470566,"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","status":"online","status_checked_at":"2025-08-10T02:00:08.965Z","response_time":71,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["breadcrumbs","jekyll","ruby"],"created_at":"2025-08-10T17:08:57.058Z","updated_at":"2026-05-15T12:04:29.939Z","avatar_url":"https://github.com/moeki0.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Jekyll Breadcrumbs Tag\n\nBreadcrumbs tag for Jekyll.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\n\ngroup :jekyll_plugins do\n  gem \"jekyll-breadcrumbs-tag\"\nend\n```\n\n```\nbundle\n```\n\n```yml\n# _config.yml\nplugins: [jekyll-breadcrumbs-tag]\n```\n\n## Usage\n\n`_config.yaml`:\n\n```yaml\nbreadcrumbs:\n  -\n    name: top\n    link: /\n    text: Top Page\n  -\n    name: about\n    link: /about\n    text: About Page\n    parent: top\n```\n\n\n```html\n\u003c%= breadcrumbs about %\u003e\n```\n\nCustom template `_includes/breadcrumbs.html`:\n\n```html\n{% for breadcrumb in breadcrumbs %}\n  {% if forloop.first == false %}\u0026nbsp;\u003e\u0026nbsp;{% endif %}\u003ca href=\"{{ breadcrumb.link }}\"\u003e{{ breadcrumb.text }}\u003c/a\u003e\n{% endfor %}\n```\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` 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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoeki0%2Fjekyll-breadcrumb-tag","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoeki0%2Fjekyll-breadcrumb-tag","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoeki0%2Fjekyll-breadcrumb-tag/lists"}