{"id":17054206,"url":"https://github.com/pixeldesu/lume_openring","last_synced_at":"2026-04-29T15:05:31.732Z","repository":{"id":257822488,"uuid":"870359351","full_name":"pixeldesu/lume_openring","owner":"pixeldesu","description":"A Lume plugin that fetches articles from other blogs to be linked on your site","archived":false,"fork":false,"pushed_at":"2024-10-18T00:46:34.000Z","size":28,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-24T18:22:21.522Z","etag":null,"topics":["deno-module","lume","lume-plugin","openring"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/pixeldesu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2024-10-09T22:35:59.000Z","updated_at":"2024-10-18T00:46:32.000Z","dependencies_parsed_at":"2025-01-28T12:30:39.889Z","dependency_job_id":"749ec82a-14c4-4847-b70a-9ec7296e58a1","html_url":"https://github.com/pixeldesu/lume_openring","commit_stats":null,"previous_names":["pixeldesu/lume_openring"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/pixeldesu/lume_openring","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixeldesu%2Flume_openring","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixeldesu%2Flume_openring/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixeldesu%2Flume_openring/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixeldesu%2Flume_openring/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pixeldesu","download_url":"https://codeload.github.com/pixeldesu/lume_openring/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixeldesu%2Flume_openring/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32430814,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T13:34:34.882Z","status":"ssl_error","status_checked_at":"2026-04-29T13:34:29.830Z","response_time":110,"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":["deno-module","lume","lume-plugin","openring"],"created_at":"2024-10-14T10:14:17.023Z","updated_at":"2026-04-29T15:05:31.718Z","avatar_url":"https://github.com/pixeldesu.png","language":"TypeScript","funding_links":[],"categories":["Uncategorized"],"sub_categories":["Uncategorized"],"readme":"# Lume Openring\n\nA plugin that brings Drew DeVault's\n[openring](https://git.sr.ht/~sircmpwn/openring) concept into\n[Lume](https://lume.land) sites as a plugin. No need to run an additional tool\nin your site building pipeline to achieve the same goal.\n\n## Usage\n\nTo use the plugin, simply import it in your sites `_config.ts` like so:\n\n```ts\nimport openring from \"https://deno.land/x/lume_openring@1.0.0/mod.ts\";\n```\n\nJust as with other plugins, you then pass the imported function into\n`site.use()`, the most minimal version looking like this:\n\n```ts\nsite.use(openring({\n  sources: [\"https://pixelde.su/blog/posts.rss\"],\n}));\n```\n\nWhen building your site, this then fetches one article per source and stores the\nlist of articles in the data variable `openring` in your site.\n\nYou can provide following options to the plugin:\n\n- `sources`: An array of RSS/Atom feed sources\n- `perSource`: A number of how many articles should be fetched per source\n  (default: `1`)\n- `dataKey`: Name of the key in which the articles should be saved in your site\n  (default: `openring`)\n- `htmlToText`: Options for the\n  [`html-to-text` npm package](https://www.npmjs.com/package/html-to-text)\n  (default: inline link text and remove images)\n\nThe list of articles returned by the plugin follows general site convention,\nwith some additional values:\n\n- `title`: Title of the article\n- `date`: Date of the article\n- `url`: URL of the article\n- `content`: Content of the article (if a `\u003csummary\u003e` is present in the feed it\n  is preferred over actual `\u003ccontent\u003e`)\n- `sourceTitle`: Title of the feed source\n- `sourceUrl`: URL of the feed source\n\n## Example\n\nThe section \"Articles from blogs I read\" below my posts on pixelde.su\n([example post](https://pixelde.su/blog/retrospective-krile-starryeyes/),\n[configuration](https://github.com/pixeldesu/pixelde.su/blob/main/_config.ts#L68-L76),\n[layout implementation](https://github.com/pixeldesu/pixelde.su/blob/main/src/_includes/layouts/blog.njk#L36-L55))\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpixeldesu%2Flume_openring","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpixeldesu%2Flume_openring","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpixeldesu%2Flume_openring/lists"}