Loading repository data…
Loading repository data…
querkmachine / repository
A really rather simple webring generator built on 11ty. No backend or JavaScript required.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
A very simple webring website and service built on Eleventy. Doesn't require any backend services or client-side JavaScript to work. It's just HTML files all the way down.
See the Amphimorpho webring for an example in use.
npm ci in the project directory to install everything.npm start to start a local server where you can see stuff in action.Currently this is just done through editing the webring data file manually.
All entries require a unique id, a display name for the ring's homepage, and a url to direct to.
ids cannot contain forward slash characters, even URL encoded ones, but can otherwise be basically anything you want.
Why not make your webring open source and let people pull request themselves onto it?
npm run build to generate a bunch of static HTML in the _site directory.