index.md (806B)
1 --- 2 title: "2024, Day 17: I joined a webring" 3 description: "Just like the good old days" 4 date: 2024-12-17T20:08:02-08:00 5 draft: false 6 --- 7 8 I learned about [Randy Au’s “Data People Writing Stuff” 9 webring](https://randyau.github.io/datawebring/) fairly recently, and knew 10 I wanted to be a part of it. 11 12 I had to make a couple changes to the site to join: 13 14 - Add a [Links]({{< relref "/links/" >}}) section 15 - Include [a shortcode for raw HTML on 16 pages](https://anaulin.org/blog/hugo-raw-html-shortcode/) so I could 17 actually run the webring code 18 - Write my own `<noscript>` snippet in place of the webring code, for folks 19 who sometimes browse the internet with JavaScript turned off (I’m “folks”) 20 21 I poked at different parts of this over the last couple days, and Randy 22 merged my patch today!