random <br> that might or might not help
All checks were successful
Deploy website / deploy (push) Successful in 10s

This commit is contained in:
jacekpoz 2024-09-13 22:41:25 +02:00
parent dae3764113
commit 32eb9b97b6
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -38,18 +38,19 @@
${h2 "about"}
<p>
this is a webring for people passionate about <a href="https://nix.dev/">nix</a>/<a href="https://nixos.org/">os</a>
<br>
</p>
${h2 "joining"}
<p>
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):
<br>
<ul>
<li>webring site: <code>https://nixwebr.ing</code></li>
<li>next site: <code>https://nixwebr.ing/next/&lt;name&gt;</code></li>
<li>previous site: <code>https://nixwebr.ing/prev/&lt;name&gt;</code></li>
<li>random site (optional): <code>https://nixwebr.ing/rand</code></li>
</ul>
<br>
and make a PR to one of <a href="https://codeberg.org/jacekpoz/nixwebr.ing">the</a> <a href="https://github.com/jacekpoz/nixwebr.ing">repos</a> adding yourself to the <code>webring.nix</code> file:
<br>
<code>{ name = "name"; domain = "mysite.tld"; }</code>