{"id":15138866,"url":"https://github.com/ubuntupunk/meshlifyring","last_synced_at":"2026-01-05T02:08:55.666Z","repository":{"id":195794081,"uuid":"693682024","full_name":"ubuntupunk/meshlifyring","owner":"ubuntupunk","description":"a community webring for muizenberg and surrounding areas","archived":false,"fork":false,"pushed_at":"2024-09-05T08:12:20.000Z","size":83740,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-30T19:12:16.762Z","etag":null,"topics":["community","eleventy-website","njk","webring"],"latest_commit_sha":null,"homepage":"https://meshring.netlify.app/","language":"Nunjucks","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/ubuntupunk.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}},"created_at":"2023-09-19T13:58:03.000Z","updated_at":"2024-09-05T06:48:02.000Z","dependencies_parsed_at":"2023-09-28T04:06:32.340Z","dependency_job_id":null,"html_url":"https://github.com/ubuntupunk/meshlifyring","commit_stats":{"total_commits":135,"total_committers":5,"mean_commits":27.0,"dds":"0.37777777777777777","last_synced_commit":"f0c18857bdb7dc255250cac9b7f03a9bf7231921"},"previous_names":["ubuntupunk/meshlifyring"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ubuntupunk%2Fmeshlifyring","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ubuntupunk%2Fmeshlifyring/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ubuntupunk%2Fmeshlifyring/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ubuntupunk%2Fmeshlifyring/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ubuntupunk","download_url":"https://codeload.github.com/ubuntupunk/meshlifyring/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237852416,"owners_count":19376677,"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":["community","eleventy-website","njk","webring"],"created_at":"2024-09-26T08:00:25.914Z","updated_at":"2025-10-23T15:31:44.889Z","avatar_url":"https://github.com/ubuntupunk.png","language":"Nunjucks","funding_links":["https://www.buymeacoffee.com/ubuntupunk"],"categories":[],"sub_categories":[],"readme":"# Webring Starter Kit\n\nA boilerplate to host your own community of sites, also known as a [webring](https://en.wikipedia.org/wiki/Webring).  \nBuild using [Max Boeck's 11vnty Webring Project](https://github.com/maxboeck/webring)\nInspired by posts from [Tatiana Mac](https://twitter.com/TatianaTMac/status/1114388079630929926) and [Charlie Owen](https://www.sonniesedge.net/posts/webrings).\n\nUses [Eleventy](https://www.11ty.io) and [Netlify](https://www.netlify.com/) to build a central directory for member sites. People can link to `/prev`, `/random` and `/next` and be redirected to members of the ring.\n\n✏️ See Max's Explanatory [Blog Post](https://mxb.dev/blog/webring-kit/)\n\n## Features\n\n* Admins manage the ring on Github\n* Members are defined in `src/data/members.json`\n* Let people add their site through pull request or submit via email form\n* Publish a code of conduct\n* Provide an embed code that renders a banner (as a web component)\n* Publish an index of all member RSS feeds\n* show a SVG map of the ring and its members\n\n## See our Site\n\nSee the __[Site](https://meshring.netlify.app/)__ generated by this code.\n\n## How to host a ring\n\n1. Fork this repo\n2. Edit `src/data/meta.json` and fill in your community info\n3. Add an avatar image for your ring to `src/assets/images`\n4. Remove the demo members in `src/data/members.json`\n5. Deploy your site to Netlify\n6. After you've set a domain, enter that in `meta.json` as well.\n\n[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://meshring.netlify.app/)\n\n## Banner Embed\n\nMembers can copy a code snippet and embed it into their sites.\nIt renders a web component (with the bare links as a fallback).\n\nThe index site will produce an embed code with your ring URL and title:\n\n```html\n\u003cwebring-banner\u003e\n    \u003cp\u003eMember of \u003ca href=\"{{ your-url }}\"\u003e{{ your-title }}\u003c/a\u003e\u003c/p\u003e\n    \u003ca href=\"{{ your-url }}/prev\"\u003ePrevious\u003c/a\u003e\n    \u003ca href=\"{{ your-url }}/random\"\u003eRandom\u003c/a\u003e\n    \u003ca href=\"{{ your-url }}/next\"\u003eNext\u003c/a\u003e\n\u003c/webring-banner\u003e\n\u003cscript async src=\"{{ your-url }}/embed.js\" charset=\"utf-8\"\u003e\u003c/script\u003e\n```\n\nThe design is up to the ring admins. It could look something like this:\n\n![the banner widget](https://mxb.dev/assets/media/webrings/banner.png)\n\n## Local Development\n\nTo build the site locally, run these commands:\n\n```shell\n# clone this repository\ngit clone https://github.com/ubuntupunk/meshlifyring.git\n\n# go to the working directory\ncd webring\n\n# install dependencies\nyarn\n\n# start a local build server and the gulp pipeline\nyarn start\n```\n### Buy us a Beer\nYou can [tip the admins here](https://www.buymeacoffee.com/ubuntupunk)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fubuntupunk%2Fmeshlifyring","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fubuntupunk%2Fmeshlifyring","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fubuntupunk%2Fmeshlifyring/lists"}