From 03bca3f97af744af357ca5393f50335f00c6d2cf Mon Sep 17 00:00:00 2001 From: Ahmed Date: Fri, 19 Jun 2026 23:49:15 +0300 Subject: fix: bunch of vibed edits to fix vibed edits --- wr | 51 ++++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 40 insertions(+), 11 deletions(-) (limited to 'wr') diff --git a/wr b/wr index 211fe93..284f7ef 100755 --- a/wr +++ b/wr @@ -102,9 +102,10 @@ build_webring() { footer { margin-top: 3em; } hr { border: none; border-top: thin solid; margin: 1.25rem 0; } main { text-align: justify; } - ul { list-style: none; padding: 0; margin: 1em 0; } - li { padding: 0.25rem 0; } - nav { margin-top: 1.5em; } + ul { padding: 0; margin: 1em 0; column-count: 2; column-gap: 2rem; } + li { padding: 0.25rem 0; break-inside: avoid; } + ol { margin: 0.5em 0 0 1.5em; padding: 0; } + ol li { padding: 0.2rem 0; } @media (max-width: 600px) { body { font-size: 0.9em; } h1 { font-size: 1.8em; } } @media (max-width: 400px) { body { font-size: 0.8em; } h1 { font-size: 1.6em; } } @media (prefers-color-scheme: dark) { html { filter: invert(1); } img { filter: invert(1); } } @@ -117,6 +118,8 @@ build_webring() {

webring

+

An attempt to replicate Devine Lu Linvega's webring in a very minimal way, and with a lower technical bar.

+

members

-

An attempt to recreate Devine Lu Linvega's webring. Licensed under MIT.

-

To add your site, see the git repo.

- +

join

+
    +
  1. Clone the repository
  2. +
  3. Add your site: ./wr add example.com "my site" "Your Name"
  4. +
  5. Submit a patch via GitHub pull request, GitLab merge request, or git send-email
  6. +
  7. Add prev/next links to your site footer: <a href="https://${DOMAIN}/example.com/previous">&larr; previous</a> / <a href="https://${DOMAIN}/example.com/next">next &rarr;</a>
  8. +
+

host your own

+
    +
  1. Clone the repository
  2. +
  3. Clear existing entries: rm -fr entries/* public
  4. +
  5. Add your webring as an entry: ./wr add yourdomain.com "my webring" "Your Name"
  6. +
  7. Add member entries and run ./wr to build
  8. +
  9. Deploy the public/ directory to any static host
  10. +
+ @@ -174,8 +205,6 @@ Add the following links in your website, preferrably in the footer:

← previous   - webring index -   next →

-- cgit v1.2.3