diff --git a/README.md b/README.md index e31777de..4b594fe0 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,17 @@ # Webring Starter Kit -A boilerplate to host your own community of sites, also known as a [webring](). -Inspired by this post from [Charlie Owen](https://www.sonniesedge.net/posts/webrings) +A boilerplate to host your own community of sites, also known as a [webring](https://en.wikipedia.org/wiki/Webring). +Inspired by this post from [Charlie Owen](https://www.sonniesedge.net/posts/webrings). -Uses [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. +Uses [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. -[Example Site](https://webrings.netlify.com) +See the [Demo Site](https://webrings.netlify.com) + +* Admins manage the ring on Github +* Let people add their site through pull request or submit via Netlify Form +* Publish a Code of Conduct +* Provide an embed code that renders a badge (as a web component) +* Publish an index of all member RSS feeds ## How to host a ring