{"id":15016456,"url":"https://github.com/rknightuk/eleventy-plugin-post-graph","last_synced_at":"2025-04-12T09:32:35.855Z","repository":{"id":213289099,"uuid":"733520544","full_name":"rknightuk/eleventy-plugin-post-graph","owner":"rknightuk","description":"Generate Github-style post distribution graph for your blog posts in Eleventy","archived":false,"fork":false,"pushed_at":"2024-01-16T20:49:16.000Z","size":180,"stargazers_count":6,"open_issues_count":1,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-01-24T09:18:17.744Z","etag":null,"topics":["11ty","11ty-plugin","eleventy","eleventy-plugin"],"latest_commit_sha":null,"homepage":"https://postgraph.rknight.me/","language":"JavaScript","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/rknightuk.png","metadata":{"files":{"readme":"readme.md","changelog":"changelog.md","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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-12-19T14:09:43.000Z","updated_at":"2024-08-14T13:10:57.858Z","dependencies_parsed_at":"2024-08-14T13:22:36.154Z","dependency_job_id":null,"html_url":"https://github.com/rknightuk/eleventy-plugin-post-graph","commit_stats":null,"previous_names":["rknightuk/eleventy-plugin-post-graph"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rknightuk%2Feleventy-plugin-post-graph","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rknightuk%2Feleventy-plugin-post-graph/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rknightuk%2Feleventy-plugin-post-graph/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rknightuk%2Feleventy-plugin-post-graph/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rknightuk","download_url":"https://codeload.github.com/rknightuk/eleventy-plugin-post-graph/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223510342,"owners_count":17157306,"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":["11ty","11ty-plugin","eleventy","eleventy-plugin"],"created_at":"2024-09-24T19:48:54.123Z","updated_at":"2024-11-07T12:04:21.047Z","avatar_url":"https://github.com/rknightuk.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eleventy-plugin-post-graph\n\n[![npm](https://img.shields.io/npm/v/@rknightuk/eleventy-plugin-post-graph)](https://www.npmjs.com/package/@rknightuk/eleventy-plugin-post-graph)\n\nGenerate Github-style post distribution graph for your blog posts in Eleventy\n\n![](screenshot.png)\n\n## Basic Usage\n\nInstall the package\n\n```bash\nnpm install @rknightuk/eleventy-plugin-post-graph --save-dev\n```\n\nIn your Eleventy config:\n\n```js\nconst postGraph = require('@rknightuk/eleventy-plugin-post-graph')\n\nmodule.exports = (eleventyConfig, options = {}) =\u003e {\n    eleventyConfig.addPlugin(postGraph)\n}\n```\n\nIn your template, use the shortcode and pass it your posts collection:\n\n```njk\n{% postGraph collections.posts %}\n```\n\n## Advanced Usage and Options\n\n[See the docs](https://postgraph.rknight.me)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frknightuk%2Feleventy-plugin-post-graph","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frknightuk%2Feleventy-plugin-post-graph","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frknightuk%2Feleventy-plugin-post-graph/lists"}