commit f44104766701ded1a90fc4d78e0f73fc46b80c58 parent 2c3a618e92ee08f5240ccd536d5e4101e82f5467 Author: Eamon Caddigan <eamon.caddigan@gmail.com> Date: Tue, 17 Dec 2024 21:09:01 -0800 Update the December Adventure log for day 17 Diffstat:
A | content/december-adventure/2024-17/index.md | | | 22 | ++++++++++++++++++++++ |
1 file changed, 22 insertions(+), 0 deletions(-)
diff --git a/content/december-adventure/2024-17/index.md b/content/december-adventure/2024-17/index.md @@ -0,0 +1,22 @@ +--- +title: "2024, Day 17: I joined a webring" +description: "Just like the good old days" +date: 2024-12-17T20:08:02-08:00 +draft: false +--- + +I learned about [Randy Au’s “Data People Writing Stuff” +webring](https://randyau.github.io/datawebring/) fairly recently, and knew +I wanted to be a part of it. + +I had to make a couple changes to the site to join: + +- Add a [Links]({{< relref "/links/" >}}) section +- Include [a shortcode for raw HTML on + pages](https://anaulin.org/blog/hugo-raw-html-shortcode/) so I could + actually run the webring code +- Write my own `<noscript>` snippet in place of the webring code, for folks + who sometimes browse the internet with JavaScript turned off (I’m “folks”) + +I poked at different parts of this over the last couple days, and Randy +merged my patch today!