{"id":28420785,"url":"https://github.com/grrowl/jekyll-titled-link","last_synced_at":"2025-06-27T08:32:12.391Z","repository":{"id":141573965,"uuid":"47486216","full_name":"grrowl/jekyll-titled-link","owner":"grrowl","description":"Plugin for Jekyll which adds a tag to display a link with its source's title","archived":false,"fork":false,"pushed_at":"2015-12-07T09:07:28.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-05T05:30:38.886Z","etag":null,"topics":[],"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/grrowl.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}},"created_at":"2015-12-06T06:19:30.000Z","updated_at":"2015-12-06T06:23:50.000Z","dependencies_parsed_at":"2023-03-14T11:15:31.166Z","dependency_job_id":null,"html_url":"https://github.com/grrowl/jekyll-titled-link","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/grrowl/jekyll-titled-link","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grrowl%2Fjekyll-titled-link","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grrowl%2Fjekyll-titled-link/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grrowl%2Fjekyll-titled-link/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grrowl%2Fjekyll-titled-link/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grrowl","download_url":"https://codeload.github.com/grrowl/jekyll-titled-link/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grrowl%2Fjekyll-titled-link/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262222499,"owners_count":23277445,"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":"2025-06-05T03:49:53.265Z","updated_at":"2025-06-27T08:32:12.376Z","avatar_url":"https://github.com/grrowl.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Titled Link tag plugin for Jekyll\n\nThis plugin enables a Liquid tag which will automatically create links using the source location's title attribute. For example, a link to `https://github.com/` will display the text \"GitHub · Where software is built\".\n\nTitle detection is [(very) rudimentary](http://stackoverflow.com/a/1732454/894361), mostly to avoid a heavy requirement like nokogiri. If you come across a page title in the wild which doesn't work, please file an issue\n\n# How To Install\n\n  1. Copy `titled_link.rb` into `\u003cyour-jekyll-project\u003e/_plugins` or `\u003cyour-ocotpress-project\u003e/plugins`.\n  2. That is all.\n\n# How To use\n\nPlace a `titled_link` tag in your content file, along with the URL, e.g.:\n```\n{% titled_link https://github.com %}\n```\n\n# Caching\n\nTo avoid downloading every linked page on rebuild, we cache the titles in a directory named `.link-cache`. It will never update after the initial check, but you can safely delete `.link-cache` to recreate it on next load, and refresh all link titles.\n\nYou can also use the `titled_linknocache` tag to bypasses the cache. This is not recommended since it will download every link on a page when it is regenerated.\n\n# Author\n\nTom McKenzie -- http://chillidonut.com\n\n# Credits\n\nThis code is adapted from [Tweet Tag](https://github.com/scottwb/jekyll-tweet-tag), which itself is inspired by the [Gist Tag](https://gist.github.com/1027674) plugin by Brandon Tilley and the\n[oEmbed Tag](https://gist.github.com/1455726) by Tammo van Lessen.\n\n# License\n\nThis code is licensed under [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrrowl%2Fjekyll-titled-link","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgrrowl%2Fjekyll-titled-link","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrrowl%2Fjekyll-titled-link/lists"}