No description
Find a file
2019-04-15 07:58:34 +02:00
.github add pull request template 2019-04-13 20:28:47 +02:00
_lambda fix bug in random function 2019-04-14 22:06:32 +02:00
_tasks refactor style build 2019-04-14 15:51:23 +02:00
src style changes 2019-04-15 07:58:34 +02:00
.eleventy.js style changes 2019-04-15 07:58:34 +02:00
.gitignore initial commit 2019-04-13 14:06:35 +02:00
gulpfile.js refactor style build 2019-04-14 15:51:23 +02:00
LICENSE add mit lecense 2019-04-13 17:41:04 +02:00
netlify.toml add redirect rules 2019-04-13 17:32:07 +02:00
package.json add beta banner 2019-04-14 20:55:30 +02:00
README.md Update README.md 2019-04-14 22:28:35 +02:00
yarn.lock add gulp tasks 2019-04-13 14:18:16 +02:00

Webring Starter Kit

A boilerplate to host your own community of sites, also known as a webring.
Inspired by this post from Charlie Owen.

Uses Eleventy and Netlify to build a central directory for member sites. People can link to /prev, /random and /next and be redirected to members of the ring.

See the Demo Site

  • 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

  1. Fork this repo
  2. Edit src/data/meta.json and fill in your community info
  3. Add an avatar image for your ring to src/assets/images
  4. Remove the demo members in src/data/members.json
  5. Deploy your site to Netlify
  6. After you've set a domain, enter that in meta.json as well.

Deploy to Netlify