rename member.domain to member.site
All checks were successful
Deploy website / deploy (push) Successful in 13s
All checks were successful
Deploy website / deploy (push) Successful in 13s
This commit is contained in:
parent
ae0ed7e363
commit
fa691d7c59
2 changed files with 9 additions and 9 deletions
|
@ -41,7 +41,7 @@ in {
|
|||
in /*html*/''
|
||||
<li>
|
||||
<div class="webring-member">
|
||||
<a href="https://${member.domain}">${member.name}</a>
|
||||
<a href="https://${member.site}">${member.name}</a>
|
||||
${optionalString hasConfig /*html*/''
|
||||
<a href="https://${member.config}"><img class="config-image" src="/nix.svg" alt="their nixos config"></a>
|
||||
''}
|
||||
|
@ -68,7 +68,7 @@ in {
|
|||
<p>
|
||||
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"; config = "gitforge.tld/name/nixos"; }</code>
|
||||
<code>{ name = "name"; site = "mysite.tld"; config = "gitforge.tld/name/nixos"; }</code>
|
||||
<br>
|
||||
linking your nixos config is entirely optional! (you'll be way cooler though)
|
||||
</p>
|
||||
|
|
14
webring.nix
14
webring.nix
|
@ -1,9 +1,9 @@
|
|||
[
|
||||
{ name = "poz"; domain = "jacekpoz.pl"; config = "flake.jacekpoz.pl"; }
|
||||
{ name = "krizej"; domain = "krizej.codeberg.page"; config = "git.jacekpoz.pl/krizej/nix"; }
|
||||
{ name = "partywumpus"; domain = "partywump.us"; config = "nix.partywump.us"; }
|
||||
{ name = "notashelf"; domain = "notashelf.dev"; config = "github.com/NotAShelf/nyx"; }
|
||||
{ name = "twig"; domain = "imnottwig.github.io"; config = "git.disroot.org/twigthecat/nixos"; }
|
||||
{ name = "fufexan"; domain = "fufexan.net"; config = "dots.fufexan.net"; }
|
||||
{ name = "orangc"; domain = "orangc.xyz"; config = "github.com/orxngc/dots"; }
|
||||
{ name = "poz"; site = "jacekpoz.pl"; config = "flake.jacekpoz.pl"; }
|
||||
{ name = "krizej"; site = "krizej.codeberg.page"; config = "git.jacekpoz.pl/krizej/nix"; }
|
||||
{ name = "partywumpus"; site = "partywump.us"; config = "nix.partywump.us"; }
|
||||
{ name = "notashelf"; site = "notashelf.dev"; config = "github.com/NotAShelf/nyx"; }
|
||||
{ name = "twig"; site = "imnottwig.github.io"; config = "git.disroot.org/twigthecat/nixos"; }
|
||||
{ name = "fufexan"; site = "fufexan.net"; config = "dots.fufexan.net"; }
|
||||
{ name = "orangc"; site = "orangc.xyz"; config = "github.com/orxngc/dots"; }
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue