{ h2, pkgs, webringMembers, ... }: let inherit (pkgs) lib; inherit (lib.attrsets) hasAttr; inherit (lib.lists) map; inherit (lib.strings) concatStrings optionalString; in { template = "passthrough"; format = "html"; output = /*html*/''
work in progress
this is a webring for people passionate about nix/os
${h2 "joining"}to join, have a personal website (bonus points if it uses nix!) and add the following links to it (they have to be on the main page):
https://nixwebr.ing
https://nixwebr.ing/next/<name>
https://nixwebr.ing/prev/<name>
https://nixwebr.ing/rand
and make a PR to one of the repos adding yourself to the webring.nix
file:
{ name = "name"; site = "https://mysite.tld"; config = "https://gitforge.tld/name/nixos"; }
linking your nixos config is entirely optional! (you'll be way cooler though)
if you misspell your name in the links or the PR hasn't been merged yet, the next and prev links will lead to https://nixwebr.ing/
if you don't know how to / can't make a PR for some reason feel free to contact me, I can add you to the webring myself
''; }