{"id":30688230,"url":"https://github.com/fastruby/jekyll-external-link-accessibility","last_synced_at":"2025-09-02T00:46:07.905Z","repository":{"id":308847219,"uuid":"621492059","full_name":"fastruby/jekyll-external-link-accessibility","owner":"fastruby","description":"A simple gem to add accessibility to external links in blog posts","archived":false,"fork":false,"pushed_at":"2023-04-20T20:47:51.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-08-28T15:14:44.697Z","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/fastruby.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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,"zenodo":null}},"created_at":"2023-03-30T19:17:33.000Z","updated_at":"2023-03-30T19:59:47.000Z","dependencies_parsed_at":"2025-08-08T09:28:02.081Z","dependency_job_id":null,"html_url":"https://github.com/fastruby/jekyll-external-link-accessibility","commit_stats":null,"previous_names":["fastruby/jekyll-external-link-accessibility"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fastruby/jekyll-external-link-accessibility","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastruby%2Fjekyll-external-link-accessibility","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastruby%2Fjekyll-external-link-accessibility/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastruby%2Fjekyll-external-link-accessibility/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastruby%2Fjekyll-external-link-accessibility/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fastruby","download_url":"https://codeload.github.com/fastruby/jekyll-external-link-accessibility/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastruby%2Fjekyll-external-link-accessibility/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273213975,"owners_count":25065059,"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-09-01T02:00:09.058Z","response_time":120,"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":[],"created_at":"2025-09-02T00:46:06.728Z","updated_at":"2025-09-02T00:46:07.889Z","avatar_url":"https://github.com/fastruby.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Jekyll External Link Accessibility\n\nThis plugin adds `rel`, `title`, `new tab icon` and `target` to all external links in your blog post.\n\n## Setup\n\n1. Add the gem to your `Gemfile`:\n    ```ruby\n    gem 'jekyll-external-link-accessibility', github: 'fastruby/jekyll-external-link-accessibility'\n    ```\n2. Run `bundle install` to install the gem\n3. Add the following to your `_config.yml`:\n    ```yaml\n    plugins:\n      - jekyll-external-link-accessibility\n    ```\n\n## Usage\nThe plugin automatically edits all links on all posts. You can however skip the check on some links, by adding the `data-no-external` attribute and setting it to `true`, e.g `\u003ca href=\"....\" data-no-external=\"true\"\u003e...\u003c/a\u003e` to the link.\n\n### Configuration\nYou can override the default configuration by adding the following section to your Jekyll site's `_config.yml`:\n\n```yaml\nexternal_links:\n  rel: external nofollow noopener noreferrer\n  target: _blank\n  title: Opens a new window\n```\n\n### Styling\nNext to each external link is an icon for external links with a `icon-external-link` class name. You need to have the styles in your project. For example, we use icomoon for icons:\n\n```css\n.icon-external-link:before {\n  content: \"\\ea7e\";\n}\n```\n#### Default Configuration\n| Key | Default Value | Description |\n| ---------------------------- | ---------------------------- | -------------------------------------------------- |\n| `external_links.rel`     | `external nofollow noopener noreferrer` | The `rel` attribute to add to external links.      |\n| `external_links.target`  | `_blank`                     | The `target` attribute to add to external links.   |\n| `external_links.title`  | `Opens a new window`                     | The `title` attribute to add title to links.   |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffastruby%2Fjekyll-external-link-accessibility","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffastruby%2Fjekyll-external-link-accessibility","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffastruby%2Fjekyll-external-link-accessibility/lists"}