diff options
Diffstat (limited to 'webring/linuxring')
| -rw-r--r-- | webring/linuxring/index.html | 10 | ||||
| -rw-r--r-- | webring/linuxring/ring.js | 2 | ||||
| -rw-r--r-- | webring/linuxring/update.sh | 4 |
3 files changed, 16 insertions, 0 deletions
diff --git a/webring/linuxring/index.html b/webring/linuxring/index.html index 7b8d65c..5f50c62 100644 --- a/webring/linuxring/index.html +++ b/webring/linuxring/index.html @@ -519,6 +519,16 @@ on the internet.</td> <td><a href="https://coolpickles.neocities.org">coolpickles.neocities.org</a></td> <td>Nerdy aero-themed website about obscure/obsolete technology, non-standard linux, daily driving linux, tech news, and FOSS software/technologies. Featuring a blog, product reviews, and game reviews.</td> </tr> +<tr> + <td><img class="icon" src="icon/artix.png"><img class="icon" src="icon/popos.png"></td> + <td><a href="https://tech-absurdist.neocities.org/">tech-absurdist.neocities.org</a></td> + <td>A blog on my personal journey about escaping the techno-matrix.</td> +</tr> +<tr> + <td><img class="icon" src="icon/debian.png"></td> + <td><a href="https://wrywerytwreywery.stupid.pizza/">wrywerytwreywery.stupid.pizza</a></td> + <td>whatever comes to mind, whenever it comes to mind.</td> +</tr> </table> diff --git a/webring/linuxring/ring.js b/webring/linuxring/ring.js index 6bb847a..876e038 100644 --- a/webring/linuxring/ring.js +++ b/webring/linuxring/ring.js @@ -92,6 +92,8 @@ 'https://joelb.xyz/', 'https://innocentzero.is-a.dev/', 'https://coolpickles.neocities.org', + 'https://tech-absurdist.neocities.org/', + 'https://wrywerytwreywery.stupid.pizza/', ]; // widget html // PREV and NEXT are replaced with neighbors' urls diff --git a/webring/linuxring/update.sh b/webring/linuxring/update.sh new file mode 100644 index 0000000..496788d --- /dev/null +++ b/webring/linuxring/update.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +neoup -r webring/linuxring -f index.html +neoup -r webring/linuxring -f ring.js |
